@session::isCompanyStatusValid

Determines the status of the Company, and whether it can handle the incoming call. If a Company is in MAINTENANCE or TERMINATED state, all logins will be invalid. If the Company is in TEST or ASSIGNED state, only Company Administrator and Developer logins are valid.

Syntax:

@session::isCompanyStatusValid()

Parameters:

None

Returns:

(Boolean) true if the Company can handle the incoming call, otherwise false.

Example: