Initial checkin of the POE::Filter::FSSocket module and fsconsole.pl which is a curses, multi-window console for freeswitch mod_event_socket. See http://search.cpan.org/~ptinsley/POE-Filter-FSSocket-0.04/lib/POE/Filter/FSSocket.pm for more info on the perl module.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3116 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Paul Tinsley
2006-10-20 06:20:39 +00:00
parent 3a32d9e53c
commit bb5b51dfbe
11 changed files with 1219 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
perl Makefile.PL
make
make test
make install