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.
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to