[Freeswitch-svn] [commit] r10145 - freeswitch/trunk/src/mod/dialplans/mod_dialplan_xml

Freeswitch SVN anthm at freeswitch.org
Fri Oct 24 16:30:34 EDT 2008


Author: anthm
Date: Fri Oct 24 16:30:33 2008
New Revision: 10145

Modified:
   freeswitch/trunk/src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c

Log:
add data to params

Modified: freeswitch/trunk/src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c
==============================================================================
--- freeswitch/trunk/src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c	(original)
+++ freeswitch/trunk/src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c	Fri Oct 24 16:30:33 2008
@@ -205,6 +205,7 @@
 	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);



More information about the Freeswitch-svn mailing list