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:
|
||||||||||||
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':
|
||||||||||||
Result: |
P-Associated-URI:<sip:alice@10.132.10.108> |