Version 6.2 509 February 2011
SIP User's Manual 8. IP Telephony Capabilities
8.4.9.2.6 Cseq
An example of the header is shown below:
CSeq: 1 INVITE
The header properties as shown in the table below:
Header Level Action Add Delete Modify List Entries
Operations Supported No No No N/A
Keyword Sub Types Attributes
Num Integer Read Only
Type String Read Only
Below is a header manipulation example:
Rule:
If the Cseq number is 1, then modify the user in the Contact header to fred.
MessageManipulations 0 = 1, Invite,
"header.cseq.num=='1'",header.contact.url.user, 2, "'fred'", 0;
Result:
Contact: <sip:fred@10.132.10.128:5070>
8.4.9.2.7 Diversion
An example of the header is shown below:
Diversion: <sip:654@IPG2Host;user=phone>;reason=user-
busy;screen=no;privacy=off;counter=1
The header properties as shown in the table below:
Header Level Action Add Delete Modify List Entries
Operations Supported Yes Yes Yes 3
Keyword Sub Types Attributes
Name String Read/Write
Param Param Read/Write
Privacy Enum Privacy (see ''Privacy'' on page
533)
Rea
d/Write
Reason Enum Reason (see ''Reason
(Diversion)'' on page 533)
Rea
d/Write
Screen Enum Screen (see ''Screen'' on page
536)
Rea
d/Write
URL URL Structure (see ''URL'' on page
530)
Rea
d/Write