The Disconnect_Code enum is used by the ITBasicCallControl::Disconnect method.
Member |
Value |
Description |
DC_NORMAL
|
0 |
The call is disconnected as part of the normal cycle of the call. |
DC_NOANSWER
|
1 |
The call was not answered. An application might set a certain amount of time for the user to answer the call. If the user does not answer, the application can disconnect the call with the NOANSWER code. |
DC_REJECTED
|
2 |
The user rejected the call. |