mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 20:48:07 +00:00
fix nat policy check for incoming calls
This commit is contained in:
parent
146ad28960
commit
6ded32bfff
1 changed files with 1 additions and 0 deletions
|
|
@ -1580,6 +1580,7 @@ LinphoneCall * linphone_call_new_incoming(LinphoneCore *lc, LinphoneAddress *fro
|
|||
}
|
||||
}
|
||||
|
||||
nat_policy=call->nat_policy;
|
||||
if ((nat_policy != NULL) && linphone_nat_policy_ice_enabled(nat_policy)) {
|
||||
/* Create the ice session now if ICE is required */
|
||||
if (md){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue