[svn-commits] mvanbaak: branch 1.6.0 r119529 - in /branches/1.6.0: ./ apps/app_dial.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sun Jun 1 16:59:45 CDT 2008


Author: mvanbaak
Date: Sun Jun  1 16:59:44 2008
New Revision: 119529

URL: http://svn.digium.com/view/asterisk?view=rev&rev=119529
Log:
Merged revisions 119479 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

................
r119479 | mvanbaak | 2008-06-01 23:06:27 +0200 (Sun, 01 Jun 2008) | 10 lines

Merged revisions 119478 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r119478 | mvanbaak | 2008-06-01 22:47:55 +0200 (Sun, 01 Jun 2008) | 2 lines

small typo fix 'retires' => 'retries'

........

................

Modified:
    branches/1.6.0/   (props changed)
    branches/1.6.0/apps/app_dial.c

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.0/apps/app_dial.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/apps/app_dial.c?view=diff&rev=119529&r1=119528&r2=119529
==============================================================================
--- branches/1.6.0/apps/app_dial.c (original)
+++ branches/1.6.0/apps/app_dial.c Sun Jun  1 16:59:44 2008
@@ -222,7 +222,7 @@
 "  RetryDial(announce,sleep,retries,dialargs): This application will attempt to\n"
 "place a call using the normal Dial application. If no channel can be reached,\n"
 "the 'announce' file will be played. Then, it will wait 'sleep' number of\n"
-"seconds before retying the call. After 'retires' number of attempts, the\n"
+"seconds before retying the call. After 'retries' number of attempts, the\n"
 "calling channel will continue at the next priority in the dialplan. If the\n"
 "'retries' setting is set to 0, this application will retry endlessly.\n"
 "  While waiting to retry a call, a 1 digit extension may be dialed. If that\n"




More information about the svn-commits mailing list