[asterisk-bugs] [Asterisk 0011185]: call routing based on caller-id fails to match
noreply at bugs.digium.com
noreply at bugs.digium.com
Wed Nov 7 17:51:29 CST 2007
The following issue has been ASSIGNED.
======================================================================
http://bugs.digium.com/view.php?id=11185
======================================================================
Reported By: spditner
Assigned To: file
======================================================================
Project: Asterisk
Issue ID: 11185
Category: Core/PBX
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): 1.2
SVN Revision (number only!): 89085
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 11-07-2007 10:44 CST
Last Modified: 11-07-2007 17:51 CST
======================================================================
Summary: call routing based on caller-id fails to match
Description:
Call routing based on the Caller-ID information supplied by sip.conf fails
to route calls correctly, unless a superfluous NoOp() line is added that
does not require Caller-ID to match.
e.g. http://bugs.digium.com/view.php?id=1
exten => 123/555,1,Dial(SIP/somewhere); does not work when CLID 555 calls
e.g. http://bugs.digium.com/view.php?id=2
exten => 123/555,1,Dial(SIP/somewhere); does work when CLID 555 calls
exten => 123,1,NoOp(I serve no purpose)
======================================================================
----------------------------------------------------------------------
svnbot - 11-07-07 17:51
----------------------------------------------------------------------
Repository: asterisk
Revision: 89095
U branches/1.4/channels/chan_sip.c
------------------------------------------------------------------------
r89095 | file | 2007-11-07 17:51:28 -0600 (Wed, 07 Nov 2007) | 4 lines
If callerid is configured in sip.conf use that for checking the presence
of an extension in the dialplan.
(closes issue http://bugs.digium.com/view.php?id=11185)
Reported by: spditner
------------------------------------------------------------------------
Issue History
Date Modified Username Field Change
======================================================================
11-07-07 17:51 svnbot Checkin
11-07-07 17:51 svnbot Note Added: 0073341
11-07-07 17:51 svnbot Status feedback => assigned
11-07-07 17:51 svnbot Assigned To qwell => file
======================================================================
More information about the asterisk-bugs
mailing list