Just upgraded to 1.8, we use the multi lot parking feature by dialling *4.
We are not getting the parking slot announcement being played to the person
who parks the call, so it's impossible to tell which slot they've gone
into. Could someone check our config?

On Debian Squeeze using packages from
http://packages.asterisk.org/debsqueeze main (Asterisk
1.8.11.1-1digium1~squeeze)

/etc/asterisk/features.conf
[general]
transferdigittimeout => 5 ; Number of seconds to wait between digits when
transferring a call
xfersound = beep ; to indicate an attended transfer is complete
xferfailsound = unavailablebeep ; to indicate a failed transfer
featuredigittimeout = 2000 ; Max time (ms) between digits for
atxfernoanswertimeout = 15 ; Timeout for answer on attended transfer
default is 15 seconds.
[featuremap]
atxfer => *1 ; Attended transfer
blindxfer => *2 ; Blind transfer  (default is #)
automon => *3 ; One Touch Record a.k.a. Touch Monitor
parkcall => *4
;***multitenant callparking
#include /etc/asterisk/features.multiparking.conf

/etc/asterisk/features.multiparking.conf
[parkinglot_mhill]
context => mhillpark
parkpos => 1-9
findslot => first
parkinghints => yes ; Add hints priorities automatically for parking slots
(default is no).
parkedmusicclass => classical
parkingtime => 7200
parkedcalltransfers => both
parkedcallreparking => both

/etc/asterisk/extensions.conf
...
[parkinglot_mhill]
switch => Realtime/@extensions
...

/etc/asterisk/sip.conf
...
parkinglot=parkinglot_mhill
...
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to