Summary: | ASTERISK-11398: [patch] log what digits feature tries to match | ||
Reporter: | Dmitry Andrianov (dimas) | Labels: | |
Date Opened: | 2008-02-07 12:04:54.000-0600 | Date Closed: | 2008-02-07 13:59:10.000-0600 |
Priority: | Trivial | Regression? | No |
Status: | Closed/Complete | Components: | Resources/res_features |
Versions: | Frequency of Occurrence | ||
Related Issues: | |||
Environment: | Attachments: | ( 0) v1-feature-debug.patch | |
Description: | The ast_feature_interpret logs alot of stuff useful for debugging except the digit string it tries to match ('code' variable). | ||
Comments: | By: Dmitry Andrianov (dimas) 2008-02-07 12:07:37.000-0600 Inspired by 0011740 and actually posted there. Made a separate issue because this patch is not related to the actual bugfix. By: Digium Subversion (svnbot) 2008-02-07 13:50:49.000-0600 Repository: asterisk Revision: 102858 U branches/1.4/res/res_features.c ------------------------------------------------------------------------ r102858 | qwell | 2008-02-07 13:50:48 -0600 (Thu, 07 Feb 2008) | 7 lines Specify which digit string was matched in debug message. (closes issue ASTERISK-11398) Reported by: dimas Patches: v1-feature-debug.patch uploaded by dimas (license 88) ------------------------------------------------------------------------ http://svn.digium.com/view/asterisk?view=rev&revision=102858 By: Digium Subversion (svnbot) 2008-02-07 13:59:10.000-0600 Repository: asterisk Revision: 102859 _U trunk/ U trunk/main/features.c ------------------------------------------------------------------------ r102859 | qwell | 2008-02-07 13:59:10 -0600 (Thu, 07 Feb 2008) | 15 lines Merged revisions 102858 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r102858 | qwell | 2008-02-07 13:53:55 -0600 (Thu, 07 Feb 2008) | 7 lines Specify which digit string was matched in debug message. (closes issue ASTERISK-11398) Reported by: dimas Patches: v1-feature-debug.patch uploaded by dimas (license 88) ........ ------------------------------------------------------------------------ http://svn.digium.com/view/asterisk?view=rev&revision=102859 |