[Freeswitch-users] Exchange 2007 UM - DTMF problem

UV uv at yuvalhertzog.com
Sat Sep 20 18:56:45 PDT 2008


That will be interesting for me as well, Anthony.

In the meantime, Matt, try applying this non-standard change (it worked for
me).
Change src/switch_rtp.c (lines 1197-1198) from:
rtp_session->dtmf_data.out_digit_sofar = samples;  
rtp_session->dtmf_data.out_digit_sub_sofar = samples;  
to:
rtp_session->dtmf_data.out_digit_sofar = 0;
rtp_session->dtmf_data.out_digit_sub_sofar = 0;

Let me know if that fixed your DTMF problem with your UM.

-----Original Message-----
From: freeswitch-users-bounces at lists.freeswitch.org
[mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Matt
Darnell
Sent: Sunday, September 21, 2008 11:04 AM
To: freeswitch-users at lists.freeswitch.org
Subject: Re: [Freeswitch-users] Exchange 2007 UM - DTMF problem

On Fri, Sep 19, 2008 at 3:05 PM, Anthony Minessale
<anthony.minessale at gmail.com> wrote:
> post a trace of FS after pressing f8 from the cli
> detailing the entire call and we can have a look.
>

Anthony,

Please find the trace in the email and attached.



No virus found in this outgoing message.
Checked by AVG - http://www.avg.com 
Version: 8.0.169 / Virus Database: 270.7.0/1679 - Release Date: 19/09/2008
15:54




More information about the FreeSWITCH-users mailing list