Displaying 2 results from an estimated 2 matches for "zap_getdtmf".
2003 May 22
2
libpri and zap lib
...dfd2 = open("/dev/zap/48", O_RDWR);
    pri1 = pri_new(dfd1, node, swtype);
    pri2 = pri_new(dfd2, node, swtype);
    /* check and handle the ISDN events on pri1, pri2 as shown in pritest.c*/
2.detect DTMF, play audio file, bridge channels, disconnect channels with zap functions:
    zap_getdtmf();        /* check DTMF*/
    zap_playf();          /* play audio file*/
    zap_conf();           /* bridge 2 channels*/
    zap_clearlinks();     /* disconnect bridged channels*/
Is the above a feasible way? 
In the Asterisk code,  the /dev/zap/channel is used for all ISDN D-channels. I haven...
2004 Apr 30
1
Asterisk missing DTMF tones from some cell phones
...nes are 
actually created at the base, and that pressing the key longer usually 
does not result in longer tones.
I have seen 
http://lists.digium.com/pipermail/asterisk-users/2004-February/037319.html
             -Bryce
PS: I'm actually using the http://www.mipl.org browser, which does
    zap_getdtmf(zap,1,NULL,0,0,0,ZAP_HOOKEXIT), etc.