SipConfiguration constructor
SipConfiguration()
Implementation
SipConfiguration(String extension, String domain, String password, int port, TransportType transportType, bool isKeepAlive)
: _ext = extension,
_domain = domain,
_password = password,
_port = port,
_transportType = transportType,
_isKeepAlive = isKeepAlive;