Examples of UaManager


Examples of org.cipango.client.UaManager

  public static final String APP_NAME = "cipango-servlet-test";

  @Override
  protected void setUp() throws Exception
  {
    _uaManager = new UaManager(5061);
    _alice = new UA(_uaManager, "sip:alice@cipango.org");
    _alice.setProxy("sip:" + InetAddress.getLocalHost().getHostAddress() + ";lr");
    _uaManager.start();
    super.setUp();
  }
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.