]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Don't set the caller name to origination_uuid's value
authorMathieu Rene <mrene@avgs.ca>
Thu, 7 May 2009 02:16:12 +0000 (02:16 +0000)
committerMathieu Rene <mrene@avgs.ca>
Thu, 7 May 2009 02:16:12 +0000 (02:16 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13248 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_ivr_originate.c

index 7db14e08a01121a08e6bd22845f21c67ca3c2a5b..69cd01a256c2ee32c6f085010d49e90f7ead6139 100644 (file)
@@ -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);
                                }