| Message-ID | <3DF34D5B.97D33D03@ba228.pppool.de> |
| Date | Sun, 08 Dec 2002 14:47:07 +0100 |
| From | Juergen Kosel <juergen@ba228.pppool.de> |
| Subject | Re: 1.1.29 released |
| References | <20021125142338.E12094@greenie.muc.de> |
| Replies | <20021208195751.J23145@greenie.muc.de> |
| Thread |
Gert Doering wrote:
>
> * voice/ has support for DLE shielding of long DTMF tones
Could this work?
int IS_101_handle_dle(char data)
{
static int hearing_dtmf = 0; /* flag variable for shielded DTMF */
As far as I understood this, hearing_dtmf is set to 0 with _each_ call
of IS_101_handle_dle.
Could someone with a modem with Lucent/Agere chipset test the dtmf
handling?
Juergen