[Freeswitch-svn] [commit] r11251 - freeswitch/trunk/src/mod/applications/mod_lcr
FreeSWITCH SVN
intralanman at freeswitch.org
Thu Jan 15 17:00:11 PST 2009
Author: intralanman
Date: Thu Jan 15 19:00:11 2009
New Revision: 11251
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 19:00:11 2009
@@ -166,9 +166,9 @@
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");
- printf("WTF\n");
+# printf("WTF\n");
+# 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