]> sjero.net Git - linphone/blobdiff - coreapi/callbacks.c
Merge branch 'master' of git.sv.gnu.org:/srv/git/linphone
[linphone] / coreapi / callbacks.c
index 3df4906a5812c05b5d7592b50666b456b558d703..7c8533759df5004f985780a070a7df5f3cd56843 100644 (file)
@@ -302,6 +302,8 @@ static void call_updating(SalOp *op){
                        if (lc->current_call!=call){
                                ms_error("Inconsitency detected: current call is %p but call %p is being paused !",lc->current_call,call);
                        }
+               }else{
+                       linphone_call_set_state(call, LinphoneCallUpdatedByRemote,"Call updated by remote");
                }
                /*accept the modification (sends a 200Ok)*/
                sal_call_accept(op);