42.2.2 Accept-Language
An example of the header is shown below:
Accept-Language: da, en-gb;q=0.8, en;q=0.7
The header properties are shown in the table below:
Header Level Action Add Delete Modify List Entries
Operations Supported Yes Yes No N/A
Keyword Sub Types Attributes
N/A N/A N/A
Below is a header manipulation example that adds a new Language header to all INVITE
messages that results in:
Accept-Language: en, il, cz, it
Message Type Condition Action Subject
Action
Type
Action Value
invite
-
header.accept-
language
Add 'en, il, cz, it'
42.2.3 Allow
An example of the header is shown below:
Allow:
REGISTER,OPTIONS,INVITE,ACK,CANCEL,BYE,NOTIFY,PRACK,REFER,INFO,SUB
SCRIBE
The header properties are shown in the table below:
Header Level Action Add Delete Modify List Entries
Operations Supported Yes Yes No N/A
Keyword Sub Types Attributes
N/A N/A Read/Write
Below is a header manipulation example that adds an Allow header to all INVITE
messages as follows:
Allow:
REGISTER,OPTIONS,INVITE,ACK,CANCEL,BYE,NOTIFY,PRACK,REFER,INFO,SUB
SCRIBE, XMESSAGE
Mess
age
Type
Condit
ion
Action
Subject
Acti
on
Typ
e
Action Value
invite - header.
allow
Add 'REGISTER,OPTIONS,INVITE,ACK,CANCEL,BYE,NOTIFY,PRAC
K,REFER,INFO,SUBSCRIBE, XMESSAGE'