<?xml version="1.0" encoding="UTF-8"?> <!-- UniMRCP client document --> <unimrcpclient xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../unimrcpclient.xsd" version="1.0"> <settings> <!-- SIP MRCPv2 settings --> <sip-settings id="UniMRCP-SIP-Settings"> <!-- Server address should be explicitly specified, it defaults to "ip" address set in the properties. --> <!-- <server-ip>10.10.0.1</server-ip> --> <server-port>8060</server-port> <!-- <force-destination>true</force-destination> --> </sip-settings> <!-- RTSP MRCPv1 settings --> <rtsp-settings id="UniMRCP-RTSP-Settings"> <!-- Server address should be explicitly specified, it defaults to "ip" address set in the properties. --> <!-- <server-ip>10.10.0.1</server-ip> --> <server-port>1554</server-port> <!-- <force-destination>true</force-destination> --> <resource-location>media</resource-location> <resource-map> <param name="speechsynth" value="speechsynthesizer"/> <param name="speechrecog" value="speechrecognizer"/> </resource-map> </rtsp-settings> </settings> <profiles> <!-- UniMRCP MRCPv2 profile --> <mrcpv2-profile id="uni2"> <sip-uac>SIP-Agent-1</sip-uac> <mrcpv2-uac>MRCPv2-Agent-1</mrcpv2-uac> <media-engine>Media-Engine-1</media-engine> <rtp-factory>RTP-Factory-1</rtp-factory> <sip-settings>UniMRCP-SIP-Settings</sip-settings> <rtp-settings>RTP-Settings-1</rtp-settings> </mrcpv2-profile> <!-- UniMRCP MRCPv1 profile --> <mrcpv1-profile id="uni1"> <rtsp-uac>RTSP-Agent-1</rtsp-uac> <media-engine>Media-Engine-1</media-engine> <rtp-factory>RTP-Factory-1</rtp-factory> <rtsp-settings>UniMRCP-RTSP-Settings</rtsp-settings> <rtp-settings>RTP-Settings-1</rtp-settings> </mrcpv1-profile> <!-- more profiles might be added here --> </profiles> </unimrcpclient>