]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Update oreka.conf.xml comments
authorMoises Silva <moy@sangoma.com>
Tue, 18 Sep 2012 19:46:22 +0000 (15:46 -0400)
committerMoises Silva <moy@sangoma.com>
Tue, 18 Sep 2012 19:46:22 +0000 (15:46 -0400)
conf/vanilla/autoload_configs/oreka.conf.xml

index 0ef565a8832bde18370847cbd253065c88dc1e87..29eabd5c292cb5650fa8ec86e43cb40edeb40065 100644 (file)
@@ -4,8 +4,10 @@ the sip-server-addr and sip-server-port to the oreka server
 -->
 <configuration name="oreka.conf" description="Oreka Recorder configuration">
   <settings>
-    <!-- comment or set to false for no color logging -->
-    <param name="sip-server-addr" value="sigchld.sangoma.local"/>
-    <param name="sip-server-port" value="6000"/>
+    <!--  Oreka/Orkaudio recording server address -->
+    <!-- <param name="sip-server-addr" value="192.168.1.200"/> -->
+
+    <!-- Which port to send signaling to in the recording server -->
+    <!-- <param name="sip-server-port" value="6000"/> -->
   </settings>
 </configuration>