aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_monitor.c
diff options
context:
space:
mode:
authormvanbaak <mvanbaak@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-12 17:22:47 +0000
committermvanbaak <mvanbaak@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-12 17:22:47 +0000
commitc93b9523ff76c6007fc2e665d5fd825f5bd10587 (patch)
tree70cebd5f74fb6743725bcf5b23a3eede69dbd75b /res/res_monitor.c
parent524e085635230d1cd4fa7af75cf9844f1904df36 (diff)
Document default Monitor file location.
(closes issue #14065) Reported by: kshumard Patches: res_monitor.documentation.patch.txt uploaded by kshumard (license 92) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@163612 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_monitor.c')
-rw-r--r--res/res_monitor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_monitor.c b/res/res_monitor.c
index f3be16f7a..c809b749b 100644
--- a/res/res_monitor.c
+++ b/res/res_monitor.c
@@ -87,6 +87,7 @@ static char *monitor_descrip = " Monitor([file_format[:urlbase],[fname_base],[o
" b - Don't begin recording unless a call is bridged to another channel\n"
" i - Skip recording of input stream (disables m option)\n"
" o - Skip recording of output stream (disables m option)\n"
+"\nBy default, files are stored to /var/spool/asterisk/monitor/.\n"
"\nReturns -1 if monitor files can't be opened or if the channel is already\n"
"monitored, otherwise 0.\n"
;