Configuring Message Manipulation Rules

Note the following before you configure message manipulation rules:

To configure message manipulation rules:

  1. Create a new message manipulation rule, assign it a name, and enter the actions configuration.
    [edit services border-signaling-gateway gateway bsg-1 sip]user@host# edit message-manipulation-rules manipulation-rule hm-rule actions
  2. Create a configuration for a SIP header field.
    [edit services border-signaling-gateway gateway bgf-1 sip message-manipulation-rules manipulation-rule hm-rule actions]user@host# edit sip-header accept-language
  3. Add field values that you want to manipulate.
    [edit services border-signaling-gateway gateway bgf-1 sip message-manipulation-rules manipulation-rule hm-rule actions sip-header accept-language]user@host# set field-value remove-regular-expression Frenchuser@host# set field-value add Japanese

After you set up message manipulation rules, apply them by adding the rules to new transaction policies.

Related Topics