From 11ee51ef7d28a6019c81983cfda30d09a9d1064f Mon Sep 17 00:00:00 2001 From: jpeeler Date: Mon, 21 Apr 2008 23:42:45 +0000 Subject: (closes issue #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. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@114487 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/sip.conf.sample | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configs/sip.conf.sample') diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample index 10293a77c..7a3d11460 100644 --- a/configs/sip.conf.sample +++ b/configs/sip.conf.sample @@ -195,6 +195,9 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls ; ;mohsuggest=default ; +;parkinglot=plaza ; Sets the default parking lot for call parking + ; This may also be set for individual users/peers + ; Parkinglots are configured in features.conf ;language=en ; Default language setting for all users/peers ; This may also be set for individual users/peers ;relaxdtmf=yes ; Relax dtmf handling -- cgit v1.2.3