[Asterisk-cvs] asterisk/apps app_dial.c,1.48,1.49

jeremy at lists.digium.com jeremy at lists.digium.com
Tue Dec 9 13:16:17 CST 2003


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv19403

Modified Files:
	app_dial.c 
Log Message:
fix minor typos in descrip. Bug#635


Index: app_dial.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_dial.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- app_dial.c	4 Dec 2003 22:26:38 -0000	1.48
+++ app_dial.c	9 Dec 2003 19:07:45 -0000	1.49
@@ -43,20 +43,20 @@
 
 static char *descrip =
 "  Dial(Technology/resource[&Technology2/resource2...][|timeout][|options][|URL]):\n"
-"Requests  one  or more channels and places specified outgoing calls on them.\n"
-"As soon as a  channel  answers, the  Dial  app  will  answer the originating\n"
+"Requests one or more channels and places specified outgoing calls on them.\n"
+"As soon as a channel answers, the Dial app will answer the originating\n"
 "channel (if it needs to be answered) and will bridge a call with the channel\n"
-"which first answered. All other calls placed by the Dial app will be hunp up\n"
-"If a timeout is not specified, the Dial  application  will wait indefinitely\n"
-"until either one of the  called channels  answers, the user hangs up, or all\n"
-"channels return busy or  error. In general,  the dialler will return 0 if it\n"
-"was  unable  to  place  the  call, or the timeout expired.  However, if  all\n"
+"which first answered. All other calls placed by the Dial app will be hung up\n"
+"If a timeout is not specified, the Dial application will wait indefinitely\n"
+"until either one of the called channels answers, the user hangs up, or all\n"
+"channels return busy or error. In general, the dialler will return 0 if it\n"
+"was unable to place the call, or the timeout expired. However, if all\n"
 "channels were busy, and there exists an extension with priority n+101 (where\n"
-"n is the priority of  the  dialler  instance), then  it  will  be  the  next\n"
+"n is the priority of the dialler instance), then it will be the next\n"
 "executed extension (this allows you to setup different behavior on busy from\n"
 "no-answer).\n"
 "  This application returns -1 if the originating channel hangs up, or if the\n"
-"call is bridged and  either of the parties in the bridge terminate the call.\n"
+"call is bridged and either of the parties in the bridge terminate the call.\n"
 "The option string may contain zero or more of the following characters:\n"
 "      't' -- allow the called user transfer the calling user\n"
 "      'T' -- to allow the calling user to transfer the call.\n"
@@ -542,8 +542,8 @@
 		}
 		/* Check for ALERT_INFO in the SetVar list.  This is for   */
 		/* SIP distinctive ring as per the RFC.  For Cisco 7960s,  */
-		/* SetVar(ALERT_INFO=<x>) where x is an integer.  However, */
-		/* the RFC says it should be a URL.  -- km-                */
+		/* SetVar(ALERT_INFO=<x>) where x is an integer value 1-5. */
+		/* However, the RFC says it should be a URL.  -km-         */
 
 		if (strcasecmp(tech,"SIP")==0)
 		{




More information about the svn-commits mailing list