提交 7dbab7b1 authored 作者: Giovanni Maruzzelli's avatar Giovanni Maruzzelli

FS-6517 skypopen: mod_skypopen not using configured context with mod_sms…

FS-6517 skypopen: mod_skypopen not using configured context with mod_sms chatplan with PATCH, thanks Russell Treleaven
上级 c006db6f
......@@ -3129,6 +3129,7 @@ int incoming_chatmessage(private_t *tech_pvt, int which)
//switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "from_full", "from_full");
switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "to_user", tech_pvt->name);
//switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "to_host", "to_host");
switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "context", tech_pvt->context);
/* mod_sms end */
switch_event_add_body(event, "%s", tech_pvt->chatmessages[which].body);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论