javax.sip.header.ims
Interface PCalledPartyIDHeader
- All Superinterfaces:
- Cloneable, Header, HeaderAddress, Parameters, Serializable
public interface PCalledPartyIDHeader
- extends HeaderAddress, Parameters, Header
P-Called-Party-ID header - Private Header:
See RFC 3455 .
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
- Since:
- 2.0
- Version:
- 2.0
- Author:
- Oracle Inc., NIST
Field Summary |
static String |
NAME
Name of CalledPartyIDHeader |
NAME
static final String NAME
- Name of CalledPartyIDHeader
- See Also:
- Constant Field Values
See conditions of use.
Submit a bug report or feature request.