[Freeswitch-svn] [commit] r6280 - freeswitch/trunk/conf

Freeswitch SVN intralanman at freeswitch.org
Thu Nov 15 13:08:59 EST 2007


Author: intralanman
Date: Thu Nov 15 13:08:59 2007
New Revision: 6280

Added:
   freeswitch/trunk/conf/local_stream.conf.xml   (contents, props changed)

Log:
mod_local_stream example config


Added: freeswitch/trunk/conf/local_stream.conf.xml
==============================================================================
--- (empty file)
+++ freeswitch/trunk/conf/local_stream.conf.xml	Thu Nov 15 13:08:59 2007
@@ -0,0 +1,8 @@
+<configuration name="local_stream.conf" description="stream files from local dir">
+<directory name="foo" path="/var/lib/asterisk/moh">
+  <param name="rate" value="8000"/>
+  <param name="channels" value="1"/>
+  <param name="interval" value="2"/>
+  <param name="timer_name" value="soft"/>
+</directory>
+</configuration>



More information about the Freeswitch-svn mailing list