oreka.conf.xml 537 B

12345678910111213
  1. <!--
  2. To use this application simply install the open source Oreka recorder server (Orkaudio) and point
  3. the sip-server-addr and sip-server-port to the oreka server
  4. -->
  5. <configuration name="oreka.conf" description="Oreka Recorder configuration">
  6. <settings>
  7. <!-- Oreka/Orkaudio recording server address -->
  8. <!-- <param name="sip-server-addr" value="192.168.1.200"/> -->
  9. <!-- Which port to send signaling to in the recording server -->
  10. <!-- <param name="sip-server-port" value="6000"/> -->
  11. </settings>
  12. </configuration>