Call Management Constants (Compact 2013)

3/26/2014

Call management commands.

Value

Description

RIL_CALLCMD_RELEASEHELD

Release all held calls or set "busy" to a waiting call.

RIL_CALLCMD_RELEASEACTIVE_ACCEPTHELD

Release all active calls and accept a waiting or held call.

RIL_CALLCMD_RELEASECALL

Release the specified call.

RIL_CALLCMD_HOLDACTIVE_ACCEPTHELD

Hold all active calls and accept a waiting or held call.

RIL_CALLCMD_HOLDALLBUTONE

Hold all active calls except for the specified call.

RIL_CALLCMD_ADDHELDTOCONF

Add all held calls to a conference.

RIL_CALLCMD_ADDHELDTOCONF_DISCONNECT

Connect held calls to a conference and disconnect the user.

RIL_CALLCMD_INVOKECCBS

Invoke completion of calls to busy subscribers.

RIL_CALLCMD_RELEASEOFFERING

Release the incoming call.

RIL_CALLCMD_RELEASEPROCEEDING

Release any PROCEEDING call; no RIL ID is required.

RIL_CALLCMD_RELEASEALLCALLS

Release all calls, regardless of the call state.

RIL_CALLCMD_RELEASEHELDCONFCALL

Release the held conference call.

RIL_CALLCMD_ACCEPTOFFERINGCALL

Accept the incoming call.

RIL_CALLCMD_RELEASEWAITINGCALL

Release the call-waiting call.

RIL_CALLCMD_ACCEPTWAITINGCALL

Accept the call-waiting call.

RIL_CALLCMD_MAX

The maximum value.

Requirements

Header

ril.h

See Also

Reference

RIL Constants
RIL_ManageCalls