All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.restcomm.connect.dao.entities.CallStatus Maven / Gradle / Ivy

There is a newer version: 8.4.0-227
Show newest version
package org.restcomm.connect.dao.entities;

/**
 * @author gvagenas
 */

public enum CallStatus {
    // May be queued, ringing, in-progress, canceled, completed, failed, busy, or no-answer
    QUEUED, RINGING, INPROGRESS, CANCELED, COMPLETED, FAILED, BUSY, NOANSWER;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy