[svn-commits] tzafrir: branch tzafrir/monitor-rtp-14 r213896 - /team/tzafrir/monitor-rtp-14...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Aug 24 18:44:09 CDT 2009


Author: tzafrir
Date: Mon Aug 24 18:44:06 2009
New Revision: 213896

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=213896
Log:
sample monitor.conf

Added:
    team/tzafrir/monitor-rtp-14/configs/monitor.conf   (with props)

Added: team/tzafrir/monitor-rtp-14/configs/monitor.conf
URL: http://svn.asterisk.org/svn-view/asterisk/team/tzafrir/monitor-rtp-14/configs/monitor.conf?view=auto&rev=213896
==============================================================================
--- team/tzafrir/monitor-rtp-14/configs/monitor.conf (added)
+++ team/tzafrir/monitor-rtp-14/configs/monitor.conf Mon Aug 24 18:44:06 2009
@@ -1,0 +1,24 @@
+; Configiration for monitoring
+;
+; Monitor(), auto-monitoring and such should generally Just Work without
+; any need to tweak any configuration files. 
+;
+; Editing this file is currently only needed if you intend to record 
+; through RTP streams to a server such as Oreca / Orex. Most people don't
+; need this.
+;
+[general]
+; 
+; The following two values are required for RTP monitoring:
+; Recording server: hostname (FIXME: also support IP address) for the target
+; recording server.
+;rtp_server = newton
+;
+; My local host name. Must be resolvable to an IP address that the recording
+; server can use (e.g. not "localhost").
+;reporting_host  = myhostname
+
+; Used to set base ports for the DAHDI channel-offset based allocation of
+; RTP ports. The defaults are generally safe to use:
+;rtp_portbase_rx = 9000
+;rtp_portbase_tx = 11000

Propchange: team/tzafrir/monitor-rtp-14/configs/monitor.conf
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: team/tzafrir/monitor-rtp-14/configs/monitor.conf
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: team/tzafrir/monitor-rtp-14/configs/monitor.conf
------------------------------------------------------------------------------
    svn:mime-type = text/plain




More information about the svn-commits mailing list