2
0

unimrcp.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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="UniMRCP-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>8060</server-port>
  12. <!-- <force-destination>true</force-destination> -->
  13. </sip-settings>
  14. <!-- RTSP MRCPv1 settings -->
  15. <rtsp-settings id="UniMRCP-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>1554</server-port>
  19. <!-- <force-destination>true</force-destination> -->
  20. <resource-location>media</resource-location>
  21. <resource-map>
  22. <param name="speechsynth" value="speechsynthesizer"/>
  23. <param name="speechrecog" value="speechrecognizer"/>
  24. </resource-map>
  25. </rtsp-settings>
  26. </settings>
  27. <profiles>
  28. <!-- UniMRCP MRCPv2 profile -->
  29. <mrcpv2-profile id="uni2">
  30. <sip-uac>SIP-Agent-1</sip-uac>
  31. <mrcpv2-uac>MRCPv2-Agent-1</mrcpv2-uac>
  32. <media-engine>Media-Engine-1</media-engine>
  33. <rtp-factory>RTP-Factory-1</rtp-factory>
  34. <sip-settings>UniMRCP-SIP-Settings</sip-settings>
  35. <rtp-settings>RTP-Settings-1</rtp-settings>
  36. </mrcpv2-profile>
  37. <!-- UniMRCP MRCPv1 profile -->
  38. <mrcpv1-profile id="uni1">
  39. <rtsp-uac>RTSP-Agent-1</rtsp-uac>
  40. <media-engine>Media-Engine-1</media-engine>
  41. <rtp-factory>RTP-Factory-1</rtp-factory>
  42. <rtsp-settings>UniMRCP-RTSP-Settings</rtsp-settings>
  43. <rtp-settings>RTP-Settings-1</rtp-settings>
  44. </mrcpv1-profile>
  45. <!-- more profiles might be added here -->
  46. </profiles>
  47. </unimrcpclient>