[asterisk-commits] murf: branch murf/bug_7544 r42108 - /team/murf/bug_7544/apps/

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Wed Sep 6 09:40:15 MST 2006


Author: murf
Date: Wed Sep  6 11:40:14 2006
New Revision: 42108

URL: http://svn.digium.com/view/asterisk?rev=42108&view=rev
Log:
Small doc changes to reduce confusion for the read and app_dial apps.


Modified:
    team/murf/bug_7544/apps/app_dial.c
    team/murf/bug_7544/apps/app_read.c

Modified: team/murf/bug_7544/apps/app_dial.c
URL: http://svn.digium.com/view/asterisk/team/murf/bug_7544/apps/app_dial.c?rev=42108&r1=42107&r2=42108&view=diff
==============================================================================
--- team/murf/bug_7544/apps/app_dial.c (original)
+++ team/murf/bug_7544/apps/app_dial.c Wed Sep  6 11:40:14 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: team/murf/bug_7544/apps/app_read.c
URL: http://svn.digium.com/view/asterisk/team/murf/bug_7544/apps/app_read.c?rev=42108&r1=42107&r2=42108&view=diff
==============================================================================
--- team/murf/bug_7544/apps/app_read.c (original)
+++ team/murf/bug_7544/apps/app_read.c Wed Sep  6 11:40:14 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