From 3d63833bd6c869b7efa383e8dea14be1a6eff998 Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Tue, 21 May 2013 18:00:22 +0000 Subject: Merge in the bridge_construction branch to make the system use the Bridging API. Breaks many things until they can be reworked. A partial list: chan_agent chan_dahdi, chan_misdn, chan_iax2 native bridging app_queue COLP updates DTMF attended transfers Protocol attended transfers git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@389378 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/res_parking.conf.sample | 48 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 configs/res_parking.conf.sample (limited to 'configs/res_parking.conf.sample') diff --git a/configs/res_parking.conf.sample b/configs/res_parking.conf.sample new file mode 100644 index 000000000..b8308e6ab --- /dev/null +++ b/configs/res_parking.conf.sample @@ -0,0 +1,48 @@ +[general] +;parkeddynamic = yes ; Enables dynamically created parkinglots. (default is no) + + +; A parking lot named 'default' will automatically be used when no other +; named parking lot is indicated for use by the park application or a +; channel's parkinglot function and PARKINGLOT channel variable. + +[default] ; based on the old default from features.conf.sample +parkext => 700 +;parkext_exclusive=yes +parkpos => 701-720 +context => parkedcalls +;parkinghints = no +;parkingtime => 45 +;comebacktoorigin = yes +;comebackdialtime = 30 +;comebackcontext = parkedcallstimeout +;courtesytone = beep +;parkedplay = caller +;parkedcalltransfers = caller +;parkedcallreparking = caller +;parkedcallhangup = caller +;findslot => next +;parkedmusicclass = default + +; Parking lots can now be any named configuration category aside from +; 'general' which is reserved for general options. +; +; You can set parkinglot with the CHANNEL dialplan function or by setting +; 'parkinglot' directly in the channel configuration file. +; +; (Note: Leading '0's and any non-numerical characters on parkpos +; extensions will be ignored. Parkext on the other hand can be any string.) +; +;[edvina2] +;context => edvina2_park +;parkpos => 800-850 +;findslot => next +;comebacktoorigin = no +;comebackdialtime = 90 +;comebackcontext = edvina2_park-timeout +;parkedmusicclass = edvina +; +; Since edvina2 doesn't define parkext, extensions won't automatically be +; created for parking to it or for retrieving calls from it. These can be +; created manually in the dial plan by using the Park and ParkedCall +; applications. -- cgit v1.2.3