[Freeswitch-svn] [commit] r11246 -	freeswitch/trunk/src/mod/applications/mod_lcr
    FreeSWITCH SVN 
    intralanman at freeswitch.org
       
    Thu Jan 15 16:02:25 PST 2009
    
    
  
Author: intralanman
Date: Thu Jan 15 18:02:25 2009
New Revision: 11246
Log:
test
Modified:
   freeswitch/trunk/src/mod/applications/mod_lcr/mod_lcr.c
Modified: freeswitch/trunk/src/mod/applications/mod_lcr/mod_lcr.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_lcr/mod_lcr.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_lcr/mod_lcr.c	Thu Jan 15 18:02:25 2009
@@ -166,7 +166,7 @@
 	maxes->dialstring = (headers[LCR_DIALSTRING_PLACE] == NULL ? 0 : strlen(headers[LCR_DIALSTRING_PLACE]));
 	maxes->digit_str = (headers[LCR_DIGITS_PLACE] == NULL ? 0 : strlen(headers[LCR_DIGITS_PLACE]));
 	maxes->rate = 8;
-	printf("WTF\n");
+#	printf("WTF\n");
 }
 
 switch_status_t process_max_lengths(max_obj_t *maxes, lcr_route routes, char *destination_number)
    
    
More information about the Freeswitch-svn
mailing list