webphone
Class SIPNotification.DTMF

java.lang.Object
  extended by webphone.SIPNotification
      extended by webphone.SIPNotification.DTMF
Enclosing class:
SIPNotification

public static class SIPNotification.DTMF
extends SIPNotification

DTMF notification.
Triggered by: incoming DTMF.
Event: SIPNotificationListener.onDTMF
Fields: DTMF,line,msg


Method Summary
 intgetLine()
          returns the line (the endpoint which received the DTMF message)
 java.lang.StringgetMsg()
          returns the DTMF message (one or more DTMF digits)
 
Methods inherited from class webphone.SIPNotification
getNotificationType, toString
   

Method Detail

getLine

public int getLine()
returns the line (the endpoint which received the DTMF message)


getMsg

public java.lang.String getMsg()
returns the DTMF message (one or more DTMF digits)