search for: ast_app_getdata

Displaying 7 results from an estimated 7 matches for "ast_app_getdata".

2009 Jun 30
0
Problem with DTMF detection in ast_app_getdata (*1.2)
...0207560-VoIP_phone/) on an Asterisk 1.2.26-BRIstuffed-0.3.0-PRE-1y-q version of asterisk. I am running a C-based prepaid application based on MySQL that accepts dtmf events from the phone to authenticate. When asterisk is configured with DTMF mode rfc 2833 or auto (or any of the others in fact) the ast_app_getdata method sometimes just times out and doesn't get the DTMF events from the phone (the phone also has support for rfc 2833 or inband). However when using auto or 2833, my software Twinkle client will ALWAYS get its DTMF events detected without fail (so far). Has anyone come across this situation b...
2023 Apr 20
1
Source code for AGI GET DATA command
On 4/20/2023 7:16 AM, Rhys Hanrahan wrote: > > 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
2004 Sep 20
0
Installation problem; collect2: ld returned 1 exit status
...#cd zaptel ; zaptel equipment #make clean; make install #cd ../libpri ; isdn #make clean; make install #cd ../asterisk #make clean ..but when I try #make install I get; app.o(.text+0x21d2): In function `ast_app_getdata': /usr/src/asterisk/app.c:45: undefined reference to `ast_streamfile' app.o(.text+0x2278): In function `ast_app_getdata_full': /usr/src/asterisk/app.c:63: undefined reference to `ast_streamfile' app.o(.text+0x2311): In function `ast_play_and_wait': /usr/src/asterisk/app.c:494: u...
2005 Mar 03
1
Development help?
...the original that I cancelled, but I don't want to resend it if it did go through and no one is interested or able to respond. Would one of the developers that monitor this list be willing to drop me a note and spend a couple minutes to help me get a handle on a weird problem I am seeing with ast_app_getdata? Thanks, Dan
2004 Aug 20
7
how to collect user entered digits
Hello all, I have been searching thru all docs that I can find on wiki and such but can not get an answer. I am trying to collect a date from user input in the form of digits dialed from the phone to use in an agi script to do a database look up. I have tried to use "Get Data filename, timeout, maxdigits " in the agi script. In * console I get message saying playing filename but it
2005 Jun 20
2
app_valetparking.c
Since www.bkw.org seems not to exist anymore (getting response from some hosting provider), does anyone happend to have a copy of app_valetparking.c from www.bkw.org - the one that should work with * stable 1.0.X ? If so please contact me. One that can be downloaded from www.loligo.com dosn't compile with 1.0.X, and SuperValletParking (www.asterlink.com/svp/) seems to be for * HEAD
2005 Jun 20
1
Re: app_valetparking.c for * STABLE (1.0.X)
Nope ! This is the one that tries to include PRE 1.0.X header file <parking.h>. It cannot compile on * 1.0.X (I have tried also to include <features.h> instead of <parking.h> (as far as I know features.h is successor to parking.h), but still without results). Thanks anyway. Nenad > > Try this > >> Since www.bkw.org seems not to exist anymore (getting