From 70546b85ab7d34d156bf3107ddc7eb52e016ab69 Mon Sep 17 00:00:00 2001 From: jpeeler Date: Wed, 15 Sep 2010 19:22:15 +0000 Subject: Add parking extension for non-default parking lots. This is a new feature that allows for parking to custom parking lots to be accessed directly, rather than with channel variables or by changing the default parking lot. The extension is set with the parkext option just as the default parking lot is done. Also, the manager action has been updated to optionally allow a specified parking lot. (closes issue #14882) Reported by: vmikhnevych Patches: patch_14882.txt uploaded by mnick (license 874) modified by me Review: https://reviewboard.asterisk.org/r/884/ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@286931 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/features.conf.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configs/features.conf.sample') diff --git a/configs/features.conf.sample b/configs/features.conf.sample index eb04c3c41..7534d1616 100644 --- a/configs/features.conf.sample +++ b/configs/features.conf.sample @@ -3,7 +3,7 @@ ; [general] -parkext => 700 ; What extension to dial to park (all parking lots) +parkext => 700 ; What extension to dial to park parkpos => 701-720 ; What extensions to park calls on. (defafult parking lot) ; These needs to be numeric, as Asterisk starts from the start position ; and increments with one for the next parked call. @@ -85,6 +85,7 @@ context => parkedcalls ; Which context parked calls are in (default parking lot ; ;[parkinglot_edvina] ;context => edvinapark +;parkext => 799 ;parkpos => 800-850 ;findslot => next -- cgit v1.2.3