2
0

sofia.conf.xml 889 B

1234567891011121314151617181920212223242526272829
  1. <configuration name="sofia.conf" description="sofia Endpoint">
  2. <global_settings>
  3. <param name="log-level" value="0"/>
  4. <!-- <param name="abort-on-empty-external-ip" value="true"/> -->
  5. <!-- <param name="auto-restart" value="false"/> -->
  6. <param name="debug-presence" value="0"/>
  7. <!-- <param name="capture-server" value="udp:homer.domain.com:5060"/> -->
  8. <!--
  9. the new format for HEPv2/v3 and capture ID
  10. protocol:host:port;hep=2;capture_id=200;
  11. -->
  12. <!-- <param name="capture-server" value="udp:homer.domain.com:5060;hep=3;capture_id=100"/> -->
  13. </global_settings>
  14. <!--
  15. The rabbit hole goes deep. This includes all the
  16. profiles in the sip_profiles directory that is up
  17. one level from this directory.
  18. -->
  19. <profiles>
  20. <X-PRE-PROCESS cmd="include" data="../sip_profiles/*.xml"/>
  21. </profiles>
  22. </configuration>