[Freeswitch-svn] [commit] r11126 - freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/configs
FreeSWITCH SVN
gmaruzz at freeswitch.org
Sun Jan 11 08:45:18 PST 2009
Author: gmaruzz
Date: Sun Jan 11 10:45:18 2009
New Revision: 11126
Log:
skypiax: comments in windows batchfiles
Modified:
freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/configs/startskype.bat
freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/configs/wait.bat
Modified: freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/configs/startskype.bat
==============================================================================
--- freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/configs/startskype.bat (original)
+++ freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/configs/startskype.bat Sun Jan 11 10:45:18 2009
@@ -1,4 +1,7 @@
echo off
+REM
+REM you MUST use the new Skype BETA (4.x) for Windows, older versions (3.x) cannot be started this way
+REM
REM you have to adjust PATH to where the Skype executable is
set PATH=%PATH%;C:\Program Files\Skype\Phone\
Modified: freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/configs/wait.bat
==============================================================================
--- freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/configs/wait.bat (original)
+++ freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/configs/wait.bat Sun Jan 11 10:45:18 2009
@@ -1,3 +1,4 @@
+REM would you believe there is no sleep() in standard windows batchfiles?
@ping 127.0.0.1 -n 2 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
More information about the Freeswitch-svn
mailing list