Summary: | ASTERISK-02249: [patch] save dialplan does not store CID matching or switch commands | ||
Reporter: | pfn (pfn) | Labels: | |
Date Opened: | 2004-08-20 19:52:03 | Date Closed: | 2008-01-15 15:05:26.000-0600 |
Priority: | Minor | Regression? | No |
Status: | Closed/Complete | Components: | Core/Configuration |
Versions: | Frequency of Occurrence | ||
Related Issues: | |||
Environment: | Attachments: | ( 0) save_dialplan[1].txt | |
Description: | When "save dialplan" is executed, CID matching and switch directives in the dialplan are not saved. Switch does not show up, and CID matching extensions appear as normal extensions. Included is a patch that fixes the above. ****** ADDITIONAL INFORMATION ****** The missing CID matching also applies to "show dialplan" | ||
Comments: | By: Mark Spencer (markster) 2004-08-21 14:53:50 Disclaimer is on file, fixed in CVS By: Digium Subversion (svnbot) 2008-01-15 15:05:26.000-0600 Repository: asterisk Revision: 3630 U trunk/include/asterisk/pbx.h U trunk/pbx/pbx_config.c U trunk/pbx.c ------------------------------------------------------------------------ r3630 | markster | 2008-01-15 15:05:26 -0600 (Tue, 15 Jan 2008) | 2 lines Save CID and switches in "save dialplan" command (bug ASTERISK-2249) ------------------------------------------------------------------------ http://svn.digium.com/view/asterisk?view=rev&revision=3630 |