[asterisk-commits] branch russell/cli_originate - r7571 /team/russell/cli_originate/res/

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Wed Dec 21 03:47:18 CST 2005


Author: russell
Date: Wed Dec 21 03:47:16 2005
New Revision: 7571

URL: http://svn.digium.com/view/asterisk?rev=7571&view=rev
Log:
attempt to clarify help text

Modified:
    team/russell/cli_originate/res/res_clioriginate.c

Modified: team/russell/cli_originate/res/res_clioriginate.c
URL: http://svn.digium.com/view/asterisk/team/russell/cli_originate/res/res_clioriginate.c?rev=7571&r1=7570&r2=7571&view=diff
==============================================================================
--- team/russell/cli_originate/res/res_clioriginate.c (original)
+++ team/russell/cli_originate/res/res_clioriginate.c Wed Dec 21 03:47:16 2005
@@ -49,16 +49,19 @@
 static char orig_help[] = 
 "  There are two ways to use this command. A call can be originated between a\n"
 "channel and a specific application, or between a channel and an extension in\n"
-"the dialplan. This is similar to call files or the manager originate action.\n\n"
-
-"Usage1: originate <channel> application <appname> [appdata]\n"
-"  This will originate a call between the specified channel and the given\n"
-"application. Arguments to the application are optional.\n\n"
-
-"Usage2: originate <channel> extension [exten@][context]\n"
-"  This will originate a call between the specified channel and the given\n"
-"extension. If no context is specified, the 'default' context will be used.\n"
-"If no extension is given, the 's' extension will be used.\n";
+"the dialplan. This is similar to call files or the manager originate action.\n"
+"Calls originated with this command are given a timeout of 30 seconds.\n\n"
+
+"Usage1: originate <tech/data> application <appname> [appdata]\n"
+"  This will originate a call between the specified channel tech/data and the\n"
+"given application. Arguments to the application are optional. If the given\n"
+"arguments to the application include spaces, all of the arguments to the\n"
+"application need to be placed in quotation marks.\n\n"
+
+"Usage2: originate <tech/data> extension [exten@][context]\n"
+"  This will originate a call between the specified channel tech/data and the\n"
+"given extension. If no context is specified, the 'default' context will be\n"
+"used. If no extension is given, the 's' extension will be used.\n";
 
 static int handle_orig(int fd, int argc, char *argv[]);
 static char *complete_orig(char *line, char *word, int pos, int state);



More information about the asterisk-commits mailing list