[Freeswitch-svn] [commit] r11233 - freeswitch/trunk/src/mod/applications/mod_lcr

FreeSWITCH SVN rupa at freeswitch.org
Thu Jan 15 14:00:43 PST 2009


Author: rupa
Date: Thu Jan 15 16:00:43 2009
New Revision: 11233

Log:
// -> /* */ comments


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 16:00:43 2009
@@ -567,7 +567,7 @@
 		switch_channel_set_variable(channel, SWITCH_HANGUP_AFTER_BRIDGE_VARIABLE, "true");
 
 		for (cur_route = routes.head; cur_route; cur_route = cur_route->next) {
-			//bridge_data = get_bridge_data(caller_profile->destination_number, cur_route);
+			/*bridge_data = get_bridge_data(caller_profile->destination_number, cur_route);*/
 			switch_caller_extension_add_application(session, extension, "bridge", cur_route->dialstring);
 			switch_safe_free(bridge_data);
 		}
@@ -584,7 +584,7 @@
 {
 	size_t i;
 
-	//switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "repeating %d of '%s'\n", how_many, what);
+	/*//switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "repeating %d of '%s'\n", how_many, what);*/
 
 	for (i=0; i<how_many; i++) {
 		str_stream->write_function(str_stream, "%s", what);
@@ -653,7 +653,7 @@
 	max_obj_t maximum_lengths = { 0 };
 	callback_t cb_struct = { 0 };
 	switch_status_t lookup_status = SWITCH_STATUS_SUCCESS;
-	//switch_malloc(maximum_lengths, sizeof(max_obj_t));
+	/*//switch_malloc(maximum_lengths, sizeof(max_obj_t)); */
 
 	if (switch_strlen_zero(cmd)) {
 		goto usage;



More information about the Freeswitch-svn mailing list