public interface InReplyToHeader extends Header
This allows automatic call distribution systems to route return calls to the originator of the first call. This also allows callees to filter calls, so that only return calls for calls they originated will be accepted. This field is not a substitute for request authentication.
For Example:
In-Reply-To: [email protected], [email protected]
static final String NAME
void setCallId(String callId) throws ParseException
callId
- - the string value of the Call-Id of this InReplyToHeader.ParseException
- which signals that an error has been reached
unexpectedly while parsing the callId value.String getCallId()
Copyright © 2016. All Rights Reserved.