[svn-commits] mvanbaak: branch group/appdocsxml r131205 - /team/group/appdocsxml/apps/
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Jul 16 01:15:21 CDT 2008
Author: mvanbaak
Date: Wed Jul 16 01:15:21 2008
New Revision: 131205
URL: http://svn.digium.com/view/asterisk?view=rev&rev=131205
Log:
let's be accurate about the maximum timeout for the Dial application.
Suggested by Corydon.
Modified:
team/group/appdocsxml/apps/app_dial.c
Modified: team/group/appdocsxml/apps/app_dial.c
URL: http://svn.digium.com/view/asterisk/team/group/appdocsxml/apps/app_dial.c?view=diff&rev=131205&r1=131204&r2=131205
==============================================================================
--- team/group/appdocsxml/apps/app_dial.c (original)
+++ team/group/appdocsxml/apps/app_dial.c Wed Jul 16 01:15:21 2008
@@ -122,7 +122,7 @@
</parameter>
<parameter name="timeout" required="false">
How many seconds do we want to try to dial the Resource(s).
- If not specified, try till the end of times.
+ If not specified, try 136 years.
</parameter>
<parameter name="options">
<option name="A">
More information about the svn-commits
mailing list