mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
enable no-rtp timeout for early media
This commit is contained in:
parent
82ec76a4e1
commit
b8c9c80934
1 changed files with 1 additions and 1 deletions
|
|
@ -2351,7 +2351,7 @@ void linphone_core_iterate(LinphoneCore *lc){
|
|||
#endif //BUILD_UPNP
|
||||
linphone_core_start_invite(lc,call, NULL);
|
||||
}
|
||||
if (call->state==LinphoneCallIncomingReceived){
|
||||
if (call->state==LinphoneCallIncomingReceived || call->state==LinphoneCallIncomingEarlyMedia){
|
||||
if (one_second_elapsed) ms_message("incoming call ringing for %i seconds",elapsed);
|
||||
if (elapsed>lc->sip_conf.inc_timeout){
|
||||
LinphoneReason decline_reason;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue