add data to params
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10145 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
82938ed71e
commit
fa459336d8
|
@ -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(¶ms);
|
||||
|
|
Loading…
Reference in New Issue