From f5cf118d8a181d4919841c6491582d9174de62ed Mon Sep 17 00:00:00 2001 From: Aymeric Moizard Date: Thu, 14 Jan 2010 14:30:25 +0100 Subject: [PATCH] update default dtmf rfc2833 duration to 800 --- linphone/mediastreamer2/src/msrtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linphone/mediastreamer2/src/msrtp.c b/linphone/mediastreamer2/src/msrtp.c index 6276a120c..79a4a3fad 100644 --- a/linphone/mediastreamer2/src/msrtp.c +++ b/linphone/mediastreamer2/src/msrtp.c @@ -55,7 +55,7 @@ static void sender_init(MSFilter * f) d->rate = 8000; d->dtmf = 0; d->dtmf_start = FALSE; - d->dtmf_duration = 1600; //480; + d->dtmf_duration = 800; d->mute_mic=FALSE; d->relay_session_id_size=0; d->last_rsi_time=0;