public static class SIPNotification.RTPT 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 |
PTT_OFF
not speaking
|
static int |
PTT_ON
ON (normal speaking)
|
static int |
PTT_ON_COUPLING
Coupling ON
|
static int |
PTT_ON_EMERGENCY
Emergency ON
|
static int |
PTT_ON_PRIORITY
Priority ON
|
static int |
PTT_UNKNOWN
unrecognized
|
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 |
---|---|
java.lang.String |
getExtension()
the whole 32 bit words as int converted to string.
|
int |
getID()
PTT-ID: (4 bits: b4-7)
|
int |
getLine()
endpoint line
|
boolean |
getSCT()
(1 bit: b8): simultaneous transmission
|
boolean |
getSQU()
SQU: (1 bit: b3)
|
int |
getType()
(3 bits: b0-2) ptt off/on types (PTT_...
|
java.lang.String |
getTypeText()
type as string
|
boolean |
getVF()
(1 bit : b31) Visibility Flag marker bit.
|
void |
Parse(java.lang.String str,
java.lang.String[] params) |
getNotificationType, getNotificationTypeText, toString
public static final int PTT_UNKNOWN
public static final int PTT_OFF
public static final int PTT_ON
public static final int PTT_ON_COUPLING
public static final int PTT_ON_PRIORITY
public static final int PTT_ON_EMERGENCY
public int getLine()
public int getType()
public java.lang.String getTypeText()
public boolean getSQU()
public int getID()
public boolean getSCT()
public boolean getVF()
public java.lang.String getExtension()
public void Parse(java.lang.String str, java.lang.String[] params)