Uses of Class
org.cafesip.sipunit.SipPhone

Uses of SipPhone in org.cafesip.sipunit
 

Methods in org.cafesip.sipunit that return SipPhone
 SipPhone SipStack.createSipPhone(java.lang.String me)
          This method is the equivalent to the other createSipPhone() methods but without a proxy server.
 SipPhone SipStack.createSipPhone(java.lang.String host, java.lang.String me)
          This method is the equivalent to the other createSipPhone() method, but using the default transport (UDP/IP) and the default SIP port number (5060).
 SipPhone SipStack.createSipPhone(java.lang.String proxyHost, java.lang.String proxyProto, int proxyPort, java.lang.String me)
          This method is used to create a SipPhone object.
 SipPhone SipCall.getParent()
          This method returns the SipPhone object associated with this call.
 

Constructors in org.cafesip.sipunit with parameters of type SipPhone
PresenceNotifySender(SipPhone userb)
          A constructor for this class.
 



http://www.cafesip.org