[Freeswitch-svn] [commit] r12829 - freeswitch/trunk/src/mod/endpoints/mod_skypiax/configs

FreeSWITCH SVN gmaruzz at freeswitch.org
Sun Mar 29 01:16:42 PDT 2009


Author: gmaruzz
Date: Sun Mar 29 03:16:42 2009
New Revision: 12829

Log:
skypiax: docs on configs/client.c

Modified:
   freeswitch/trunk/src/mod/endpoints/mod_skypiax/configs/client.c

Modified: freeswitch/trunk/src/mod/endpoints/mod_skypiax/configs/client.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_skypiax/configs/client.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_skypiax/configs/client.c	Sun Mar 29 03:16:42 2009
@@ -6,8 +6,9 @@
 # mknod /tmp/backpipe_103 p
 # ./client :103  0</tmp/backpipe_103 | nc -l -p 123456 | tee 1>/tmp/backpipe_103
 
-on skypiax server machine:
-# nc skype_client_machine 123456
+on skypiax server machine (please compile skypiax_protocol.c with FARMING #defined):
+# mknod /tmp/backpipe_103 p
+# /usr/local/freeswitch/bin/freeswitch -nf -nc 0</tmp/backpipe_103 | nc 1.124.232.41 123456 | tee 1>/tmp/backpipe_103
 
 */
 



More information about the Freeswitch-svn mailing list