Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
vendors:cisco:uc:cucm:gatewayrecording [2020/03/16 09:18] – created gerardorourkevendors:cisco:uc:cucm:gatewayrecording [2020/03/16 09:25] (current) gerardorourke
Line 4: Line 4:
 The following task flow contains the high-level process to enable Unified Communications Gateway Services. The following task flow contains the high-level process to enable Unified Communications Gateway Services.
  
 +===== High Level =====
 **Procedure** **Procedure**
   - Configure Unified Communications Manager IOS Services on the Device.   - Configure Unified Communications Manager IOS Services on the Device.
Line 9: Line 10:
   - Verify Unified Communications Gateway Services.   - Verify Unified Communications Gateway Services.
  
-[[https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/admin/10_5_2/ccmfeat/CUCM_BK_C3A84B33_00_cucm-feature-configuration-guide_1052/CUCM_BK_C3A84B33_00_cucm-feature-configuration-guide_chapter_01010.html|Reference]]+[[https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/admin/10_5_2/ccmfeat/CUCM_BK_C3A84B33_00_cucm-feature-configuration-guide_1052/CUCM_BK_C3A84B33_00_cucm-feature-configuration-guide_chapter_01010.html|Reference: CUCM Feature]]
  
 +===== IOS Config =====
  
 +[[https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/voice/cube/configuration/cube-book/voi-cube-uc-gateway-services.html|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 ====
 +<code>
 +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
 +</code>
 +
 +==== Configuring the XMF Provider ====
 +<code>
 +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
 +</code>
  • vendors/cisco/uc/cucm/gatewayrecording.1584350294.txt.gz
  • Last modified: 2020/03/16 09:18
  • by gerardorourke