[Home]

Summary:ASTERISK-13781: [patch] debugging CID matching
Reporter:klaus3000 (klaus3000)Labels:
Date Opened:2009-03-19 07:19:11Date Closed:2009-07-20 12:47:06
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/PBX
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) patch_asterisk_1.4.23_CID_matching.txt
Description:Hi! Asterisk 1.4 does not report CID matching when using "dialplan show". Thus with 1.4 it is more or less impossible to debug CID matching problems. The attached patch was backported from trunk where the problem was fixed.

****** ADDITIONAL INFORMATION ******

e.g. consider the following context:
[test]
exten => s/_+436991116!,1,NoOp();
exten => s/_+4369911!,1,NoOp();


> dialplan show test (without patch)
 's' =>            1. NoOp()
 's' =>            1. NoOp()

> dialplan show test (with patch)
 's' (CID match '_+4369911!') =>  1. NoOp()
 's' (CID match '_+436991116!') =>  1. NoOp()

Comments:By: Digium Subversion (svnbot) 2009-07-13 10:12:08

Repository: asterisk
Revision: 206126

U   branches/1.4/main/pbx.c

------------------------------------------------------------------------
r206126 | russell | 2009-07-13 10:12:08 -0500 (Mon, 13 Jul 2009) | 7 lines

Print CID match in "show dialplan".

(closes issue ASTERISK-13781)
Reported by: klaus3000
Patches:
     patch_asterisk_1.4.23_CID_matching.txt uploaded by klaus3000 (license 65)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=206126

By: Digium Subversion (svnbot) 2009-07-13 10:12:32

Repository: asterisk
Revision: 206127

_U  trunk/

------------------------------------------------------------------------
r206127 | russell | 2009-07-13 10:12:31 -0500 (Mon, 13 Jul 2009) | 13 lines

Blocked revisions 206126 via svnmerge

........
 r206126 | russell | 2009-07-13 10:12:08 -0500 (Mon, 13 Jul 2009) | 7 lines
 
 Print CID match in "show dialplan".
 
 (closes issue ASTERISK-13781)
 Reported by: klaus3000
 Patches:
       patch_asterisk_1.4.23_CID_matching.txt uploaded by klaus3000 (license 65)
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=206127