git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4946 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-04-16 19:39:07 +00:00
parent bf7144b2a2
commit 6f41951698

View File

@ -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) {