11-01-2017 03:37 AM - edited 03-17-2019 11:31 AM
Scenario:
Video call from IP phone 1 to IP phone 2.
IP phone 1 (video)--->CUCM --> CUBE ---> CME---IP phone 2(video/DN4000)
--------------------------------------------------------------------
Problem:
CUBE remarks audio RTP packets from AF41 to EF
---------------------------------------------------------------------------------
Description:
Wireshark trace shows that both parts of video call(audio and video RTP packets) when they come out from IP phone 1 are marked with DSCP AF41.
When audio RTP stream leaves CUBE it is marked as EF not AF41. Video RTP stream remains marked as AF41
----------------------------------------------------------------------------------
Config on CUBE(media flow-trough mode):
dial-peer voice 4000 voip
destination-pattern 4...$
rtp payload-type cisco-codec-fax-ack 111
rtp payload-type cisco-codec-video-h264 97
session protocol sipv2
session target ipv4:1.1.1.1
incoming called-number 4...$
voice-class sip pass-thru content sdp
!
--------------------------------------------------------------------------
Dial-peer DSCP settings:
cube#show dial-peer voice 4000 | in DSCP
ip media DSCP = ef, ip media rsvp-pass DSCP = ef
ip media rsvp-fail DSCP = ef, ip signaling DSCP = af31,
ip video rsvp-none DSCP = af41,ip video rsvp-pass DSCP = af41
ip video rsvp-fail DSCP = af41,
11-01-2017 03:59 AM
11-01-2017 04:09 AM
11-01-2017 04:14 AM
If my understanding is correct CUBE should(?) treat a video call as a whole(video+audio RTP) and apply if there is a need -qos marking accordingly AF41.
Maybe I am wrong ?
11-02-2017 12:46 AM
during active call please share the output of sh call act vo br and show call act vid br
11-02-2017 05:13 AM
11-02-2017 07:39 AM
If you apply ip qos dscp af41 and make audio call, is it marking the packets with af41. I don't see why your call is marking audio as ef while you have configured af41 and you are matching the right dialpeer.
11-03-2017 12:54 AM - edited 11-03-2017 12:57 AM
!
dial-peer voice 4000 voip
destination-pattern 4...$
rtp payload-type cisco-codec-fax-ack 111
rtp payload-type cisco-codec-video-h264 97
session protocol sipv2
session target ipv4:1.1.1.1
incoming called-number 4...$
voice-class sip pass-thru content sdp
!
Above dialpeer works as incoming/outgoing for calls which destination are 4...$
When incoming video call(2 RTP streams: video RTP/audio RTP, both streams marked as AF41) hits that dialpeer CUBE remarks audio part of video call(audio RTP) from AF41 to EF. In my opinion it is not correct. In my opinion because audio RTP stream belongs to video call it should remain marked as AF41 when it leaves CUBE.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide