org.csapi.jr.se.cc
Interface Constants


public interface Constants

This interface contains constants not associated with any type, but associated with the package org.csapi.jr.se.cc


Field Summary
static int AUDIO
          Audio stream
static int CALL_INFO_RELEASE_CAUSE
          Call release cause
static int CALL_INFO_TIMES
          Relevant call times
static int CALL_INFO_UNDEFINED
          Undefined
static int CALL_LEG_INFO_ADDRESS
          Call leg connected address
static int CALL_LEG_INFO_APPINFO
          Call leg application related information
static int CALL_LEG_INFO_RELEASE_CAUSE
          Call leg release cause
static int CALL_LEG_INFO_TIMES
          Relevant call times
static int CALL_LEG_INFO_UNDEFINED
          Undefined
static java.lang.String CALL_LEG_PROPERTY_CARD
          The card property name is associated with a business card, for example, in vCard or LDIF formats.
static java.lang.String CALL_LEG_PROPERTY_ICON
          The icon parameter property name is associated with a URL value that points to data suitable as an iconic representation of the caller or callee.
static java.lang.String CALL_LEG_PROPERTY_INFO
          The info property name is associated with a URL value that describes the caller or callee in general, for example, through a web page.
static int CALL_LEG_SUPERVISE_APPLY_TONE
          Send a warning tone on the call leg when the call leg supervision timer expires.
static int CALL_LEG_SUPERVISE_RELEASE
          Release the call leg when the call leg supervision timer expires
static int CALL_LEG_SUPERVISE_RESPOND
          Notify the application when the call leg supervision timer expires
static int CALL_LOAD_CONTROL_ADMIT_NO_CALLS
          Infinite interval (do not admit any calls)
static int CALL_SUPERVISE_APPLY_TONE
          Send a warning tone to the originating party when the call supervision timer expires.
static int CALL_SUPERVISE_CALL_ENDED
          The call has ended, either due to timer expiry or call party release.
static int CALL_SUPERVISE_RELEASE
          Release the call when the call supervision timer expires
static int CALL_SUPERVISE_RESPOND
          Notify the application when the call supervision timer expires
static int CALL_SUPERVISE_TIMEOUT
          The call supervision timer has expired.
static int CALL_SUPERVISE_TONE_APPLIED
          A warning tone has been applied.
static int CALL_SUPERVISE_UI_FINISHED
          The user interaction has finished.
static int DATA
          Data stream (for example T.120)
static int VIDEO
          Video stream
 

Field Detail

CALL_LEG_INFO_UNDEFINED

public static final int CALL_LEG_INFO_UNDEFINED
Undefined

See Also:
Constant Field Values

CALL_LEG_INFO_TIMES

public static final int CALL_LEG_INFO_TIMES
Relevant call times

See Also:
Constant Field Values

CALL_LEG_INFO_RELEASE_CAUSE

public static final int CALL_LEG_INFO_RELEASE_CAUSE
Call leg release cause

See Also:
Constant Field Values

CALL_LEG_INFO_ADDRESS

public static final int CALL_LEG_INFO_ADDRESS
Call leg connected address

See Also:
Constant Field Values

CALL_LEG_INFO_APPINFO

public static final int CALL_LEG_INFO_APPINFO
Call leg application related information

See Also:
Constant Field Values

CALL_LEG_SUPERVISE_RELEASE

public static final int CALL_LEG_SUPERVISE_RELEASE
Release the call leg when the call leg supervision timer expires

See Also:
Constant Field Values

CALL_LEG_SUPERVISE_RESPOND

public static final int CALL_LEG_SUPERVISE_RESPOND
Notify the application when the call leg supervision timer expires

See Also:
Constant Field Values

CALL_LEG_SUPERVISE_APPLY_TONE

public static final int CALL_LEG_SUPERVISE_APPLY_TONE
Send a warning tone on the call leg when the call leg supervision timer expires. If call leg release is requested, then the call leg will be released following the tone after an administered time period

See Also:
Constant Field Values

CALL_LEG_PROPERTY_INFO

public static final java.lang.String CALL_LEG_PROPERTY_INFO
The info property name is associated with a URL value that describes the caller or callee in general, for example, through a web page.

See Also:
Constant Field Values

CALL_LEG_PROPERTY_ICON

public static final java.lang.String CALL_LEG_PROPERTY_ICON
The icon parameter property name is associated with a URL value that points to data suitable as an iconic representation of the caller or callee.

See Also:
Constant Field Values

CALL_LEG_PROPERTY_CARD

public static final java.lang.String CALL_LEG_PROPERTY_CARD
The card property name is associated with a business card, for example, in vCard or LDIF formats.

See Also:
Constant Field Values

CALL_INFO_UNDEFINED

public static final int CALL_INFO_UNDEFINED
Undefined

See Also:
Constant Field Values

CALL_INFO_TIMES

public static final int CALL_INFO_TIMES
Relevant call times

See Also:
Constant Field Values

CALL_INFO_RELEASE_CAUSE

public static final int CALL_INFO_RELEASE_CAUSE
Call release cause

See Also:
Constant Field Values

CALL_LOAD_CONTROL_ADMIT_NO_CALLS

public static final int CALL_LOAD_CONTROL_ADMIT_NO_CALLS
Infinite interval (do not admit any calls)

See Also:
Constant Field Values

CALL_SUPERVISE_TIMEOUT

public static final int CALL_SUPERVISE_TIMEOUT
The call supervision timer has expired.

See Also:
Constant Field Values

CALL_SUPERVISE_CALL_ENDED

public static final int CALL_SUPERVISE_CALL_ENDED
The call has ended, either due to timer expiry or call party release. In case the called party disconnects but a follow-on call can still be made also this indication is used.

See Also:
Constant Field Values

CALL_SUPERVISE_TONE_APPLIED

public static final int CALL_SUPERVISE_TONE_APPLIED
A warning tone has been applied. This is only sent in combination with P_CALL_SUPERVISE_TIMEOUT

See Also:
Constant Field Values

CALL_SUPERVISE_UI_FINISHED

public static final int CALL_SUPERVISE_UI_FINISHED
The user interaction has finished.

See Also:
Constant Field Values

CALL_SUPERVISE_RELEASE

public static final int CALL_SUPERVISE_RELEASE
Release the call when the call supervision timer expires

See Also:
Constant Field Values

CALL_SUPERVISE_RESPOND

public static final int CALL_SUPERVISE_RESPOND
Notify the application when the call supervision timer expires

See Also:
Constant Field Values

CALL_SUPERVISE_APPLY_TONE

public static final int CALL_SUPERVISE_APPLY_TONE
Send a warning tone to the originating party when the call supervision timer expires. If call release is requested, then the call will be released following the tone after an administered time period

See Also:
Constant Field Values

AUDIO

public static final int AUDIO
Audio stream

See Also:
Constant Field Values

DATA

public static final int DATA
Data stream (for example T.120)

See Also:
Constant Field Values

VIDEO

public static final int VIDEO
Video stream

See Also:
Constant Field Values