[Freeswitch-svn] [commit] r10203 - freeswitch/trunk/src
Freeswitch SVN
anthm at freeswitch.org
Thu Oct 30 11:18:07 EDT 2008
Author: anthm
Date: Thu Oct 30 11:18:07 2008
New Revision: 10203
Modified:
freeswitch/trunk/src/switch_ivr.c
Log:
fix typo thanks MichaelGG
Modified: freeswitch/trunk/src/switch_ivr.c
==============================================================================
--- freeswitch/trunk/src/switch_ivr.c (original)
+++ freeswitch/trunk/src/switch_ivr.c Thu Oct 30 11:18:07 2008
@@ -1639,7 +1639,7 @@
if (!(x_caller_profile = switch_xml_add_child_d(x_o, "originatee_caller_profile", off++))) {
goto error;
}
- switch_ivr_set_xml_profile_data(x_caller_profile, caller_profile->originatee_caller_profile, 0);
+ switch_ivr_set_xml_profile_data(x_caller_profile, cp, 0);
}
}
More information about the Freeswitch-svn
mailing list