[asterisk-commits] murf: trunk r42111 - in /trunk/apps: app_dial.c
app_read.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Wed Sep 6 10:14:51 MST 2006
Author: murf
Date: Wed Sep 6 12:14:50 2006
New Revision: 42111
URL: http://svn.digium.com/view/asterisk?rev=42111&view=rev
Log:
These small app documentation changes to app_dial and app_read will hopefully avert any more 7544 type bug reports\!
Modified:
trunk/apps/app_dial.c
trunk/apps/app_read.c
Modified: trunk/apps/app_dial.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_dial.c?rev=42111&r1=42110&r2=42111&view=diff
==============================================================================
--- trunk/apps/app_dial.c (original)
+++ trunk/apps/app_dial.c Wed Sep 6 12:14:50 2006
@@ -151,7 +151,8 @@
" specified priority. Optionally, an extension, or\n"
" extension and priority can be specified.\n"
" You cannot use any additional action post answer options in conjunction\n"
-" with this option.\n"
+" with this option. Also, pbx services are not run on the peer (called) channel,\n"
+" so you will not be able to set timeouts via the TIMEOUT() function in this macro.\n"
" n - This option is a modifier for the screen/privacy mode. It specifies\n"
" that no introductions are to be saved in the priv-callerintros\n"
" directory.\n"
Modified: trunk/apps/app_read.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_read.c?rev=42111&r1=42110&r2=42111&view=diff
==============================================================================
--- trunk/apps/app_read.c (original)
+++ trunk/apps/app_read.c Wed Sep 6 12:14:50 2006
@@ -77,7 +77,8 @@
" 'n' to read digits even if the line is not up.\n"
" attempts -- if greater than 1, that many attempts will be made in the \n"
" event no data is entered.\n"
-" timeout -- if greater than 0, that value will override the default timeout.\n\n"
+" timeout -- An integer number of seconds to wait for a digit response. If greater\n"
+" than 0, that value will override the default timeout.\n\n"
"Read should disconnect if the function fails or errors out.\n";
More information about the asterisk-commits
mailing list