提交 a24148db authored 作者: Anthony Minessale's avatar Anthony Minessale

revert

上级 139bd072
......@@ -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:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论