Package org.cipango

Examples of org.cipango.SipServer


     * Constructor
     */
    public CipangoService()
    {
        super();
        _cipango = new SipServer();
    System.setProperty("cipango.home",
        System.getProperty("jboss.server.home.dir"));
    Log.setLog(Log.getLogger("cipango"));

    }
View Full Code Here

TOP

Related Classes of org.cipango.SipServer

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.