Package org.cipango.client

Examples of org.cipango.client.SipSession


  }
 
  public void testProxy() throws Throwable
  {
    SipRequest request = createRequest("INVITE", "sip:bob@cipango.org");
    SipSession sessionBob = getBob().createUasSession();
    sessionBob.setHeaders(createMethodList());
    request.setRequestURI(getBob().getContact().getURI());
   
    UaRunnable bob = new UasScript.RingingOkBye(sessionBob);
    new Thread(bob).start();
    UacScript.ringingOkBye(request);
View Full Code Here

TOP

Related Classes of org.cipango.client.SipSession

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.