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
| Method Summary | |
|---|---|
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, toString |
| Method Detail |
|---|
public int getLine()
public java.lang.String getMsg()