Acme Packet (MOSC)

MOSC Banner

SDP with video codec

edited May 8, 2020 1:45PM in Acme Packet (MOSC) 3 commentsAnswered ✓

Is there any way to reject video offer in SDP with the 200-OK responding with unsupported media type?

What we have currently done is to create HMR for incoming SIP to remove video and it works but from our peer's perspective, it’s not good enough. They want to see a 200-OK with "m=video 0".

sip-manipulation

        name outsideWET-inmanip-00

        description

        split-headers

        join-headers

        mime-sdp-rule

                name                                    remVideo

                msg-type                                any

                methods

                action                                  manipulate

                comparison-type                         case-sensitive

                match-value

                new-value

                sdp-media-rule

                        name                                    remVideo

                        media-type                              video

                        action                                  delete

                        comparison-type                         case-sensitive

                        match-value

                        new-value

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center