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

add data to params

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10145 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 82938ed7
......@@ -205,6 +205,7 @@ static switch_status_t dialplan_xml_locate(switch_core_session_t *session, switc
switch_assert(params);
switch_channel_event_set_data(channel, params);
switch_caller_profile_event_set_data(caller_profile, "Hunt", params);
status = switch_xml_locate("dialplan", NULL, NULL, NULL, root, node, params);
switch_event_destroy(&params);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论