Module: kamailio Branch: master Commit: d049b58b4e528e7ec8420465abfa7558b17a499c URL: https://github.com/kamailio/kamailio/commit/d049b58b4e528e7ec8420465abfa7558b17a499c
Author: Kamailio Dev <kamailio....@kamailio.org> Committer: Kamailio Dev <kamailio....@kamailio.org> Date: 2025-06-23T12:31:09+02:00 modules: readme files regenerated - registrar ... [skip ci] --- Modified: src/modules/registrar/README --- Diff: https://github.com/kamailio/kamailio/commit/d049b58b4e528e7ec8420465abfa7558b17a499c.diff Patch: https://github.com/kamailio/kamailio/commit/d049b58b4e528e7ec8420465abfa7558b17a499c.patch --- diff --git a/src/modules/registrar/README b/src/modules/registrar/README index fea39e0a62e..aeb0b5414fe 100644 --- a/src/modules/registrar/README +++ b/src/modules/registrar/README @@ -1134,6 +1134,7 @@ lookup_branches("location"); * uri - the URI to be searched in location table. * rxname - name of the XAVP to store record attributes. These are: + aor - the address of record. + + count - the number of contacts. * cxname - name of the XAVP to store content attributes, name mapping is done from the perspective of using them to send out SIP requests. These are: @@ -1148,9 +1149,9 @@ lookup_branches("location"); ... lookup_xavp("location", "$fu", "rul", "cul"); xinfo("aor: $xavp(rul=>aor)\n"); -xinfo("number of contacts: $xavp(rul>count)\n"); -xinfo("first contact record - uri: $xavp(cul>uri)\n"); -xinfo("first contact record - socket: $xavp(cul>socket)\n"); +xinfo("number of contacts: $xavp(rul=>count)\n"); +xinfo("first contact record - uri: $xavp(cul=>uri)\n"); +xinfo("first contact record - socket: $xavp(cul=>socket)\n"); ... 4.6. registered(domain [, uri [, match_option [, match_action]]]) _______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!