[Freeswitch-svn] [commit] r10988 - freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/configs

FreeSWITCH SVN gmaruzz at freeswitch.org
Mon Dec 29 04:47:43 PST 2008


Author: gmaruzz
Date: Mon Dec 29 07:47:42 2008
New Revision: 10988

Log:
skypiax: updated config and startup files

Modified:
   freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/configs/startskype.sh

Modified: freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/configs/startskype.sh
==============================================================================
--- freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/configs/startskype.sh	(original)
+++ freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/configs/startskype.sh	Mon Dec 29 07:47:42 2008
@@ -1,9 +1,14 @@
+# you need three dummy soundcard for 20 Skype client instances, because each dummy soundcard can handle a max of 8 Skype instances
+# the enable= module parameter tells how many cards to start. For each additional card, add a comma and a 1
+# configure the first 8 Skype client instances to use the hw:Dummy_0, the next 8 instances to use hw:Dummy_1, etc for all three devices (Play, Capture, Ring)
 modprobe snd-dummy enable=1,1,1
+sleep 5
 
-
+#start the fake X server on a given port
 Xvfb :101 &
 sleep 5
 
+# start a Skype client instance that will connect to the X server above, and will login to the Skype network using the "username password" you send to it on stdin. Here xxx would be the password and skypiax1 the username
 echo "skypiax1 xxx"| DISPLAY=:101 /usr/bin/skype.static --pipelogin &
 
 sleep 10



More information about the Freeswitch-svn mailing list