[Freeswitch-svn] [commit] r13248 - freeswitch/trunk/src
    FreeSWITCH SVN 
    mrene at freeswitch.org
       
    Wed May  6 19:16:12 PDT 2009
    
    
  
Author: mrene
Date: Wed May  6 21:16:12 2009
New Revision: 13248
Log:
Don't set the caller name to origination_uuid's value
Modified:
   freeswitch/trunk/src/switch_ivr_originate.c
Modified: freeswitch/trunk/src/switch_ivr_originate.c
==============================================================================
--- freeswitch/trunk/src/switch_ivr_originate.c	(original)
+++ freeswitch/trunk/src/switch_ivr_originate.c	Wed May  6 21:16:12 2009
@@ -1410,7 +1410,6 @@
 						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);
 				}
 
    
    
More information about the Freeswitch-svn
mailing list