Summary: | ASTERISK-16642: [patch] Minor fixes to multiparking | ||
Reporter: | Mitch Sharp (bluecrow76) | Labels: | |
Date Opened: | 2010-09-02 17:06:17 | Date Closed: | 2011-02-09 14:11:13.000-0600 |
Priority: | Minor | Regression? | No |
Status: | Closed/Complete | Components: | Features/Parking |
Versions: | Frequency of Occurrence | ||
Related Issues: | |||
Environment: | Attachments: | ( 0) asterisk-1.8.0-beta4-multipark-fixes-2010SEP02.diff | |
Description: | This patch provides for the following: 1. Accept parkedmusicclass definition for additional parking lots. parkedmusicclass can now be set on additional parking lots. It was not handled prior. 2. Properly handle parkinglot->parking_con_dial for each parking lot created. For calls that were parked using one touch parking, when they timed out and rang back to the original parker, the extension that was created was created in a NULL context: pbx*CLI> core show channel IAX2/trunk-1872 Context: Extension: SIP0101 Priority: 1 Call Group: 0 Pickup Group: 0 Application: Dial Data: SIP/101,30,Ttwk Blocking in: ast_waitfor_nandfds Variables: This patch sets the parkinglot->parking_con_dial for each parking lot to the default "park-dial" context. | ||
Comments: | By: Mitch Sharp (bluecrow76) 2010-09-03 09:27:55 Sorry! Forgot to make the extension diff and check the code box. Fixed. By: Digium Subversion (svnbot) 2011-02-09 13:52:13.000-0600 Repository: asterisk Revision: 307227 U branches/1.6.2/main/features.c ------------------------------------------------------------------------ r307227 | jpeeler | 2011-02-09 13:52:13 -0600 (Wed, 09 Feb 2011) | 11 lines Make sure to set parking dial context for non-default parking lots. Since parking_con_dial isn't settable, set all parking lots to "park-dial". (closes issue ASTERISK-16642) Reported by: bluecrow76 Patches: asterisk-1.8.0-beta4-multipark-fixes-2010SEP02.diff uploaded by bluecrow76 (license 270) modified by me ------------------------------------------------------------------------ http://svn.digium.com/view/asterisk?view=rev&revision=307227 By: Digium Subversion (svnbot) 2011-02-09 13:52:52.000-0600 Repository: asterisk Revision: 307228 _U branches/1.8/ U branches/1.8/main/features.c ------------------------------------------------------------------------ r307228 | jpeeler | 2011-02-09 13:52:51 -0600 (Wed, 09 Feb 2011) | 17 lines Merged revisions 307227 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.6.2 ........ r307227 | jpeeler | 2011-02-09 13:52:12 -0600 (Wed, 09 Feb 2011) | 11 lines Make sure to set parking dial context for non-default parking lots. Since parking_con_dial isn't settable, set all parking lots to "park-dial". (closes issue ASTERISK-16642) Reported by: bluecrow76 Patches: asterisk-1.8.0-beta4-multipark-fixes-2010SEP02.diff uploaded by bluecrow76 (license 270) modified by me ........ ------------------------------------------------------------------------ http://svn.digium.com/view/asterisk?view=rev&revision=307228 By: Digium Subversion (svnbot) 2011-02-09 13:53:29.000-0600 Repository: asterisk Revision: 307229 _U trunk/ U trunk/main/features.c ------------------------------------------------------------------------ r307229 | jpeeler | 2011-02-09 13:53:28 -0600 (Wed, 09 Feb 2011) | 24 lines Merged revisions 307228 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.8 ................ r307228 | jpeeler | 2011-02-09 13:52:51 -0600 (Wed, 09 Feb 2011) | 17 lines Merged revisions 307227 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.6.2 ........ r307227 | jpeeler | 2011-02-09 13:52:12 -0600 (Wed, 09 Feb 2011) | 11 lines Make sure to set parking dial context for non-default parking lots. Since parking_con_dial isn't settable, set all parking lots to "park-dial". (closes issue ASTERISK-16642) Reported by: bluecrow76 Patches: asterisk-1.8.0-beta4-multipark-fixes-2010SEP02.diff uploaded by bluecrow76 (license 270) modified by me ........ ................ ------------------------------------------------------------------------ http://svn.digium.com/view/asterisk?view=rev&revision=307229 By: Digium Subversion (svnbot) 2011-02-09 14:11:12.000-0600 Repository: asterisk Revision: 307231 U trunk/CHANGES U trunk/main/features.c ------------------------------------------------------------------------ r307231 | jpeeler | 2011-02-09 14:11:11 -0600 (Wed, 09 Feb 2011) | 7 lines Allow parkedmusicclass to be settable for non-default parking lots. (closes issue ASTERISK-16642) Reported by: bluecrow76 Patches: asterisk-1.8.0-beta4-multipark-fixes-2010SEP02.diff ------------------------------------------------------------------------ http://svn.digium.com/view/asterisk?view=rev&revision=307231 |