add param

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6317 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2007-11-17 00:26:28 +00:00
parent 74b563c23e
commit 5fe2353c2f
4 changed files with 78 additions and 23 deletions
@@ -186,7 +186,7 @@ static switch_status_t dialplan_xml_locate(switch_core_session_t *session, switc
switch_status_t status = SWITCH_STATUS_GENERR;
channel = switch_core_session_get_channel(session);
data = switch_channel_build_param_string(channel, caller_profile);
data = switch_channel_build_param_string(channel, caller_profile, NULL);
status = switch_xml_locate("dialplan", NULL, NULL, NULL, root, node, data);
switch_safe_free(data);