[svn-commits] mvanbaak: trunk r163612 - /trunk/res/res_monitor.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Dec 12 11:22:47 CST 2008


Author: mvanbaak
Date: Fri Dec 12 11:22:47 2008
New Revision: 163612

URL: http://svn.digium.com/view/asterisk?view=rev&rev=163612
Log:
Document default Monitor file location.

(closes issue #14065)
Reported by: kshumard
Patches:
      res_monitor.documentation.patch.txt uploaded by kshumard (license 92)

Modified:
    trunk/res/res_monitor.c

Modified: trunk/res/res_monitor.c
URL: http://svn.digium.com/view/asterisk/trunk/res/res_monitor.c?view=diff&rev=163612&r1=163611&r2=163612
==============================================================================
--- trunk/res/res_monitor.c (original)
+++ trunk/res/res_monitor.c Fri Dec 12 11:22:47 2008
@@ -87,6 +87,7 @@
 "    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"
 ;




More information about the svn-commits mailing list