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

FreeSWITCH SVN gmaruzz at freeswitch.org
Sun Jan 11 09:19:05 PST 2009


Author: gmaruzz
Date: Sun Jan 11 11:19:05 2009
New Revision: 11127

Log:
skypiax: startskype.sh tweaking

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	Sun Jan 11 11:19:05 2009
@@ -5,128 +5,128 @@
 # the enable= module parameter tells how many cards to start. For each additional card, add a comma and a 1
 # manually 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
+sleep 3
 
 #start the fake X server on a given port
 /usr/bin/Xvfb :101 &
-sleep 5
+sleep 3
 
 # 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 --pipelogin &
 
-sleep 10
+sleep 7
 /usr/bin/Xvfb :102 &
-sleep 5
+sleep 3
 
 echo "skypiax2 xxx"| DISPLAY=:102 /usr/bin/skype --pipelogin &
 
-sleep 10
+sleep 7
 /usr/bin/Xvfb :103 &
-sleep 5
+sleep 3
 
 echo "skypiax3 xxx"| DISPLAY=:103 /usr/bin/skype --pipelogin &
 
-sleep 10
+sleep 7
 /usr/bin/Xvfb :104 &
-sleep 5
+sleep 3
 
 echo "skypiax4 xxx"| DISPLAY=:104 /usr/bin/skype --pipelogin &
 
-sleep 10
+sleep 7
 /usr/bin/Xvfb :105 &
-sleep 5
+sleep 3
 
 echo "skypiax5 xxx"| DISPLAY=:105 /usr/bin/skype --pipelogin &
 
-sleep 10
+sleep 7
 /usr/bin/Xvfb :106 &
-sleep 5
+sleep 3
 
 echo "skypiax6 xxx"| DISPLAY=:106 /usr/bin/skype --pipelogin &
 
-sleep 10
+sleep 7
 /usr/bin/Xvfb :107 &
-sleep 5
+sleep 3
 
 echo "skypiax7 xxx"| DISPLAY=:107 /usr/bin/skype --pipelogin &
 
-sleep 10
+sleep 7
 /usr/bin/Xvfb :108 &
-sleep 5
+sleep 3
 
 echo "skypiax8 xxx"| DISPLAY=:108 /usr/bin/skype --pipelogin &
 
-sleep 10
+sleep 7
 /usr/bin/Xvfb :109 &
-sleep 5
+sleep 3
 
 echo "skypiax9 xxx"| DISPLAY=:109 /usr/bin/skype --pipelogin &
 
-sleep 10
+sleep 7
 /usr/bin/Xvfb :110 &
-sleep 5
+sleep 3
 
 echo "skypiax10 xxx"| DISPLAY=:110 /usr/bin/skype --pipelogin &
 
-sleep 10
+sleep 7
 /usr/bin/Xvfb :111 &
-sleep 5
+sleep 3
 
 echo "skypiax11 xxx"| DISPLAY=:111 /usr/bin/skype --pipelogin &
 
-sleep 10
+sleep 7
 /usr/bin/Xvfb :112 &
-sleep 5
+sleep 3
 
 echo "skypiax12 xxx"| DISPLAY=:112 /usr/bin/skype --pipelogin &
 
-sleep 10
+sleep 7
 /usr/bin/Xvfb :113 &
-sleep 5
+sleep 3
 
 echo "skypiax13 xxx"| DISPLAY=:113 /usr/bin/skype --pipelogin &
 
-sleep 10
+sleep 7
 /usr/bin/Xvfb :114 &
-sleep 5
+sleep 3
 
 echo "skypiax14 xxx"| DISPLAY=:114 /usr/bin/skype --pipelogin &
 
-sleep 10
+sleep 7
 /usr/bin/Xvfb :115 &
-sleep 5
+sleep 3
 
 echo "skypiax15 xxx"| DISPLAY=:115 /usr/bin/skype --pipelogin &
 
-sleep 10
+sleep 7
 /usr/bin/Xvfb :116 &
-sleep 5
+sleep 3
 
 echo "skypiax16 xxx"| DISPLAY=:116 /usr/bin/skype --pipelogin &
 
-sleep 10
+sleep 7
 /usr/bin/Xvfb :117 &
-sleep 5
+sleep 3
 
 echo "skypiax17 xxx"| DISPLAY=:117 /usr/bin/skype --pipelogin &
 
-sleep 10
+sleep 7
 /usr/bin/Xvfb :118 &
-sleep 5
+sleep 3
 
 echo "skypiax18 xxx"| DISPLAY=:118 /usr/bin/skype --pipelogin &
 
-sleep 10
+sleep 7
 /usr/bin/Xvfb :119 &
-sleep 5
+sleep 3
 
 echo "skypiax19 xxx"| DISPLAY=:119 /usr/bin/skype --pipelogin &
 
-sleep 10
+sleep 7
 /usr/bin/Xvfb :120 &
-sleep 5
+sleep 3
 
 echo "skypiax20 xxx"| DISPLAY=:120 /usr/bin/skype --pipelogin &
 
-sleep 10
+sleep 7
 



More information about the Freeswitch-svn mailing list