P-Associated-Uri

An example of the header is shown below:

P-Associated-URI: <sip:12345678@itsp.com>

The header properties are shown in the following table:

Header Level Action

Add

Delete

Modify

List Entries

Operations Supported

Yes

Yes

Yes

2

Keyword

Sub Types

Attributes

Name

String

Read/Write

Param

Param

Read/Write

URL

URL Structure (see URL)

Read/Write

Below are header manipulation examples:

Example 1

Rule:

Add a P-Associated-Uri header to all INVITE response messages:

Message Type: register.response
Action Subject: header.P-Associated-URI
Action Type: Add
Action Value: '<sip:admin@10.132.10.108>'

Result:

P-Associated-URI:<sip:admin@10.132.10.108>

Example 2

Rule:

Modify the user portion of the URL in the header to 'alice':

Message Type: register.response
Action Subject: header.P-Associated-URI.url.user
Action Type: Modify
Action Value: 'alice'

Result:

P-Associated-URI:<sip:alice@10.132.10.108>