Displaying 5 results from an estimated 5 matches for "ast_dtmf_stream".
2006 Jun 04
1
Compiling VD_app_conference for x86_64
...root/local/asterisk/asterisk/include -D_REENTRAN_SOURCE -O3
-ffast-math -funroll-all-loops -fprefetch-loop-arrays
-fsingle-precision-constant -DCRYPTO -DAPP_CONFERUG -c -o member.o
member.c
member.c: In function `process_incoming':
member.c:125: warning: implicit declaration of function `ast_dtmf_stream'
gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -g
-I/root/local/asterisk/asterisk/include -D_REENTRAN_SOURCE -O3
-ffast-math -funroll-all-loops -fprefetch-loop-arrays
-fsingle-precision-constant -DCRYPTO -DAPP_CONFERUG -c -o frame.o frame.c
gcc -pipe -Wall -Wmissing-protot...
2007 Jul 17
1
Asterisk 1.4.6 crash using queue app
...h.
When I did #gdb asterisk core.xxx
I see...
#0 ast_senddigit_end (chan=0x0, digit=54 '6', duration=0) at channel.c:2691
#1 0xb780c7d5 in agent_answer (ast=0x925cb78) at chan_agent.c:398
#2 0x08081877 in ast_senddigit (chan=0x57, digit=54 '6') at channel.c:2692
#3 0x0805d20d in ast_dtmf_stream (chan=0x925cb78, peer=0xb6a2d0e0,
digits=0xb6940bf4 "6", between=100) at app.c:243
#4 0xb79086ca in ast_bridge_call (chan=0xb6a2d0e0, peer=0x925cb78,
config=0xb69424d4) at res_features.c:1473
#5 0xb6e011ae in try_calling (qe=0xb6942784,
options=0x925cb78
"@`\201?\2205&a...
2005 Feb 28
3
Cannot compile (app.c)
...spool/asterisk\"
-DASTLOGDIR=\"/var/log/asterisk\"
-DASTCONFPATH=\"/etc/asterisk/asterisk.conf\"
-DASTMODDIR=\"/usr/lib/asterisk/modules\"
-DASTAGIDIR=\"/var/lib/asterisk/agi-bin\" -DBUSYDETECT_MARTIN
-c -o app.o app.c
app.c: In function `ast_dtmf_stream':
app.c:268: warning: value computed is not used
app.c: In function `ast_read_textfile':
app.c:1401: storage size of `filesize' isn't known
app.c:1404: warning: implicit declaration of function `stat'
app.c:1401: warning: unused variable `filesize'
gmake: *** [app.o] Error 1...
2006 Mar 15
2
Speeding up the dial of DTMF's in SIP channel
I'm dialing DTMF's in a SIP channel using the options:
[sip.conf]
dmtfmode=info
[extensions.conf]
exten => _XXXXXXX,1,Dial(SIP/gateway,,D(${EXTEN}))
(this is a custom SIP gateway, which receives the DTMF's sent from
softphones through Asterisk, and based on them, build the destination
PSTN number).
My problem is that Dial send the DTMF's to the SIP/gateway user at a
rate
2006 Jun 04
1
Help with compilation of app_conference in x86_64
...-D_GNU_SOURCE -O3 -ffast-math -funroll-all-loops
-fprefetch-loop-arrays -fsingle-precision-constant -DCRYPTO -march=k8
-fPIC -DAPP_CONFERENCE_DEBUG -Ilibspeex -DSILDET=2 -c -o member.o
member.c
member.c: In function `process_incoming':
member.c:125: warning: implicit declaration of function `ast_dtmf_stream'
gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -g
-I/root/sources/asterisk02/asterisk-1.2.8/include -D_REENTRANT
-D_GNU_SOURCE -O3 -ffast-math -funroll-all-loops
-fprefetch-loop-arrays -fsingle-precision-constant -DCRYPTO -march=k8
-fPIC -DAPP_CONFERENCE_DEBUG -Ilibspeex -DSILDE...