From 91065543b2a09f8a1d8ba49b4132ff10f077f016 Mon Sep 17 00:00:00 2001 From: Brian West Date: Wed, 12 May 2010 22:19:54 -0500 Subject: [PATCH] avoid extraneous incorrect display update on answer --- src/mod/endpoints/mod_sofia/mod_sofia.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);