- Cisco Unified Border Element Protocol-Independent Features and Setup
- Interworking Between RSVP Capable and RSVP Incapable Networks
- SIP INFO Method for DTMF Tone Generation
- WebEx Telepresence Media Support Over Single SIP Session
- DTMF Events through SIP Signaling
- Call Progress Analysis Over IP-to-IP Media Session
- Codec Preference Lists
- AAC-LD MP4A-LATM Codec Support on Cisco UBE
- Multicast Music-on-Hold Support on Cisco UBE
- Network-Based Recording
- Video Recording - Additional Configurations
- TDoS Attack Mitigation
- Cisco Unified Communications Gateway Services--Extended Media Forking
- Dynamic Payload Type Interworking for DTMF and Codec Packets for SIP-to-SIP Calls
- Acoustic Shock Protection
- Noise Reduction
- iLBC Support for SIP and H.323
- Configuring RTP Media Loopback for SIP Calls
- SIP Ability to Send a SIP Registration Message on a Border Element
- Session Refresh with Reinvites
- SIP Stack Portability
- Interworking of Secure RTP calls for SIP and H.323
- Cisco UBE Support for SRTP-RTP Internetworking
- Support for SRTP Termination
- Configuring RTCP Report Generation
- SIP SRTP Fallback to Nonsecure RTP
- Configuring Support for Interworking Between RSVP Capable and RSVP Incapable Networks
- VoIP for IPv6
- Mid-call Signaling Consumption
- 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
- URI-Based Dialing Enhancements
- Fax Detection for SIP Call and Transfer
Video Recording - Additional Configurations
This module describes the following additional configurations that can be done for Video Recording:
- Feature Information for Video Recording - Additional Configurations
- Information About Additional Configurations for Video Recording
- How to Configure Additional Configurations for Video Recording
- Verifying Additional Configurations for Video Recording
Feature Information for Video Recording - Additional Configurations
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 . An account on Cisco.com is not required.
Feature Name |
Releases |
Feature Information |
---|---|---|
Network-Based Recording of Video Calls Using Cisco Unified Border Element |
15.3(3)M Cisco IOS XE Release 3.10S |
The Network-Based Recording of Video Calls Using Cisco Unified Border Element feature supports software-based forking and recording of video calls. The following commands were introduced or modified: media profile video, ref-frame-req rtcp, ref-frame-req sip-info, video profile, h264-packetization-mode, monitor-ref-frames. |
Information About Additional Configurations for Video Recording
Full Intra-Frame Request
Full Intra-Frame Request is a request sent for an I-frame. An I-frame is an entire key or reference frame that is compressed without considering preceding or succeeding video frames. Succeeding video frames are differences to the original I-frame (what has moved) instead of entire video frame information.
The call between Cisco Unified Border Element and the Cisco MediaSense server is established after the call between the endpoints is established. As a result, the Real-Time Transport Protocol (RTP) channel between the endpoints gets established first and the RTP channel with the recording server gets established later. The impact of this delay is more on video recording because the initial I-frame from the endpoint may not get forked, and frames that follow cannot get decoded. To mitigate the impact of the lost RTP video packets, Cisco Unified Border Element generates Full Intra-Frame Request (FIR) using either Real-Time Transport Control Protocol (RTCP) or SIP INFO, or both, requesting the endpoint to send a fully encoded video frame in the subsequent RTP packet.
The following types of FIR are supported on network-based recording of video calls using Cisco Unified Border Element:
RTCP FIR (based on RFC 5104).
SIP INFO FIR (based on RFC 5168).
How to Configure Additional Configurations for Video Recording
Enabling FIR for Video Calls (Using RTCP of SIP INFO)
Perform this task to enable Full Intra-Frame Request (FIR) during the network-based recording of a video call using Real-Time Transport Control Protocol (RTCP) or using the Session Initiation Protocol (SIP) INFO method.
1.
enable
2.
configure
terminal
3.
media
profile
video
media-profile-tag
4.
Do one of the following:
5.
end
DETAILED STEPS
Configuring H.264 Packetization Mode
When a device configured as CUBE is offered more than one H.264 packetization mode on an inbound video call leg, the device offers all received modes to the outbound call leg, allowing dynamic change of mode during a call. However when a call is forked, the MediaSense recording server is not able to support this dynamic change of the packetization mode.
This feature restricts the device and allows it to offer only the configured packetization mode to the outbound call leg when media forking is configured.
1.
enable
2.
configure
terminal
3.
media
profile
video
media-profile-tag
4.
h264-packetization-mode
packetization mode
5.
end
DETAILED STEPS
Monitoring Reference files or Intra Frames
Perform this task to configure device to perform deep packet inspection (DPI) of RTP packets received from an endpoint and keep track of how many instantaneous decoder refresh (IDR) frames have been received and the timestamp of the IDRs.
1.
enable
2.
configure
terminal
3.
media
profile
video
media-profile-tag
4.
monitor-ref-frames
5.
end
DETAILED STEPS
Verifying Additional Configurations for Video Recording
Perform this task to verify the additional configurations of the video recording. The show commands can be entered in any order.
1.
enable
2.
show
call
active
video
called-number
number
|
include
VideoRtcpIntraFrameRequestCount
3.
show
call
active
video
called-number
number
|
include
VideoSipInfoIntraFrameRequestCount
4.
show
call
active
video
|
include
VideoTimeOfLastReferenceFrame
5.
show
call
active
video
|
include
VideoReferenceFrameCount
DETAILED STEPS