java.lang.Objectwebphone.SIPNotification
webphone.SIPNotification.RTPT
public static class SIPNotification.RTPT
RTPT notification.
Triggered by: ED-137 RTP extra header changes
Event: SIPNotificationListener.RTPT
Fields: RTPT,line,PTT-Type,SQU,PTT-ID,SCT,VF,extensionwords
Field Summary | |
---|---|
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 |
Method Summary | |
---|---|
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. |
Methods inherited from class webphone.SIPNotification |
---|
getNotificationType, toString |
Field Detail |
---|
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
Method Detail |
---|
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()