浏览代码

modules: readme files regenerated - registrar ... [skip ci]

Kamailio Dev 2 月之前
父节点
当前提交
d049b58b4e
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      src/modules/registrar/README

+ 4 - 3
src/modules/registrar/README

@@ -1134,6 +1134,7 @@ lookup_branches("location");
      * uri - the URI to be searched in location table.
      * uri - the URI to be searched in location table.
      * rxname - name of the XAVP to store record attributes. These are:
      * rxname - name of the XAVP to store record attributes. These are:
           + aor - the address of record.
           + aor - the address of record.
+          + count - the number of contacts.
      * cxname - name of the XAVP to store content attributes, name mapping
      * cxname - name of the XAVP to store content attributes, name mapping
        is done from the perspective of using them to send out SIP
        is done from the perspective of using them to send out SIP
        requests. These are:
        requests. These are:
@@ -1148,9 +1149,9 @@ lookup_branches("location");
 ...
 ...
 lookup_xavp("location", "$fu", "rul", "cul");
 lookup_xavp("location", "$fu", "rul", "cul");
 xinfo("aor: $xavp(rul=>aor)\n");
 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]]])
 4.6.  registered(domain [, uri [, match_option [, match_action]]])