Package org.zoolu.tools

Examples of org.zoolu.tools.Configure


   /** Creates a new SipProvider.
     * The SipProvider attributres are read from file. */
   public SipProvider(String file)
   { 
     if (!SipStack.isInit()) SipStack.init(file);
     new Configure(this,file);
     init(via_addr,host_port,transport_protocols,host_ifaddr);
     initlog();
     startTrasport();
   }
View Full Code Here

TOP

Related Classes of org.zoolu.tools.Configure

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.