Share via


Notification Call Control Constants (Windows Embedded CE 6.0)

1/6/2010

Call control notifications (RIL_NCLASS_CALLCTRL).

Value Description

RIL_NOTIFY_RING

Incoming call. The lpData notification parameter points to RILRINGINFO.

RIL_NOTIFY_CONNECT

Data/voice connection has been established. The lpData notification parameter points to RILCONNECTINFO.

CellTSP ignores RIL_NOTIFY_CONNECT. Use RIL_NOTIFY_CALLPROGRESSINFO to indicate call state transitions.

RIL_NOTIFY_DISCONNECT

Data/voice connection has been terminated. The lpData notification parameter points to a disconnect initiation constant.

RIL_NOTIFY_DATASVCNEGOTIATED

Data connection service has been negotiated. The lpData notification parameter points to RILSERVICEINFO.

RIL_NOTIFY_CALLSTATECHANGED

The RIL has performed an operation that may have changed state of existing calls. The lpData notification parameter is NULL.

RIL_NOTIFY_EMERGENCYMODEENTERED

The RIL has entered emergency mode. The lpData notification parameter is NULL.

RIL_NOTIFY_EMERGENCYMODEEXITED

The RIL has exited emergency mode. The lpData notification parameter is NULL.

RIL_NOTIFY_EMERGENCYHANGUP

Existing calls (if any) were hung up in RIL emergency mode. The lpData notification parameter is NULL.

RIL_NOTIFY_HSCSDPARAMSNEGOTIATED

High Speed Circuit Switched Data (HSCSD) parameter for a call has been negotiated. The lpData notification parameter points to RILCALLHSCSDINFO.

RIL_NOTIFY_DIAL

Outgoing call. The lpData notification parameter points to RILDIALINFO.

RIL_NOTIFY_CALLPROGRESSINFO

CPI notification. The lpData notification points to RILCALLINFO.

RIL_NOTIFY_CURRENTLINE_CHANGED`

The current line has changed. The lpData points to a new current address id.

RIL_NOTIFY_GPRS_DISCONNECT

The GPRS connection has been terminated. The ldData points to RILGPRSCONTEXTACTIVATED.

RIL_NOTIFY_CALLMODIFICATIONINFO

The SIM has modified a call. The ldData points to RILCALLMODIFICATIONINFO.

See Also

Reference

Disconnect Initiation Constants

Concepts

RIL Notifications