[Freeswitch-branches] [commit] r12016 - freeswitch/branches/gmaruzz/mod_skypiax/asterisk
FreeSWITCH SVN
gmaruzz at freeswitch.org
Sat Feb 14 14:25:55 PST 2009
Author: gmaruzz
Date: Sat Feb 14 16:25:55 2009
New Revision: 12016
Log:
skypiax: the 'skypiax_skype' CLI command was mistakenly renamed 'skypiax_' Back to the old name
Modified:
freeswitch/branches/gmaruzz/mod_skypiax/asterisk/Makefile
freeswitch/branches/gmaruzz/mod_skypiax/asterisk/chan_skypiax.c
Modified: freeswitch/branches/gmaruzz/mod_skypiax/asterisk/Makefile
==============================================================================
--- freeswitch/branches/gmaruzz/mod_skypiax/asterisk/Makefile (original)
+++ freeswitch/branches/gmaruzz/mod_skypiax/asterisk/Makefile Sat Feb 14 16:25:55 2009
@@ -22,15 +22,15 @@
#AST_INCLUDE_DIR=/home/maruzz/devel/svn_asterisk_branches_12/include
#AST_INCLUDE_DIR=/home/maruzz/devel/svn_asterisk_branches_14/include
#AST_INCLUDE_DIR=/home/maruzz/devel/svn_celliax_trunk/asterisk-1.2.rev137401/include
-AST_INCLUDE_DIR=/home/user/devel/asterisk-1.6.0.5/include
+AST_INCLUDE_DIR=/home/user/devel/asterisk-1.4.23.1/include
#ASTERISK
CFLAGS+=-DASTERISK
#ASTERISK VERSION
#Uncomment one of the following lines to match your Asterisk series
-#CFLAGS+=-DASTERISK_VERSION_1_4
-CFLAGS+=-DASTERISK_VERSION_1_6
+CFLAGS+=-DASTERISK_VERSION_1_4
+#CFLAGS+=-DASTERISK_VERSION_1_6
#CFLAGS+=-DASTERISK_VERSION_1_2
#LINUX SKYPE SUPPORT (Celliax for Cygwin always supports Skype)
Modified: freeswitch/branches/gmaruzz/mod_skypiax/asterisk/chan_skypiax.c
==============================================================================
--- freeswitch/branches/gmaruzz/mod_skypiax/asterisk/chan_skypiax.c (original)
+++ freeswitch/branches/gmaruzz/mod_skypiax/asterisk/chan_skypiax.c Sat Feb 14 16:25:55 2009
@@ -36,7 +36,7 @@
" chan_skypiax adds to Asterisk the following CLI commands:\n" " \n"
" CLI COMMANDS:\n" " skypiax_hangup\n" " skypiax_dial\n"
" skypiax_console\n" " skypiax_playback_boost\n"
- " skypiax_capture_boost\n" " skypiax_\n"
+ " skypiax_capture_boost\n" " skypiax_skype\n"
" skypiax_dir_import\n" "\n"
" You can type 'help [command]' to obtain more specific info on usage.\n"
" \n";
@@ -67,7 +67,7 @@
" If the parameter is \"show\", the available interfaces are listed\n";
char skypiax_console_skype_usage[] =
- "Usage: skypiax_ [command string]\n"
+ "Usage: skypiax_skype [command string]\n"
" Send the 'command string' skype_msg to the Skype client connected to the \"current\" skypiax_console (Skypiax) channel.\n"
" Enter 'help skypiax_console' on how to change the \"current\" skypiax_console\n";
@@ -157,7 +157,7 @@
skypiax_console_capture_boost_usage},
{{"skypiax_usage", NULL}, skypiax_console_skypiax, "chan_skypiax commands info",
skypiax_console_skypiax_usage},
- {{"skypiax_", NULL}, skypiax_console_skype, "Skype msg",
+ {{"skypiax_skype", NULL}, skypiax_console_skype, "Skype msg",
skypiax_console_skype_usage},
{{"skypiax_dial", NULL}, skypiax_console_dial,
"Dial an extension on the skypiax_console",
More information about the Freeswitch-branches
mailing list