Displaying 4 results from an estimated 4 matches for "ast_playtones_start".
2003 Jun 20
1
Error compiling, is it only mee?
...R=\"/usr/lib/asterisk/modules\"
-DASTAGIDIR=\"/var/lib/asterisk/agi-bin\" -DBUSYDETECT
-DZAPATA_MOH -DOPENSSL_NO_KRB5 -fPIC -c -o res_indications.o
res_indications.c
res_indications.c: In function `handle_playtones':
res_indications.c:195: too few arguments to function `ast_playtones_start'
res_indications.c:197: too few arguments to function `ast_playtones_start'
res_indications.c: At top level:
res_indications.c:216: warning: function declaration isn't a prototype
make[1]: [res_indications.o] Error 1 (ignored)
<CUT>
make[1]: Entering directory `/usr/local/src/as...
2003 Jul 22
2
enabling dtmf detection on zap channel?
Hi,
is there a way to enable dtmf detection on zap channels? I am trying to
pickup, play a ringtone and the dial out. I.e.
exten => s,1,Wait,1
exten => s,1,Answer
exten => s,2,Playtones(dial)
exten => s,3,DigitTimeout,5
exten => s,4,ResponseTimeout,10
exten => _X,1,StopPlaytones
exten => _X,2,Dial,Zap/g8/BYEXTENSION|10
2003 Jun 04
1
new application Dialtone()
...ast_get_indication_tone(chan->zone, "dial");
> if (option_verbose > 2)
> ast_verbose(VERBOSE_PREFIX_3 "Dialtone: playing dial
for %d mili seconds\n", timeout);
> }
>
> ast_playtones_stop(chan);
> res = ast_playtones_start(chan, 0, ts->data, 0);
>
> if (res)
> ast_log(LOG_NOTICE,"Unable to start playtones\n");
>
> if (!res) {
> res = ast_waitfordigit(chan, (const int) timeout);
> ast_playtones_stop(chan);
> }
>
>...
2004 May 28
6
Beep Sound
Does anyone have a more clear beep tone for the voicemail?
The default one seems to cut off and give the feeling that
there is a problem with the vm :)
If no one has this available, I may try to create a new
one.
Thanks.
--
respectfully, Joseph -
------=============