Package org.cipango.client

Examples of org.cipango.client.SipClient.addAgent()


  public static SipTester create(String user) throws Exception
  {
    SipClient client = getOrCreate(DEFAULT_PORT);
    SipTester tester = new SipTester(client.createSipURI(user, client.getContact().getHost()));
   
    client.addAgent(tester);
   
    return tester;
  }
   
  protected static SipClient getOrCreate(int port) throws Exception
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.