[svn-commits] tzafrir: branch tzafrir/monitor-rtp r222222 - /team/tzafrir/monitor-rtp/doc/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Oct 6 06:29:18 CDT 2009


Author: tzafrir
Date: Tue Oct  6 06:29:16 2009
New Revision: 222222

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=222222
Log:
Update documentation

Modified:
    team/tzafrir/monitor-rtp/doc/monitor-rtp.txt

Modified: team/tzafrir/monitor-rtp/doc/monitor-rtp.txt
URL: http://svnview.digium.com/svn/asterisk/team/tzafrir/monitor-rtp/doc/monitor-rtp.txt?view=diff&rev=222222&r1=222221&r2=222222
==============================================================================
--- team/tzafrir/monitor-rtp/doc/monitor-rtp.txt (original)
+++ team/tzafrir/monitor-rtp/doc/monitor-rtp.txt Tue Oct  6 06:29:16 2009
@@ -19,14 +19,13 @@
 
 In order for recording to work, 'rtp_server' under [general]' must be
 set. Set it to the server to which you wish to send recordings.
+If it is not set, monitoring is recorded as usual to files.
 
 In order for calls to be recorded you also need to set the channel to be
 monitored. Use one of the following:
 
 - An explicit Monitor(wav) in the dialplan. Note that the value used
   here ('wav') will actually be ignored.
-- Set(AUTO_MONITOR=wav) in the dialplan. As before, the actual value
-  will be ignored.
 - setvar = AUTO_MONITOR=wav in the channel configuration (sip.conf,
   iax.conf, chan_dahdi.conf, maybe others).
 
@@ -88,10 +87,8 @@
   asterisk -rx 'channel originate Local/genrec at rtp-monitor/n application Playback demo-instruct'
   
 
-Bugs
+TODO
 ----
-Many. Did I mention work in progress?
-
 * We can't change the monitor host (and hence enable/disable monitoring)
   on reload.
 * In a normal Hangup, the channel's CDR gets destroyed before the
@@ -99,4 +96,4 @@
   availalable when we send the BYE. This was not the case in 1.4 .
   There is an ugly and very partial workaround in the code for that.
 * Support IP addresses for rtp_server and reporting_host
-
+* No 'monitor' CLI commands (show config)




More information about the svn-commits mailing list