[OpenSIPS-Devel] [OpenSIPS/opensips] 459f2e: Add support for SIP URIs without user part in 'avp...

Răzvan Crainea razvan at opensips.org
Thu Jun 16 16:00:37 CEST 2016


  Branch: refs/heads/1.11
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 459f2e90ed277a0371a3325b27038213c5083e8c
      https://github.com/OpenSIPS/opensips/commit/459f2e90ed277a0371a3325b27038213c5083e8c
  Author: Andrey Vorobiev <andrey.vorobiev at mind.com>
  Date:   2016-04-14 (Thu, 14 Apr 2016)

  Changed paths:
    M modules/avpops/avpops_impl.c

  Log Message:
  -----------
  Add support for SIP URIs without user part in 'avpops' module.

This module provides a set of avp_db_xxx functions which take pseudo
var and flag as first argument. Flag can be one of username, domain,
uri or uuid. Previosly avp_db_xxx functions used to return an error if
flag has been set to username, domain or uri and specifed pseudo var
did not contain username and host after parsing as SIP URI. This
behaviour seems to be strange because if flag is being set to
domain/username and sip URI contains domain/username we can still
load/store/delete this variable.


  Commit: 3bcf3102846d1281372470cf08db95841e9c1f99
      https://github.com/OpenSIPS/opensips/commit/3bcf3102846d1281372470cf08db95841e9c1f99
  Author: Răzvan Crainea <razvan at opensips.org>
  Date:   2016-06-16 (Thu, 16 Jun 2016)

  Changed paths:
    M modules/avpops/avpops_impl.c

  Log Message:
  -----------
  Merge pull request #860 from andrey-vorobiev/support-uris-without-user

Add support for SIP URIs without user part in 'avpops' module.


Compare: https://github.com/OpenSIPS/opensips/compare/c788f20d5a4a...3bcf3102846d


More information about the Devel mailing list