[Freeswitch-branches] [commit] r3480 - freeswitch/branches/igorneves/scripts/socket
Freeswitch SVN
igorneves at freeswitch.org
Tue Nov 28 19:25:15 EST 2006
Author: igorneves
Date: Tue Nov 28 19:25:15 2006
New Revision: 3480
Modified:
freeswitch/branches/igorneves/scripts/socket/fsconsole.pl
Log:
take out the "api..." no sense always showing that
Modified: freeswitch/branches/igorneves/scripts/socket/fsconsole.pl
==============================================================================
--- freeswitch/branches/igorneves/scripts/socket/fsconsole.pl (original)
+++ freeswitch/branches/igorneves/scripts/socket/fsconsole.pl Tue Nov 28 19:25:15 2006
@@ -270,7 +270,8 @@
if($input->{'Content-Type'} eq "auth/request") {
$heap->{'server'}->put("auth $server_secret");
} elsif ($input->{'Content-Type'} eq "api/response") {
- new_message('destination_window' => 0, 'message' => 'API Response: ');
+# no sense allways showing "api......."
+# new_message('destination_window' => 0, 'message' => 'API Response: ');
new_message('destination_window' => 0, 'message' => $input->{'__DATA__'});
} elsif ($input->{'Content-Type'} eq "log/data") {
new_message('destination_window' => 1, 'message' => $input->{'__DATA__'});
More information about the Freeswitch-branches
mailing list