[Freeswitch-svn] [commit] r4946 - freeswitch/trunk/src
    Freeswitch SVN 
    anthm at freeswitch.org
       
    Mon Apr 16 15:39:07 EDT 2007
    
    
  
Author: anthm
Date: Mon Apr 16 15:39:07 2007
New Revision: 4946
Modified:
   freeswitch/trunk/src/switch_ivr_originate.c
Log:
...
Modified: freeswitch/trunk/src/switch_ivr_originate.c
==============================================================================
--- freeswitch/trunk/src/switch_ivr_originate.c	(original)
+++ freeswitch/trunk/src/switch_ivr_originate.c	Mon Apr 16 15:39:07 2007
@@ -486,7 +486,7 @@
 															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) {
    
    
More information about the Freeswitch-svn
mailing list