From: Anthony Minessale Date: Fri, 24 Oct 2008 20:30:33 +0000 (+0000) Subject: add data to params X-Git-Tag: v1.0.2~696 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa459336d804a83a5bf96cbad624217b0106a320;p=thirdparty%2Ffreeswitch.git add data to params git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10145 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c b/src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c index 1984aaf188..fd760f4808 100644 --- a/src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c +++ b/src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c @@ -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);