Displaying 1 result from an estimated 1 matches for "_sip011xx".
2009 Aug 27
3
Sticky Park
...Previous slot is not occupied lets clear the PARKINGEXTEN variable so
that when we park the call Asterisk will find the first available slot.
exten => 700,n,Set(PARKINGEXTEN=)
;Lets park the call.
exten => 700,n(parkcall),Park()
exten => 700,n,Hangup()
[parkedcallstimeout]
exten => _SIP011XX,1,Answer()
exten => _SIP011XX,n,NoOp(Call Parked on: ${PARKINGSLOT})
exten => _SIP011XX,n,NoOp(This is who parked us: ${EXTEN})
exten => _SIP011XX,n,Set(PARKINGEXTEN=${PARKINGSLOT})
;This sets the PARKINGEXTEN to the parking slot we were parked in.
exten =>
_SIP011XX,n,Dial(SIP/${EXTEN...