From: Rupa Schomaker Date: Thu, 15 Jan 2009 22:00:43 +0000 (+0000) Subject: // -> /* */ comments X-Git-Tag: v1.0.3~716 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=169ced2f937102008dc07ef410f85f8310698cf5;p=thirdparty%2Ffreeswitch.git // -> /* */ comments git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11233 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_lcr/mod_lcr.c b/src/mod/applications/mod_lcr/mod_lcr.c index 8d55dac14b..946cd54033 100644 --- a/src/mod/applications/mod_lcr/mod_lcr.c +++ b/src/mod/applications/mod_lcr/mod_lcr.c @@ -567,7 +567,7 @@ SWITCH_STANDARD_DIALPLAN(lcr_dialplan_hunt) 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 @@ void str_repeat(size_t how_many, char *what, switch_stream_handle_t *str_stream) { 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; iwrite_function(str_stream, "%s", what); @@ -653,7 +653,7 @@ SWITCH_STANDARD_API(dialplan_lcr_function) 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;