[asterisk-bugs] [Asterisk 0006113]: [branch] Enhance parking to allow multiple parking lots

noreply at bugs.digium.com noreply at bugs.digium.com
Mon Apr 21 18:37:40 CDT 2008


The following issue has been ASSIGNED. 
====================================================================== 
http://bugs.digium.com/view.php?id=6113 
====================================================================== 
Reported By:                oej
Assigned To:                jpeeler
====================================================================== 
Project:                    Asterisk
Issue ID:                   6113
Category:                   Resources/NewFeature
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     assigned
Asterisk Version:           SVN 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!): 55636 
Disclaimer on File?:        Yes 
Request Review:              
====================================================================== 
Date Submitted:             01-02-2006 13:52 CST
Last Modified:              04-21-2008 18:37 CDT
====================================================================== 
Summary:                    [branch] Enhance parking to allow multiple parking
lots
Description: 
I've added multiple parking lots to res_features.

The current default configuration sets up a "default" parking lot.
Additional sections in features.conf will configure additional parking
lots.

Setting a channel variable PARKINGLOT will make a channel use a secondary
parking lot. This can be set in the channel configuration for the device or
within the dial plan. 

The CLI command show features will list all parking lots.
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
has duplicate       0010873 parkingcalls, by context with minim cod...
====================================================================== 

---------------------------------------------------------------------- 
 svnbot - 04-21-08 18:37  
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 114487

U   trunk/apps/app_dumpchan.c
U   trunk/channels/chan_console.c
U   trunk/channels/chan_gtalk.c
U   trunk/channels/chan_iax2.c
U   trunk/channels/chan_jingle.c
U   trunk/channels/chan_mgcp.c
U   trunk/channels/chan_sip.c
U   trunk/channels/chan_skinny.c
U   trunk/channels/chan_unistim.c
U   trunk/channels/chan_zap.c
U   trunk/configs/features.conf.sample
U   trunk/configs/iax.conf.sample
U   trunk/configs/sip.conf.sample
U   trunk/funcs/func_channel.c
U   trunk/include/asterisk/channel.h
U   trunk/main/features.c

------------------------------------------------------------------------
r114487 | jpeeler | 2008-04-21 18:37:34 -0500 (Mon, 21 Apr 2008) | 9 lines

(closes issue http://bugs.digium.com/view.php?id=6113)
Reported by: oej
Tested by: jpeeler

This patch implements multiple parking lots for parked calls. The default
parkinglot is used by default, however setting the channel variable
PARKINGLOT in the dialplan will allow use of any other configured
parkinglot. See configs/features.conf.sample for more details on setting up
another non-default parkinglot. Also, one can (currently) set the default
parkinglot to use in the driver configuration file via the parkinglot
option.

Patch initially written by oej, brought up to date and finalized by
mvanbaak, and then stabilized and converted to astobj2 by me.


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

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

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
04-21-08 18:37  svnbot         Note Added: 0085786                          
04-21-08 18:37  svnbot         Assigned To              mvanbaak => jpeeler 
======================================================================




More information about the asterisk-bugs mailing list