Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Noprint
Panel
borderColorgreen
bgColortransparent
borderWidth2

Back to Table of Contents

Back to SIP Services

Back to SIP Message Manipulation

Back to SMM Examples

 

  1. Create the profile.

    Code Block
    set profiles signaling sipAdaptorProfile SDP-REMOVE rule 1



  2. Set the criteria.

    Code Block
    set profiles signaling sipAdaptorProfile SDP-REMOVE rule 1 criterion 1 type message
    set profiles signaling sipAdaptorProfile SDP-REMOVE rule 1 criterion 2 type messageBody



  3. Configure the Message criteria.

    Code Block
    set profiles signaling sipAdaptorProfile SDP-REMOVE rule 1 criterion 1 type message message messageTypes response
    set profiles signaling sipAdaptorProfile SDP-REMOVE rule 1 criterion 1 type message message methodType invite
    set profiles signaling sipAdaptorProfile SDP-REMOVE rule 1 criterion 1 type message message statusCode 183



  4. Configure the Header criteria.

    Code Block
    set profiles signaling sipAdaptorProfile SDP-REMOVE rule 1 criterion 2 type messageBody messageBody condition exist
    set profiles signaling sipAdaptorProfile SDP-REMOVE rule 1 criterion 2 type messageBody messageBody messageBodyType all
    set profiles signaling sipAdaptorProfile SDP-REMOVE rule 1 action 1 type messageBody
    set profiles signaling sipAdaptorProfile SDP-REMOVE rule 1 action 1 operation regdel
    set profiles signaling sipAdaptorProfile SDP-REMOVE rule 1 action 1 regexp string ".*"
    set profiles signaling sipAdaptorProfile SDP-REMOVE rule 1 action 1 to type messageBody messageBodyValue all



  5. Enable the state.

    Code Block
    set profiles signaling sipAdaptorProfile SDP-REMOVE state enabled
    commit



  6. Associate this with the SIP Service Group.

    Code Block
    set addressContext defaultAddressContext zone ZONE_IAD sipTrunkGroup TG_SIPART_IAD signaling messageManipulation outputAdapterProfile SDP-REMOVE
    commit

...