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: MessageManipulations 5 = 1, register.response, ,header.P-Associated-URI, 0, '<sip:admin@10.132.10.108>', 0; |
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': MessageManipulations 5 = 1, register.response, ,header.P-Associated-URI.url.user, 2, 'alice', 0; |
Result: |
P-Associated-URI:<sip:alice@10.132.10.108> |