[Asterisk-cvs] asterisk/apps app_dial.c,1.54,1.55

citats at lists.digium.com citats at lists.digium.com
Sun Feb 22 00:43:51 CST 2004


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

Modified Files:
	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.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- app_dial.c	15 Feb 2004 08:33:19 -0000	1.54
+++ app_dial.c	22 Feb 2004 05:31:42 -0000	1.55
@@ -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