summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/app_dial.c3
-rw-r--r--apps/app_read.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index 13b5b3371..f0d954d14 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -151,7 +151,8 @@ static char *descrip =
" 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"
diff --git a/apps/app_read.c b/apps/app_read.c
index 262bbbbd2..dfa122d53 100644
--- a/apps/app_read.c
+++ b/apps/app_read.c
@@ -77,7 +77,8 @@ static char *descrip =
" '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";