lumenvox.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- UniMRCP client document -->
  3. <unimrcpclient xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:noNamespaceSchemaLocation="../unimrcpclient.xsd"
  5. version="1.0">
  6. <settings>
  7. <!-- SIP MRCPv2 settings -->
  8. <sip-settings id="LumenVox-SIP-Settings">
  9. <!-- Server address should be explicitly specified, it defaults to "ip" address set in the properties. -->
  10. <!-- <server-ip>10.10.0.1</server-ip> -->
  11. <server-port>5060</server-port>
  12. <!-- <force-destination>true</force-destination> -->
  13. </sip-settings>
  14. <!-- RTSP MRCPv1 settings -->
  15. <rtsp-settings id="LumenVox-RTSP-Settings">
  16. <!-- Server address should be explicitly specified, it defaults to "ip" address set in the properties. -->
  17. <!-- <server-ip>10.10.0.1</server-ip> -->
  18. <server-port>554</server-port>
  19. <!-- <force-destination>true</force-destination> -->
  20. <resource-location></resource-location>
  21. <resource-map>
  22. <param name="speechrecog" value="recognizer"/>
  23. </resource-map>
  24. </rtsp-settings>
  25. </settings>
  26. <profiles>
  27. <!-- LumenVox MRCPv2 profile -->
  28. <mrcpv2-profile id="lv2">
  29. <sip-uac>SIP-Agent-1</sip-uac>
  30. <mrcpv2-uac>MRCPv2-Agent-1</mrcpv2-uac>
  31. <media-engine>Media-Engine-1</media-engine>
  32. <rtp-factory>RTP-Factory-1</rtp-factory>
  33. <sip-settings>LumenVox-SIP-Settings</sip-settings>
  34. <rtp-settings>RTP-Settings-1</rtp-settings>
  35. </mrcpv2-profile>
  36. <!-- LumenVox MRCPv1 profile -->
  37. <mrcpv1-profile id="lv1">
  38. <rtsp-uac>RTSP-Agent-1</rtsp-uac>
  39. <media-engine>Media-Engine-1</media-engine>
  40. <rtp-factory>RTP-Factory-1</rtp-factory>
  41. <rtsp-settings>LumenVox-RTSP-Settings</rtsp-settings>
  42. <rtp-settings>RTP-Settings-1</rtp-settings>
  43. </mrcpv1-profile>
  44. <!-- more profiles might be added here -->
  45. </profiles>
  46. </unimrcpclient>