(solicited) nccRejectCall was invoked. The call is being rejected.
(unsolicited) The application failed to answer, accept, or reject the call in a timely fashion. The call is automatically rejected.
To rejecting call state, from incoming, receiving digits, or accepting call states.
nccRejectCall, unsolicited
|
Field |
Description |
|
callhd |
Call handle. |
|
value |
Reason the call was rejected. |
|
Reason code |
Description |
|
NCC_REJECT_HOST_TIMEOUT |
Reject inbound with default tone because PC did not respond in time. |
|
NCC_REJECT_PLAY_BUSY |
Reject inbound with busy (if able). |
|
NCC_REJECT_PLAY_REORDER |
Reject inbound with reorder (if able). |
|
NCC_REJECT_PLAY_RINGTONE |
Reject inbound with ringtone (if able). |
|
NCC_REJECT_USER_AUDIO |
Reject inbound with user audio (if able). |
The application receives NCCEVN_REJECTING_CALL in either of the following situations:
The application invoked nccRejectCall to reject an incoming call.
The application failed to accept, answer, or reject an incoming call within the period of time specified by the NCC.START.waitforPCtime parameter.
The call enters the rejecting call state.
The event value field contains the reason why the call was rejected.