java.lang.Objectwebphone.SIPNotification
webphone.SIPNotification.DTMF
public static class SIPNotification.DTMF
DTMF notification.
Triggered by: incoming DTMF.
Event: SIPNotificationListener.onDTMF
Fields: DTMF,line,msg
| Nested Class Summary |
|---|
| Field Summary |
|---|
| Method Summary | |
|---|---|
java.lang.String |
getCallID()
returns the SIP Call-ID of the call session |
int |
getLine()
returns the line (the endpoint which received the DTMF message) |
java.lang.String |
getMsg()
returns the DTMF message (one or more DTMF digits) |
| Methods inherited from class webphone.SIPNotification |
|---|
getNotificationType, getNotificationTypeText, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int getLine()
public java.lang.String getCallID()
public java.lang.String getMsg()