exten => auth_dial,1,DigitTimeout,5
exten => auth_dial,2,ResponseTimeout,15
exten => auth_dial,3,Read(dialed,IVR/en_enter_destination,0) 
exten => auth_dial,4,agi(call_start.php|${dialed})
exten => auth_dial,5,dial(SIP/[EMAIL PROTECTED])

I'm trying to get What they dialed put into the PHP script. How do I
get the contents of this variable in the php script?
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to