]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add data to params
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 24 Oct 2008 20:30:33 +0000 (20:30 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 24 Oct 2008 20:30:33 +0000 (20:30 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10145 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c

index 1984aaf18866de6dae63c33c42938d479d0de0c0..fd760f480800bc6119781619b51cf6d8caa17c31 100644 (file)
@@ -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);