Add extra check while creating a SipUri object

Merged François Grisez requested to merge fix/uri_parser into master
  • check that scheme matches 'sip' or 'sips'.
  • check that the URI has a host part.

Merge request reports