SIP User's Manual 508 Document #: LTRT-12804
Mediant 800 MSBG
8.4.9.2.4 Call-Id
An example of the header is shown below:
Call-ID: JNIYXOLCAIWTRHWOINNR@10.132.10.128
The header properties as shown in the table below:
Header Level Action Add Delete Modify List Entries
Operations Supported No No No NA
Keyword Sub Types Attributes
ID String Read Only
Below is a header manipulation example:
Rule:
Add a proprietary header to all INVITE messages using the data in the Call-id header:
MessageManipulations 0 = 1, invite, , header.Xitsp-abc, 0,
"header.call-id", 0;
Result:
Xitsp-abc: GIAPOFWRBQKJVAETIODI@10.132.10.128
8.4.9.2.5 Contact
An example of the header is shown below:
Contact: <sip:555@10.132.10.128:5080>
The header properties as shown in the table below:
Header Level Action Add Delete Modify List Entries
Operations Supported No No No 8
Keyword Sub Types Attributes
Expires Integer Read/Write
GruuContact String Read/Write
IsGRUU Boolean Read/Write
Name String Read/Write
Param Param Read/Write
URL ''URL'' on page 530 Read/Write*
* Host name cannot be modified in the URL structure for a contact header.
Below is a header manipulation example:
Rule:
Change the user part in the Contact header in all INVITE messages to fred:
MessageManipulations 0 = 1, Invite, ,header.contact.url.user, 2,
"'fred'", 0;
Result:
Contact: <sip:fred@10.132.10.128:5070>