search for: 205a206

Displaying 1 result from an estimated 1 matches for "205a206".

Did you mean: 205.206
2003 Aug 14
1
Re: The Almighty X-Lite DTMF Problem (patch tested)
...hough = >Asterisk >is not looking for the "end" bit per RFC2833. So try this fix. It = >should >do the trick (at least... it fixed mine). > >--Chris > >Index: rtp.c >RCS file: /usr/cvsroot/asterisk/rtp.c,v >retrieving revision 1.22 >diff -r1.22 rtp.c >205a206 >>/ unsigned int event_end; >/209a211,213 >>/ event_end = ntohl(*((unsigned int *)(data))); >/>/ event_end <<= 8; >/>/ event_end >>= 24; >/224a229,234 >>/ else if(event_end & 0x80) >/>/ { >/>/...