gov.nist.javax.sip.header.ims
Interface PCalledPartyIDHeader
- All Superinterfaces:
- Cloneable, Header, HeaderAddress, Parameters, Serializable
- All Known Implementing Classes:
- PCalledPartyID
public interface PCalledPartyIDHeader
- extends HeaderAddress, Parameters, Header
P-Called-Party-ID header - Private Header: 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
- Author:
- ALEXANDRE MIGUEL SILVA SANTOS - N?? 10045401
Field Summary |
static String |
NAME
Name of CalledPartyIDHeader |
NAME
static final String NAME
- Name of CalledPartyIDHeader
- See Also:
- Constant Field Values
A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.