update default dtmf rfc2833 duration to 800

This commit is contained in:
Aymeric Moizard 2010-01-14 14:30:25 +01:00
parent 0b60c2888d
commit f5cf118d8a

View file

@ -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;