public interface PCalledPartyIDHeader extends HeaderAddress, Parameters, Header
A proxy server inserts a P-Called-Party-ID header, typically in an INVITE request, en-route to its destination. The header is populated with the Request-URI received by the proxy in the request.
Both the business SIP URI and the personal SIP URI are registered in the SIP registrar, so both URIs can receive invitations to new sessions. When the user receives an invitation to join a session, he/she should be aware of which of the several registered SIP URIs this session was sent to.
P-Called-Party-ID = "P-Called-Party-ID" HCOLON called-pty-id-spec called-pty-id-spec = name-addr *(SEMI cpid-param) cpid-param = generic-param
Modifier and Type | Field and Description |
---|---|
static String |
NAME
Name of CalledPartyIDHeader
|
getAddress, setAddress
getParameter, getParameterNames, removeParameter, setParameter
static final String NAME
Copyright © 2015. All Rights Reserved.