/** 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();
}