Displaying 3 results from an estimated 3 matches for "comebacktoorigin".
2017 Apr 06
2
feature codes
...------------- ------- -------
(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,Busy()
[code]
I woul...
2011 Apr 01
1
call parking issues in asterisk 1.6.2.16.2
We have a problem of no MoH when parking calls running asterisk 1.6.2.16.2.
Also, the parked call never goes back to the parker. We have
"comebacktoorigin = yes" and "parkingtime => 180" in features.conf
Anybody know why this isn't working?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110401/6ec04f41/attachment.htm>
2009 Aug 27
3
Sticky Park
...slot if additional re-parks are
necessary.
Here is my dialplan on how I thought 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...