Displaying 1 result from an estimated 1 matches for "parkingslot".
Did you mean:
parkinglot
2009 Aug 27
3
Sticky Park
...o
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:4:4},${RINGTIMER},${INTERNAL_DIAL_OPTIONS})
;This send the call back...