]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
avoid extraneous incorrect display update on answer
authorBrian West <brian@freeswitch.org>
Thu, 13 May 2010 03:19:54 +0000 (22:19 -0500)
committerBrian West <brian@freeswitch.org>
Thu, 13 May 2010 03:19:54 +0000 (22:19 -0500)
src/mod/endpoints/mod_sofia/mod_sofia.c

index 2c990d050eebe1f8d62b077ec1a9019305f4a5f7..7b68d27fd5aaeadda61386212111021c52083e25 100644 (file)
@@ -2045,9 +2045,9 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi
 
   end_lock:
 
-       if (msg->message_id == SWITCH_MESSAGE_INDICATE_ANSWER || msg->message_id == SWITCH_MESSAGE_INDICATE_PROGRESS) {
-               sofia_send_callee_id(session, NULL, NULL);
-       }
+       //if (msg->message_id == SWITCH_MESSAGE_INDICATE_ANSWER || msg->message_id == SWITCH_MESSAGE_INDICATE_PROGRESS) {
+       //sofia_send_callee_id(session, NULL, NULL);
+       //}
 
        switch_mutex_unlock(tech_pvt->sofia_mutex);