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

FS-5698 --resolve

上级 e84e92dc
......@@ -154,6 +154,11 @@ switch_status_t sofia_presence_chat_send(switch_event_t *message_event)
goto end;
}
if (!from) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Missing From: header.\n");
goto end;
}
if (!zstr(type)) {
ct = type;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论