Acme Packet (MOSC)

MOSC Banner

HMR to modify ISUP version in mime field

edited Jul 8, 2014 8:28AM in Acme Packet (MOSC) 1 commentAnswered

Hi,

for a SIP-I interconnection

I try to write an HMR allowing to modify the ISUP version mentionned in the mime  field

 

Content-Type: application/isup;version=itu-t92+;base=itu-t92+

and to replace it with:

 

Content-Type: application/isup;version=SPIROU;base=SPIROU.

 

I have tried the following HMR without success:

 

sip-manipulation name SIPM_ITU92_SPIROU_TEST

description

header-rules

      name tests

      header-name Content-Type

      action manipulate

      match-value

      msg-type any

      comparison-type pattern-rule

      new-value

      methods

       element-rules

       name mofigytospirou

       parameter-name application/isup

       type mime

       action find-replace-all

       match-val-type any

       comparison-type case-sensitive

       match-value Content-Type: application/isup;version=itu-t92+;base=itu-t92+

       new-value "Content-Type: application/isup;version=SPIROU;base=SPIROU"

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