mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 00:59:20 +00:00
update default dtmf rfc2833 duration to 800
This commit is contained in:
parent
0b60c2888d
commit
f5cf118d8a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue