public static class SIPNotification.Vrec extends SIPNotification
SIPNotification.Answer, SIPNotification.BLF, SIPNotification.Block, SIPNotification.CDR, SIPNotification.Chat, SIPNotification.ChatComposing, SIPNotification.ChatReport, SIPNotification.Credit, SIPNotification.DTMF, SIPNotification.Event, SIPNotification.Group, SIPNotification.INFO, SIPNotification.Line, SIPNotification.Log, 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 |
SOURCE_AUTO
auto started
|
static int |
SOURCE_SIPREC
SIPREC initiated
|
static int |
SOURCE_UNKNOWN
unrecognizable
|
static int |
SOURCE_USER
user initiated
|
static int |
STAGE_DISABLED
disabled
|
static int |
STAGE_FAILED
failed to save
|
static int |
STAGE_INIT
call record begin
|
static int |
STAGE_SAVED
save success
|
static int |
STAGE_SAVING
save begin
|
static int |
STAGE_UNKNWON
unrecognizable
|
static int |
TYPE_FILE
local file
|
static int |
TYPE_FTP
ftp
|
static int |
TYPE_HTTP
http/https
|
static int |
TYPE_SERVER
voip server or gateway side
|
static int |
TYPE_SIPREC
SIPREC protocol
|
static int |
TYPE_UNKNOWN
unknown.
|
NOTIFICATION_ALL, NOTIFICATION_ANSWER, 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_LINE, NOTIFICATION_LOG, 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_type, NOTIFICATION_USSD, NOTIFICATION_VAD, NOTIFICATION_VIDEO, NOTIFICATION_VREC
Modifier and Type | Method and Description |
---|---|
int |
getLine()
endpoint line: channel number (note: with stage 3 and 4 it will always report -1 or -2 means default/not specified)
|
java.lang.String |
getPath()
upload path/file
|
java.lang.String |
getReason()
failure reason if any
|
int |
getSource()
who initiated
|
java.lang.String |
getSourceText()
who initiated as string
|
int |
getStatus()
stage
|
java.lang.String |
getStatusText()
stage as string
|
int |
getType()
upload method
|
java.lang.String |
getTypeText()
upload method as string
|
void |
Parse(java.lang.String str,
java.lang.String[] params) |
getNotificationType, getNotificationTypeText, toString
public static final int STAGE_DISABLED
public static final int STAGE_INIT
public static final int STAGE_SAVING
public static final int STAGE_SAVED
public static final int STAGE_FAILED
public static final int STAGE_UNKNWON
public static final int TYPE_UNKNOWN
public static final int TYPE_FILE
public static final int TYPE_FTP
public static final int TYPE_HTTP
public static final int TYPE_SERVER
public static final int TYPE_SIPREC
public static final int SOURCE_USER
public static final int SOURCE_SIPREC
public static final int SOURCE_AUTO
public static final int SOURCE_UNKNOWN
public int getLine()
public int getStatus()
public java.lang.String getStatusText()
public int getType()
public java.lang.String getTypeText()
public java.lang.String getPath()
public java.lang.String getReason()
public int getSource()
public java.lang.String getSourceText()
public void Parse(java.lang.String str, java.lang.String[] params)