|
JSIP API v1.2 November 2006 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AlertInfoHeader
When present in an INVITE request, the Alert-Info header field specifies an alternative ring tone to the UAS. When present in a 180 (Ringing) response, the Alert-Info header field specifies an alternative ringback tone to the UAC. A typical usage is for a proxy to insert this header field to provide a distinctive ring feature.
The Alert-Info header field can introduce security risks, which are identical to the Call-Info header field risk, see section 20.9 of RFC3261. In addition, a user SHOULD be able to disable this feature selectively. This helps prevent disruptions that could result from the use of this header field by untrusted elements.
For Example:
Alert-Info:
| Field Summary | |
|---|---|
static java.lang.String |
NAME
Name of the AlertInfoHeader |
| Method Summary | |
|---|---|
URI |
getAlertInfo()
Returns the AlertInfo value of this AlertInfoHeader. |
void |
setAlertInfo(URI alertInfo)
Sets the AlertInfo of the AlertInfoHeader to the alertInfo parameter value. |
| Methods inherited from interface javax.sip.header.Parameters |
|---|
getParameter, getParameterNames, removeParameter, setParameter |
| Methods inherited from interface javax.sip.header.Header |
|---|
clone, equals, getName, hashCode, toString |
| Field Detail |
|---|
static final java.lang.String NAME
| Method Detail |
|---|
void setAlertInfo(URI alertInfo)
alertInfo - the new Alert Info URI of this AlertInfoHeader.URI getAlertInfo()
|
JSIP API v1.2 November 2006 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||