[svn-commits] mvanbaak: branch 1.6.0 r163620 - in /branches/1.6.0: ./ res/res_monitor.c

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


Author: mvanbaak
Date: Fri Dec 12 11:24:31 2008
New Revision: 163620

URL: http://svn.digium.com/view/asterisk?view=rev&rev=163620
Log:
Merged revisions 163612 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r163612 | mvanbaak | 2008-12-12 18:22:47 +0100 (Fri, 12 Dec 2008) | 7 lines
  
  Document default Monitor file location.
  
  (closes issue #14065)
  Reported by: kshumard
  Patches:
        res_monitor.documentation.patch.txt uploaded by kshumard (license 92)
........

Modified:
    branches/1.6.0/   (props changed)
    branches/1.6.0/res/res_monitor.c

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.0/res/res_monitor.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/res/res_monitor.c?view=diff&rev=163620&r1=163619&r2=163620
==============================================================================
--- branches/1.6.0/res/res_monitor.c (original)
+++ branches/1.6.0/res/res_monitor.c Fri Dec 12 11:24:31 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