Version 6.6 413 MP-11x & MP-124
User's Manual 42. SIP Message Manipulation Syntax
42.2.10 From
An example of the header is shown below:
From: <sip:555@10.132.10.128;user=phone>;tag=YQLQHCAAYBWKKRVIMWEQ
The header properties are shown in the table below:
Header Level Action Add Delete Modify List Entries
Operations Supported No No No NA
Keyword Sub Types Attributes
Name String Read/Write
Param Param Read/Write
tag String Read Only
URL URL Structure (see 'URL'
on page 438)
Read/Write
Below are header manipulation examples:
Modify the user part of the From header if the user is not 654 as follows:
From: <sip:john@IPG2Host;user=phone>;tag=1c20161
Message Type Condition Action Subject
Action
Type
Action Value
invite
!= '654'
header.from.url.user Modify 'john'
Add a new parameter to the From header called "p1" and set its value to
"myParameter" as follows:
From: <sip:john@IPG2Host;user=phone>;p1=myParameter;tag=1c5891
Message Type Condition Action Subject
Action
Type
Action Value
Invite.request
header.from.param.p1 Add 'myParameter'
For all messages, modify the URL in the From header as follows:
From: <sip:3200@110.18.5.41;user=phone;sue=0>;tag=1c23750
Message Type Condition Action Subject
Action
Type
Action Value
header.from.url Modify 'sip:3200@110.18.5.41;sue=0'
42.2.11 History-Info
An example of the header is shown below:
History-Info: <sip:UserA@ims.example.com;index=1>
History-Info: <sip:UserA@audc.example.com;index=2>
The header properties are shown in the table below: