search for: exec_agi

Displaying 4 results from an estimated 4 matches for "exec_agi".

2019 Jun 06
2
Find out which key ended recording?
Hello, We have a need to record audio and allow the user to press any DTMF key to end the recording. Currently we're using the AGI command "record file" which does allow us to specify which DTMF keys can end the recording. However we also need to know *which* key actually ended the recording. Note that only allowing # or * to end the recording won't work for us. Does anyone
2011 Jan 31
1
Calling Directory app from AGI
Hi all, I've got an agi script that calls the directory function, which seems to work to a point.? However, once the caller has selected an entry, I need my agi script to find out which extension was selected.? I've RTFM'd and don't see that the extension is returned.? Nor is a variable set, as far as I can see. Is there a way to get this information from the directory
2011 Feb 01
1
How to use Monitor() in Python AGI
How can I use the application Monitor() in the Python AGI skripts? Thanks a lot. best regards, Feilx -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110201/c1256374/attachment.htm>
2019 Jun 07
4
Find out which key ended recording?
...that only allowing # or * to end the recording won't work for us. > > > > Does anyone know how we can tell which key ended the recording? Thanks > > in advance for any help. > > Here's a snippet from one of my AGIs: > > // record the voice > exec_agi("RECORD FILE" > " %s" // filename > " wav" // format > " #*1234567890" > // escape digits >...