From a24148db7147fee352a611e3a4ae37967c0f2612 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 21 Nov 2011 09:17:21 -0600 Subject: [PATCH] revert --- src/mod/endpoints/mod_sofia/mod_sofia.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/mod/endpoints/mod_sofia/mod_sofia.c b/src/mod/endpoints/mod_sofia/mod_sofia.c index 8389a495c3..5d18065141 100644 --- a/src/mod/endpoints/mod_sofia/mod_sofia.c +++ b/src/mod/endpoints/mod_sofia/mod_sofia.c @@ -1907,10 +1907,6 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi { switch_channel_set_flag(channel, CF_REQ_MEDIA); - sofia_glue_do_invite(session); - - -#if 0 const char *event = "talk"; if (!zstr(msg->string_arg) && strcasecmp(msg->string_arg, event)) { @@ -1927,7 +1923,7 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi } else { nua_notify(tech_pvt->nh, NUTAG_NEWSUB(1), NUTAG_SUBSTATE(nua_substate_active), SIPTAG_EVENT_STR(event), TAG_END()); } -#endif + } break; case SWITCH_MESSAGE_INDICATE_SIMPLIFY: