mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-03 19:59:36 +00:00
update ortp and ms2, and set rfc2833 the default
This commit is contained in:
parent
07c4120600
commit
8648c08a0d
3 changed files with 3 additions and 3 deletions
|
|
@ -527,7 +527,7 @@ static void sip_config_read(LinphoneCore *lc)
|
|||
sal_reuse_authorization(lc->sal, lp_config_get_int(lc->config,"sip","reuse_authorization",0));
|
||||
sal_expire_old_registration_contacts(lc->sal,lp_config_get_int(lc->config,"sip","expire_old_registration_contacts",0));
|
||||
|
||||
tmp=lp_config_get_int(lc->config,"sip","use_rfc2833",0);
|
||||
tmp=lp_config_get_int(lc->config,"sip","use_rfc2833",1);
|
||||
linphone_core_set_use_rfc2833_for_dtmf(lc,tmp);
|
||||
|
||||
ipv6=lp_config_get_int(lc->config,"sip","use_ipv6",-1);
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit e72a79873f6f04dd27829b49c60946cd86031c6c
|
||||
Subproject commit e613ba002020f8862bf141a676bcff8d868d7160
|
||||
2
oRTP
2
oRTP
|
|
@ -1 +1 @@
|
|||
Subproject commit 0391dc3493e0e834b6b0668767546e95fc3b490c
|
||||
Subproject commit 0d318ef477b40f72b5838a836ddccc0e055c0719
|
||||
Loading…
Add table
Reference in a new issue