Displaying 1 result from an estimated 1 matches for "handle_dialtone".
2003 Jun 04
1
new application Dialtone()
...=================================================
RCS file: /usr/cvsroot/asterisk/res/res_indications.c,v
retrieving revision 1.2
diff -r1.2 res_indications.c
31a32,33
> #include <asterisk/app.h>
> #include <asterisk/options.h>
212a215,263
> * Dialtone
> */
> static int handle_dialtone(struct ast_channel *chan, void *data)
> {
> struct tone_zone_sound *ts;
> int res;
> char tmp[256];
> char *stringp, *mailbox, *stimeout;
> int timeout;
>
> stringp = mailbox = stimeout = NULL;
> timeout = 10000;
>
> s...