Displaying 2 results from an estimated 2 matches for "l2829".
Did you mean:
2829
2023 Apr 20
1
Source code for AGI GET DATA command
...gt; figure it out, but I can’t for the life of me find the underlying
> source code. The closest I’ve found is XML that defines the command
> syntax but can’t trace it from there.
>
Here is where it is in the master version:
https://github.com/asterisk/asterisk/blob/master/res/res_agi.c#L2829
And in version 11:
https://github.com/asterisk/asterisk/blob/11/res/res_agi.c#L2239
2023 Apr 20
1
Source code for AGI GET DATA command
Hi All,
I’m having issues figuring out how to set no DTMF timeout on the AGI GET DATA command as “0” still has a multi-second timeout if no input is given. I am trying to find the source code of the AGI command to figure it out, but I can’t for the life of me find the underlying source code. The closest I’ve found is XML that defines the command syntax but can’t trace it from there.
PS. I am on