com.safi.asterisk
Interface pbxConstants

All Known Implementing Classes:
pbx

public interface pbxConstants


Field Summary
static int AST_EXTENSION_BUSY
           
static int AST_EXTENSION_INUSE
           
static int AST_EXTENSION_NOT_INUSE
           
static int AST_EXTENSION_UNAVAILABLE
           
static int AST_MAX_APP
           
static int AST_PBX_KEEP
           
static int AST_PBX_KEEPALIVE
           
static int AST_PBX_NO_HANGUP_PEER
           
static int AST_PBX_REPLACE
           
static int EVENT_FLAG_AGENT
           
static int EVENT_FLAG_CALL
           
static int EVENT_FLAG_COMMAND
           
static int EVENT_FLAG_LOG
           
static int EVENT_FLAG_SYSTEM
           
static int EVENT_FLAG_USER
           
static int EVENT_FLAG_VERBOSE
           
static int PRIORITY_HINT
           
static int STATUS_NO_CONTEXT
           
static int STATUS_NO_EXTENSION
           
static int STATUS_NO_PRIORITY
           
static int STATUS_SUCCESS
           
 

Field Detail

AST_PBX_KEEP

static final int AST_PBX_KEEP

AST_PBX_REPLACE

static final int AST_PBX_REPLACE

AST_MAX_APP

static final int AST_MAX_APP

AST_PBX_KEEPALIVE

static final int AST_PBX_KEEPALIVE

AST_PBX_NO_HANGUP_PEER

static final int AST_PBX_NO_HANGUP_PEER

PRIORITY_HINT

static final int PRIORITY_HINT

AST_EXTENSION_NOT_INUSE

static final int AST_EXTENSION_NOT_INUSE

AST_EXTENSION_INUSE

static final int AST_EXTENSION_INUSE

AST_EXTENSION_BUSY

static final int AST_EXTENSION_BUSY

AST_EXTENSION_UNAVAILABLE

static final int AST_EXTENSION_UNAVAILABLE

EVENT_FLAG_SYSTEM

static final int EVENT_FLAG_SYSTEM

EVENT_FLAG_CALL

static final int EVENT_FLAG_CALL

EVENT_FLAG_LOG

static final int EVENT_FLAG_LOG

EVENT_FLAG_VERBOSE

static final int EVENT_FLAG_VERBOSE

EVENT_FLAG_COMMAND

static final int EVENT_FLAG_COMMAND

EVENT_FLAG_AGENT

static final int EVENT_FLAG_AGENT

EVENT_FLAG_USER

static final int EVENT_FLAG_USER

STATUS_NO_CONTEXT

static final int STATUS_NO_CONTEXT

STATUS_NO_EXTENSION

static final int STATUS_NO_EXTENSION

STATUS_NO_PRIORITY

static final int STATUS_NO_PRIORITY

STATUS_SUCCESS

static final int STATUS_SUCCESS