Displaying 4 results from an estimated 4 matches for "20agi".
Did you mean:
200gb
2004 Jun 29
1
Update Mysql with DTMF
Am a little confused on how I can design a dial plan like this:
extension 700 should prompt for a PIN and password
lookup mysql to see if this is correct
if correct, log the time / date in mysql
announce "logged" and hangup
any ideas?
Thanks a bunch
---------------------------------
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
-------------- next part
2004 Nov 30
1
Passing Var to PHP-AGI
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/${dialed}@146.82.15.241)
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?
2007 Mar 16
2
Cepstral voices
what's the easiest way of using cepstral voices with asterisk ? On their
website, in the ssml page
(http://www.cepstral.com/cgi-bin/support?page=ssml), they say
"Asterisk PBX
SSML can be used with Cepstral voices in Asterisk by simply embedding
the markup into the input text."
what input text ? To what application ?
Thanks !
Julian
2005 Aug 18
4
Which AGI Development Software is fastest on Asterisk?
I'm looking to develop some custom AGI that will be MySQL intensive. It
appears Asterisk supports many different development environments. Which
would be best suited for Asterisk and MySQL?
Bart