var
	ISDKCALLSTATUS_CONNECTED              = 0, /**< The call is connected to the remote user. */
	ISDKCALLSTATUS_CONNECTING_IN          = 1, /**< The incoming call is trying to connect. */
	ISDKCALLSTATUS_CONNECTING_IN_RINGING  = 2, /**< The incoming call is ringing. */
	ISDKCALLSTATUS_CONNECTING_OUT         = 3, /**< The outgoing call is trying to connect. */
	ISDKCALLSTATUS_CONNECTING_OUT_RINGING = 4, /**< The outgoing call is ringing. */
	ISDKCALLSTATUS_DISCONNECTED           = 5, /**< The call is disconnected. */
	ISDKCALLSTATUS_DISCONNECTING_IN       = 6, /**< This value is \em obsolete. It is provided to keep old source working. We strongly advise against using it in new code. The incoming call is disconnecting. */
	ISDKCALLSTATUS_DISCONNECTING_OUT      = 7  /**< This value is \em obsolete. It is provided to keep old source working. We strongly advise against using it in new code. The outgoing call is disconnecting. */
;