Accept

An example of the header is shown below:

Accept:  application/sdp

Multiple header fields support: No

The header properties are shown in the following table:

Header Level Action

Action Type

 

 

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:

Rule:

If the supported header does not contain 'mm,100rel,timer,replaces', then in all INVITE messages add an Accept header:

Message Type: Invite
Condition: header.supported != 'mm,100rel,timer,replaces'
Action Subject: header.accept
Action Type: Add
Action Value: 'application/x-private'

Result:

Accept: application/x-private