Displaying 1 result from an estimated 1 matches for "internal_dial_opt".
2009 Aug 27
3
Sticky Park
...t; _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 to the person who parked it.  There are a 
couple of global variables I use here.  Nothing unusual here.
So what is the problem?  Well the problem is that the PARKINGEXTEN 
variable gets reset after the dial command in parkedcallstimeout.  That 
makes it so I cannot...