Acme Packet (MOSC)

MOSC Banner

Looking for HMR help

edited Apr 27, 2015 5:37PM in Acme Packet (MOSC) 1 commentAnswered ✓

I'm getting an error on an HMR and I really don't understand why?

The error is: Header Rule ReplaceSubscribe (headerName=request-uri action=find-replace-all cmpType=pattern-rule) does not apply to method SUBSCRIBE.

I'm trying to replace the hostname in the To: and the request-uri with an IP address.

The  manipulation is below:

sip-manipulation

        name                                    ConferenceFix

        description

        split-headers

        join-headers

        header-rule

                name                                    ReplaceSubscribe

                header-name                             request-uri

                action                                  find-replace-all

                comparison-type                         pattern-rule

                msg-type                                request

                methods                                 SUBSCRIBE

                match-value                             .*sip:conf-[0-9]*@([^ ]*).*[[:1:]]

                new-value                               "172.30.20.101:5510"

        header-rule

                name                                    ReplaceTo

                header-name                             To

                action                                  find-replace-all

                comparison-type                         pattern-rule

                msg-type                                request

                methods                                 SUBSCRIBE

                match-value                             .*sip:conf-[0-9]*@([^ ]*).*[[:1:]]

                new-value                               "172.30.20.101:5510"

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