mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-26 03:36:40 +00:00
avoid extraneous incorrect display update on answer
This commit is contained in:
parent
c6c479f028
commit
91065543b2
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user