webphone
Class SIPNotification.RTPE

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

public static class SIPNotification.RTPE
extends SIPNotification

RTPE notification.
Triggered by: RTP extra header changes
Event: SIPNotificationListener.onRTPE
Fields: RTPE,line,profile,extension


Method Summary
 java.lang.StringgetExtension()
          32 bit words as int converted to string.
 intgetLine()
          endpoint line
 intgetProfile()
          identifier or parameter extracted from the first two byte of the extension header
 
Methods inherited from class webphone.SIPNotification
getNotificationType, toString
  

Method Detail

getLine

public int getLine()
endpoint line


getProfile

public int getProfile()
identifier or parameter extracted from the first two byte of the extension header


getExtension

public java.lang.String getExtension()
32 bit words as int converted to string. If there are more then one then separated by semicolon (;)