public SipParser(ISipParserHandler handler) { _handler = handler; }
public SipParser() { _handler = null; }