CUCM Gateway Recording
Use this procedure to configure the gateway for recording. You must enable Unified Communications Gateway Services. The following task flow contains the high-level process to enable Unified Communications Gateway Services.
High Level
Procedure
- Configure Unified Communications Manager IOS Services on the Device.
- Configure the XMF Provider.
- Verify Unified Communications Gateway Services.
IOS Config
Reference: CUBE UC Gateway Services
The Cisco Unified Communications (UC) Services API provides a unified web service interface for the different services in IOS gateway thereby facilitating rapid service development at application servers and managed application service providers. The Extended Media Forking (XMF) provider that allows applications to monitor calls and trigger media forking on Real-time Transport Protocol (RTP) and Secure RTP calls.
Configuring Cisco Unified Communication IOS Services
Device> enable Device# configure terminal Device(config)# ip http server Device(config)# ip http max-connection 100 Device(config)# ip http timeout-policy idle 600 life 86400 requests 86400 Device(config)# http client connection idle timeout 600 Device(config)# uc wsapi Device(config-uc-wsapi)# message-exchange max-failures 2 Device(config-uc-wsapi)# probing max-failures 5 Device(config-uc-wsapi)# probing interval keepalive 255 Device(config-uc-wsapi)# probing interval negative 10 Device(config-uc-wsapi)# source-address 192.1.12.14 Device(config-uc-wsapi)# end
Configuring the XMF Provider
Device> enable Device# configure terminal Device(config)# uc wsapi Device(config-uc-wsapi)# provider xmf Device(config-uc-wsapi)# no shutdown Device(config-uc-wsapi)# remote-url 1 http://test.com:8090/ucm_xmf Device(config-uc-wsapi)# end