[Asterisk-cvs] asterisk/apps app_dial.c,1.53.2.1,1.53.2.2

citats at lists.digium.com citats at lists.digium.com
Sun Feb 22 00:44:48 CST 2004


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

Modified Files:
      Tag: v1-0_stable
	app_dial.c 
Log Message:
Fix another typo in the app_dial description



Index: app_dial.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_dial.c,v
retrieving revision 1.53.2.1
retrieving revision 1.53.2.2
diff -u -d -r1.53.2.1 -r1.53.2.2
--- app_dial.c	15 Feb 2004 08:33:44 -0000	1.53.2.1
+++ app_dial.c	22 Feb 2004 05:32:40 -0000	1.53.2.2
@@ -49,10 +49,10 @@
 "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"
+"channels return busy or error. In general, the dialer 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 dialer 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"




More information about the svn-commits mailing list