From 6f41951698e36f653a41b5aa82297a9a0a448719 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 16 Apr 2007 19:39:07 +0000 Subject: [PATCH] ... git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4946 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_ivr_originate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_ivr_originate.c b/src/switch_ivr_originate.c index 654008176a..eebfbc2e8a 100644 --- a/src/switch_ivr_originate.c +++ b/src/switch_ivr_originate.c @@ -486,7 +486,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess NULL, caller_caller_profile->rdnis, caller_caller_profile->source, caller_caller_profile->context, chan_data); - caller_profiles[i]->flags = caller_caller_profile->flags; + new_profile->flags = caller_caller_profile->flags; pool = NULL; } else { if (!cid_name_override) {