Acme Packet (MOSC)

MOSC Banner

SDP manipulation to Reject INVITE

edited Jan 11, 2017 9:35AM in Acme Packet (MOSC) 1 commentAnswered

I created this HMR to reject INVITE with 488 if SDP has T.38 offering, couldn't get to work any idea what's wrong with my logic ?

sip-manipulation

        name                                    SDPmanipulation

        description

        split-headers

        join-headers

        header-rule

                name                                    checkSDP

                header-name                             Content-Type

                action                                  manipulate

                comparison-type                         pattern-rule

                msg-type                                request

                methods                                 INVITE

                match-value

                new-value

                element-rule

                        name                                    rejectt38

                        parameter-name                          application/SDP

                        type                                    mime

                        action                                  reject

                        match-val-type                          any

                        comparison-type                         case-sensitive

                        match-value                             a=T38.*$

                        new-value                               488:NA

        last-modified-by                        admin@console

        last-modified-date                      2017-01-11 04:44:03

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