[asterisk-bugs] [Asterisk 0012299]: [patch] Can't pickup if pickupcode include #
noreply at bugs.digium.com
noreply at bugs.digium.com
Tue Jul 1 09:20:31 CDT 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=12299
======================================================================
Reported By: IgorG
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 12299
Category: Channels/chan_sip/General
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 03-26-2008 04:34 CDT
Last Modified: 07-01-2008 09:20 CDT
======================================================================
Summary: [patch] Can't pickup if pickupcode include #
Description:
This issue is similar to http://bugs.digium.com/view.php?id=0010681
I have 'pickupexten = http://bugs.digium.com/view.php?id=43' in features.conf
and when dialed notice:
[Mar 26 15:35:15] NOTICE[14791]: chan_sip.c:16484 handle_request_invite:
Call from '102' to extension '%2343' rejected because extension not found.
If change 'pickupexten = %2343' but it is unexpected behavior.
Also I need to clear one thing: extension and all codes in features.conf
is escaped strings or no? Current code for incoming SIP check for both
escaped and unescaped extensions. And I not sure that it is right.
My patch looks only looks for unescaped strings in extensions.conf.
Also I'll correct log message on line 16460, that always print escaped
exten.
======================================================================
----------------------------------------------------------------------
svnbot - 07-01-08 09:20
----------------------------------------------------------------------
Repository: asterisk
Revision: 126899
U branches/1.4/channels/chan_sip.c
------------------------------------------------------------------------
r126899 | oej | 2008-07-01 09:20:08 -0500 (Tue, 01 Jul 2008) | 8 lines
Handle escaped URI's in call pickups. Patch by oej and IgorG.
Reported by: IgorG
Patches:
bug12299-11062-v2.patch uploaded by IgorG (license 20)
Tested by: IgorG, oej
(closes issue http://bugs.digium.com/view.php?id=12299)
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=126899
Issue History
Date Modified Username Field Change
======================================================================
07-01-08 09:20 svnbot Note Added: 0089503
======================================================================
More information about the asterisk-bugs
mailing list