[asterisk-users] Show call coming back from Call Parking

Andrew Kohlsmith akohlsmith-asterisk at benshaw.com
Sun Jan 28 08:25:17 MST 2007


On Friday 26 January 2007 5:44 pm, Eric "ManxPower" Wieling wrote:
> [park-dial]
> exten => _.,1,SetCIDName(Parking Timeout)
> exten => _.,2,SetVar(__ALERT_INFO=Triplet)
> exten => _.,3,Goto(extensions,3500,1)

I see your awesome little snippet and raise you a

exten => 700,1,Set(PARKRETURN=${CID(number)})
exten => 700,1,Park()

so your Goto() above can grab the ${PARKRETURN} and Dial() that back.

*Not tested, just thought of it for an enhancement so it didn't always come 
back to the receptionist.

-A.


More information about the asterisk-users mailing list