Re: [asterisk-users] Playback file and detect a key press

2007-12-12 Thread Bob Smither
On Sat, 2007-12-08 at 13:40 -0600, Moises Silva wrote: > Bob, > > GET DATA should do something like that. But, to do "exactly" that, you > could try a patch I did to call AGI(agi:async), this is a special way > of AGI. As you know, you can already call AGI(name-of-script.php), or > AGI(agi://ipadd

Re: [asterisk-users] Playback file and detect a key press

2007-12-08 Thread Moises Silva
Bob, GET DATA should do something like that. But, to do "exactly" that, you could try a patch I did to call AGI(agi:async), this is a special way of AGI. As you know, you can already call AGI(name-of-script.php), or AGI(agi://ipaddress) for the so named FastAGI. I created another variant AGI(agi:a

[asterisk-users] Playback file and detect a key press

2007-12-07 Thread Bob Smither
I would like to do the following: Play back a file, and during the playback be able to detect a DTMF tone that may be pressed. I do not want to interrupt the playing of the file, but when the file finishes I would like to be able to tell if a key was pressed and which key it was. Anyway to do th