[Freeswitch-svn] [commit] r3539 - freeswitch/branches/igorneves/scripts/socket

Freeswitch SVN igorneves at freeswitch.org
Tue Dec 5 07:06:28 EST 2006


Author: igorneves
Date: Tue Dec  5 07:06:27 2006
New Revision: 3539

Modified:
   freeswitch/branches/igorneves/scripts/socket/fsconsole.pl

Log:
added a note missed

Modified: freeswitch/branches/igorneves/scripts/socket/fsconsole.pl
==============================================================================
--- freeswitch/branches/igorneves/scripts/socket/fsconsole.pl	(original)
+++ freeswitch/branches/igorneves/scripts/socket/fsconsole.pl	Tue Dec  5 07:06:27 2006
@@ -212,6 +212,7 @@
         }
 	if($input =~ /^!{1}(.*)/) {
 	   if(defined($window)) {
+	      # this should be done with this http://perldoc.perl.org/perlipc.html
 	      my $output = qx($1);
 	      new_message('destination_window' => $window, 'message' => $output);
 	   }



More information about the Freeswitch-svn mailing list