enable no-rtp timeout for early media

This commit is contained in:
Guillaume BIENKOWSKI 2014-07-25 14:48:31 +02:00
parent 82ec76a4e1
commit b8c9c80934

View file

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