From 95311eaf10b4e73f961043398d871645abc94b9b Mon Sep 17 00:00:00 2001 From: Mathieu Rene Date: Thu, 7 May 2009 02:16:12 +0000 Subject: [PATCH] Don't set the caller name to origination_uuid's value git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13248 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_ivr_originate.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/switch_ivr_originate.c b/src/switch_ivr_originate.c index 7db14e08a0..69cd01a256 100644 --- a/src/switch_ivr_originate.c +++ b/src/switch_ivr_originate.c @@ -1410,7 +1410,6 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess strncpy(tmp, var_begin, strlen(var_begin)); } - new_profile->caller_id_name = switch_core_strdup(new_profile->pool, tmp); switch_event_add_header_string(var_event, SWITCH_STACK_BOTTOM, "origination_uuid", tmp); }