Displaying 2 results from an estimated 2 matches for "parkedcallstimeout".
2009 Aug 27
3
Sticky Park
...I could accomplish this with
dial-plan magic.
Here is the relevant features.conf entries.
[general]
parkext => 799 ;We need to use our own 700 extension so lets get this
out of the way.
parkpos => 702-706
comebacktoorigin = no ;This causes calls that have timed out to
come to the parkedcallstimeout context at s,1.
Ok now onto my Dial Plan.
[from_internal]
include => parkedcalls ; Gotta have this or things don't work.
;I do an attended transfer to 700.
exten => 700,1,Answer()
;Just so I can see if anything has been set
exten => 700,n,NoOp(I want to be parked on: ${PARKINGEXT...
2017 Apr 06
2
feature codes
...e Default Current
--------------- ------- -------
(none)
Feature Groups:
---------------
(none)
Call parking (Parking lot: default)
------------
Parking extension : 700
Parking context : parkedcalls
Parked call extensions: 701-750
Parkingtime : 45000 ms
Comeback to origin : yes
Comeback context : parkedcallstimeout (comebacktoorigin=yes, not used)
Comeback dial time : 30
MusicOnHold class : default
Enabled : Yes
PBX*CLI>
*My extensions.conf is:*
exten => _2XXXXXXXXX,1,Dial(SIP/CYTA/${EXTEN})
exten => _2XXXXXXXXX,1,Busy()
exten => _69XXXXXXXX,1,Dial(SIP/voda/${EXTEN})
exten => _69XXXXXXXX,1,Bus...