- Interworking Between RSVP Capable and RSVP Incapable Networks
- SIP INFO Method for DTMF Tone Generation
- DTMF Events through SIP Signaling
- Negotiation of an Audio Codec from a List of Codecs
- Multicast Music-on-Hold Support on Cisco UBE
- Network-Based Recording Using Cisco UBE
- Dynamic Payload Type Interworking for DTMF and Codec Packets for SIP-to-SIP Calls
- iLBC Support for SIP and H.323
- Configuring RTP Media Loopback for SIP Calls
- Support for Media Flow- Around with SIP Signaling control on CUBE
- Configuring Media Antitrombone
- SIP Ability to Send a SIP Registration Message on a Border Element
- SIP Parameter Modification
- Session Refresh with Reinvites
- SIP Stack Portability
- Interworking of Secure RTP calls for SIP and H.323
- CUBE Support for SRTP-RTP Internetworking
- Configuring RTCP Report Generation
- SIP SRTP Fallback to Nonsecure RTP
- Configuring Support for Interworking Between RSVP Capable and RSVP Incapable Networks
- VoIP for IPv6
- Cisco UBE Mid-call Re-INVITE Consumption
- Interworking Between RSVP Capable and RSVP Incapable Networks
- Support for Software Media Termination Point
- Cisco Unified Communication Trusted Firewall Control
- Cisco Unified Communication Trusted Firewall Control-Version II
- Domain-Based Routing Support on the Cisco UBE
- Finding Feature Information
- Information About Support for Software Media Termination Point
- How to Configure Support for Software Media Termination Point
- Prerequisites
- Restrictions
- Configuring Support for Software Media Termination Point
- Feature Information for Support for Software Media Termination Point
Support for Software Media Termination Point
The Support for Software Media Termination Point (MTP) feature bridges the media streams between two connections allowing Cisco Unified Communications Manager (Cisco UCM) to relay calls that are routed through SIP or H.323 endpoints via Skinny Call Control Protocol (SCCP) commands. These commands allow Cisco UCM to establish an MTP for call signaling.
- Finding Feature Information
 
- Information About Support for Software Media Termination Point
 
- How to Configure Support for Software Media Termination Point
 
- Prerequisites
 
- Restrictions
 
- Configuring Support for Software Media Termination Point
 
- Feature Information for Support for Software Media Termination Point
 
Finding Feature Information
Your software release may not support all the features documented in this module. For the latest feature information and caveats, see the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the Feature Information Table at the end of this document.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Information About Support for Software Media Termination Point
This feature extends the software MTP support to the Cisco Unified Border Element (Enterprise). Software MTP is an essential component of large-scale deployments of Cisco UCM. This feature enables new capabilities so that the Cisco UBE can function as an Enterprise Edge Cisco Session Border Controller for large-scale deployments that are moving to SIP trunking.
How to Configure Support for Software Media Termination Point
Prerequisites
- For the software MTP to function properly, codec and packetization must be configured the same way on both in call legs and out call legs.
Cisco Unified Border Element (Enterprise)
- Cisco IOS XE Release 2.6 or a later release must be installed and running on your Cisco ASR 1000 Series Router.
Restrictions
- RSVP Agent is not supported in software MTP.
- Hardware MTP for repacketization is not supported.
- Call Threshold is not supported for standalone software MTP.
- Per-call debugging is not supported.
Configuring Support for Software Media Termination Point
To enable and configure the Support for Software Media Termination Point feature, perform the following task.
DETAILED STEPS
Examples
The following example shows a sample configuration for the Support for Software Media Termination Point feature:
sccp local GigabitEthernet0/0/1 sccp ccm 10.13.40.148 identifier 1 version 6.0 sccp ! sccp ccm group 1 bind interface GigabitEthernet0/0/1 associate ccm 1 priority 1 associate profile 6 register RR_RLS6 ! dspfarm profile 6 mtp codec g711ulaw maximum sessions software 100 associate application SCCP ! ! gateway media-inactivity-criteria all timer receive-rtp 400
Troubleshooting Tips
To verify and troubleshoot this feature, use the following show commands:
- To verify information about SCCP, use the show sccp command:
Router# show sccp
 
SCCP Admin State: UP
Gateway IP Address: 10.13.40.157, Port Number: 2000
IP Precedence: 5
User Masked Codec list: None
Call Manager: 10.13.40.148, Port Number: 2000
                Priority: N/A, Version: 6.0, Identifier: 1
                Trustpoint: N/A
 
       
        
      - To verify information about the DSPfarm profile, use the show dspfarm profile command:
Router# show dspfarm profile 6
 
Dspfarm Profile Configuration
 Profile ID = 6, Service = MTP, Resource ID = 1  
 Profile Description :  
 Profile Service Mode : Non Secure 
 Profile Admin State : UP 
 Profile Operation State : ACTIVE 
 Application : SCCP   Status : ASSOCIATED 
 Resource Provider : NONE   Status : NONE 
 Number of Resource Configured : 100 
 Number of Resource Available : 100
 Hardware Configured Resources : 0 
 Hardware Available Resources : 0 
 Software Resources : 100
 Codec Configuration 
 Codec : g711ulaw, Maximum Packetization Period : 30
 
       
        
      - To display statistics for the SCCP connections, use the show sccp connections command:
Router# show sccp connections
 
sess_id    conn_id    stype mode     codec   ripaddr         rport sport
16808048   16789079     mtp   sendrecv g711u 10.13.40.20     17510 7242 
16808048   16789078     mtp   sendrecv g711u 10.13.40.157     6900 18050
 
       
        
      - To display information about RTP connections, use the show rtpspi call command:
Router# show rtpspi call 
RTP Service Provider info:
No. CallId dstCallId Mode      LocalRTP RmtRTP LocalIP    RemoteIP   SRTP 
	22     19        Snd-Rcv   7242     17510  0x90D080F  0x90D0814    0   
	19     22        Snd-Rcv   18050    6900   0x90D080F  0x90D080F    0 
 
       
        
      - To display information about VoIP RTP connections, use the show voip rtp connections command:
Router# show voip rtp connections
VoIP RTP Port Usage Information
Max Ports Available: 30000, Ports Reserved: 100, Ports in Use: 102
Port range not configured, Min: 5500, Max: 65499
VoIP RTP active connections :
No. CallId     dstCallId  LocalRTP  RmtRTP   LocalIP         RemoteIP       
1     114        117        19822    24556  10.13.40.157     10.13.40.157    
2     115        116        24556    19822  10.13.40.157     10.13.40.157    
3     116        115        19176    52625  10.13.40.157     10.13.40.20    
4     117        114        16526    52624  10.13.40.157     10.13.40.20
 
       
        
      -  Additional, more specific, show commands that can be used include the following: 
          
        - show sccp connection callid
- show sccp connection connid
- show sccp connection sessionid
- show rtpspi call callid
- show rtpspi stat callid
- show voip rtp connection callid
- show voip rtp connection type
 
-  To isolate specific problems, use the debug sccp command: 
          
        - debug sccp [all | config | errors | events | keepalive | messages | packets | parser | tls]
 
Feature Information for Support for Software Media Termination Point
The following table provides release information about the feature or features described in this module. This table lists only the software release that introduced support for a given feature in a given software release train. Unless noted otherwise, subsequent releases of that software release train also support that feature.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Feature Historey Table for the ASR
| Table 1 | Feature Information for Support for Software Media Termination Point | 
| Feature Name | Releases | Feature Information | 
|---|---|---|
| Support for Software Media Termination Point | Cisco IOS XE Release 2.6 S | Software Media Termination Point (MTP) provides the capability for Cisco Unified Communications Manager (Cisco UCM) to interact with a voice gateway via Skinny Client Control Protocol (SCCP) commands. These commands allow the Cisco UCM to establish an MTP for call signaling. | 
Cisco and the Cisco Logo are trademarks of Cisco Systems, Inc. and/or its affiliates in the U.S. and other countries. A listing of Cisco's trademarks can be found at www.cisco.com/go/trademarks. Third party trademarks mentioned are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (1005R)
Any Internet Protocol (IP) addresses and phone numbers used in this document are not intended to be actual addresses and phone numbers. Any examples, command display output, network topology diagrams, and other figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses or phone numbers in illustrative content is unintentional and coincidental.
 Feedback
Feedback