[Freeswitch-svn] [commit] r9055 - freeswitch/trunk/src/mod/applications/mod_commands

Freeswitch SVN anthm at freeswitch.org
Wed Jul 16 13:37:51 EDT 2008


Author: anthm
Date: Wed Jul 16 13:37:51 2008
New Revision: 9055

Modified:
   freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c

Log:
update

Modified: freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c	Wed Jul 16 13:37:51 2008
@@ -1082,7 +1082,7 @@
 	return SWITCH_STATUS_SUCCESS;
 }
 
-#define MEDIA_SYNTAX "<uuid>"
+#define MEDIA_SYNTAX "[off] <uuid>"
 SWITCH_STANDARD_API(uuid_media_function)
 {
 	char *mycmd = NULL, *argv[4] = { 0 };



More information about the Freeswitch-svn mailing list