[OpenSIPS-Devel] [OpenSIPS/opensips] 7c5f99: Added support for per-contact matching mode

Bogdan Andrei IANCU noreply at github.com
Fri Nov 22 10:10:00 EST 2019


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 7c5f990ed3356b31430236dded29a07aaff050a2
      https://github.com/OpenSIPS/opensips/commit/7c5f990ed3356b31430236dded29a07aaff050a2
  Author: Bogdan-Andrei Iancu <bogdan at opensips.org>
  Date:   2019-11-22 (Fri, 22 Nov 2019)

  Changed paths:
    M lib/reg/ci.c
    M lib/reg/ci.h
    A lib/reg/save_flags.c
    A lib/reg/save_flags.h
    M modules/mid_registrar/Makefile
    M modules/mid_registrar/mid_registrar.c
    M modules/mid_registrar/mid_registrar.h
    M modules/mid_registrar/save.c
    M modules/nathelper/nathelper.c
    M modules/registrar/Makefile
    M modules/registrar/save.c
    M modules/registrar/sip_msg.h
    M modules/usrloc/ucontact.c
    M modules/usrloc/ucontact.h
    M modules/usrloc/udomain.c
    M modules/usrloc/ul_cluster.c
    M modules/usrloc/urecord.c
    M modules/usrloc/urecord.h

  Log Message:
  -----------
  Added support for per-contact matching mode

The [mid_registrar_]save() functions may take an optional M parameter to control the contact matching (0 - CONTACT_ONLY, 1 - CONTACT_AND_CALLID).
Default is CONTACT_ONLY / 0.

Ex: save("location","M1c4")





More information about the Devel mailing list