From: Brian West Date: Thu, 13 May 2010 03:19:54 +0000 (-0500) Subject: avoid extraneous incorrect display update on answer X-Git-Tag: git2svn-syncpoint-master~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91065543b2a09f8a1d8ba49b4132ff10f077f016;p=thirdparty%2Ffreeswitch.git avoid extraneous incorrect display update on answer --- diff --git a/src/mod/endpoints/mod_sofia/mod_sofia.c b/src/mod/endpoints/mod_sofia/mod_sofia.c index 2c990d050e..7b68d27fd5 100644 --- a/src/mod/endpoints/mod_sofia/mod_sofia.c +++ b/src/mod/endpoints/mod_sofia/mod_sofia.c @@ -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);