public static class SIPNotification.LicKey extends SIPNotification
SIPNotification.Account, SIPNotification.AI, SIPNotification.Answer, SIPNotification.APIResult, SIPNotification.BLF, SIPNotification.Block, SIPNotification.CDR, SIPNotification.Chat, SIPNotification.ChatComposing, SIPNotification.ChatReport, SIPNotification.Credit, SIPNotification.DTMF, SIPNotification.Event, SIPNotification.Group, SIPNotification.INFO, SIPNotification.LicKey, SIPNotification.Line, SIPNotification.Log, SIPNotification.Media, SIPNotification.MWI, SIPNotification.NewContact, SIPNotification.PlayReady, SIPNotification.Popup, SIPNotification.Presence, SIPNotification.Rating, SIPNotification.Register, SIPNotification.RTPE, SIPNotification.RTPStat, SIPNotification.RTPT, SIPNotification.ServerContacts, SIPNotification.ShouldReset, SIPNotification.SIP, SIPNotification.SRS, SIPNotification.Start, SIPNotification.Status, SIPNotification.Stop, SIPNotification.USSD, SIPNotification.VAD, SIPNotification.Video, SIPNotification.Vrec| Modifier and Type | Field and Description |
|---|---|
static int |
LICKEY_FAIL_BANNED
blocked.
|
static int |
LICKEY_FAIL_DISABLED
failed.
|
static int |
LICKEY_FAIL_EXPIRED
failed.
|
static int |
LICKEY_FAIL_NOTFOUND
failed.
|
static int |
LICKEY_FAIL_REJECTED
failed to validate and definitely rejected
|
static int |
LICKEY_FAIL_TMP
failed to verify, temporarily rejected
|
static int |
LICKEY_FAIL_TOOMANY
failed.
|
static int |
LICKEY_FAIL_USED
failed.
|
static int |
LICKEY_NOTNEEDED
not needed
|
static int |
LICKEY_OK_ACCEPTED
validated and definitely accepted
|
static int |
LICKEY_OK_ACCEPTED_TMP
temporarily accepted
|
static int |
LICKEY_SHOW
show input
|
static int |
LICKEY_SHOW_MUST_EXTERN
must request now (request from your app).
|
static int |
LICKEY_SHOW_MUST_INTERN
request now (probably requested by the library)
|
static int |
LICKEY_UNKNOWN
unknown
|
line, NOTIFICATION_ACCOUNT, NOTIFICATION_AI, NOTIFICATION_ALL, NOTIFICATION_ANSWER, NOTIFICATION_APIRESULT, NOTIFICATION_BLF, NOTIFICATION_BLOCK, NOTIFICATION_CDR, NOTIFICATION_CHAT, NOTIFICATION_CHATCOMPOSING, NOTIFICATION_CHATREPORT, NOTIFICATION_CREDIT, NOTIFICATION_DTMF, NOTIFICATION_EVENT, NOTIFICATION_GROUP, NOTIFICATION_INFO, NOTIFICATION_INVALID, NOTIFICATION_LICKEY, NOTIFICATION_LINE, NOTIFICATION_LOG, NOTIFICATION_MEDIA, NOTIFICATION_MWI, NOTIFICATION_NEWUSER, NOTIFICATION_PLAYREADY, NOTIFICATION_POPUP, NOTIFICATION_PRESENCE, NOTIFICATION_RATING, NOTIFICATION_REGISTER, NOTIFICATION_RTPE, NOTIFICATION_RTPSTAT, NOTIFICATION_RTPT, NOTIFICATION_SERVERCONTACTS, NOTIFICATION_SHOULDRESET, NOTIFICATION_SIP, NOTIFICATION_SRS, NOTIFICATION_START, NOTIFICATION_STATUS, NOTIFICATION_STOP, notification_string, notification_type, NOTIFICATION_USSD, NOTIFICATION_VAD, NOTIFICATION_VIDEO, NOTIFICATION_VREC| Modifier and Type | Method and Description |
|---|---|
int |
getLine()
endpoint line
|
int |
getStatus()
LICKEY_...
|
java.lang.String |
getStatusText()
status as string
|
void |
Parse(java.lang.String str,
java.lang.String[] params) |
getNotificationType, getNotificationTypeText, toStringpublic static final int LICKEY_UNKNOWN
public static final int LICKEY_NOTNEEDED
public static final int LICKEY_SHOW
public static final int LICKEY_SHOW_MUST_INTERN
public static final int LICKEY_SHOW_MUST_EXTERN
public static final int LICKEY_OK_ACCEPTED_TMP
public static final int LICKEY_OK_ACCEPTED
public static final int LICKEY_FAIL_TMP
public static final int LICKEY_FAIL_REJECTED
public static final int LICKEY_FAIL_BANNED
public static final int LICKEY_FAIL_DISABLED
public static final int LICKEY_FAIL_NOTFOUND
public static final int LICKEY_FAIL_USED
public static final int LICKEY_FAIL_TOOMANY
public static final int LICKEY_FAIL_EXPIRED