Acme Packet (MOSC)

MOSC Banner

Removing entire SDP content in 180 messages

edited Nov 12, 2013 4:05PM in Acme Packet (MOSC) 3 commentsAnswered ✓

Hi,

 

I'll need a manipulation that takes a '180 Ringing' message and removes the SDP content if any is present.

 

I've seen the thread "How to replace 183 with SDP to 180 without SDP", and I have pretty much copied it, but the only problem is I'm using a old firmware and so I cannot use mime-sdp-rules.

 

I'd like to have an opinion is this would work:

 

 

sip-manipulation
        name                           DeleteSDP180
        description                    Deletes SDP content from 180 messages
        split-headers
        join-headers
        header-rule
                name                           CheckFor180
                header-name                    @status-line
                action                         store
                comparison-type                pattern-rule
                msg-type                       reply
                methods                        
                match-value                    
                new-value                      
                element-rule
                        name                           is180
                        parameter-name                 
                        type                           status-code
                        action                         store
                        match-val-type                 any

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