aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-06 17:14:50 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-06 17:14:50 +0000
commit295a02c1ab6035c8889b4d11e96ead680d02b13a (patch)
treec9bd73edcf10bc344822ca9f054e1d2a0d41e389 /apps/app_dial.c
parent8e45c0615435000facca3d9b1d14f928b52a0fdb (diff)
These small app documentation changes to app_dial and app_read will hopefully avert any more 7544 type bug reports\!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42111 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_dial.c')
-rw-r--r--apps/app_dial.c3
1 files changed, 2 insertions, 1 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"