|
@@ -1496,6 +1496,11 @@ lookup_branches("location");
|
|
<emphasis>aor</emphasis> - the address of record.
|
|
<emphasis>aor</emphasis> - the address of record.
|
|
</para>
|
|
</para>
|
|
</listitem>
|
|
</listitem>
|
|
|
|
+ <listitem>
|
|
|
|
+ <para>
|
|
|
|
+ <emphasis>count</emphasis> - the number of contacts.
|
|
|
|
+ </para>
|
|
|
|
+ </listitem>
|
|
</itemizedlist>
|
|
</itemizedlist>
|
|
</listitem>
|
|
</listitem>
|
|
<listitem>
|
|
<listitem>
|
|
@@ -1533,9 +1538,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");
|
|
...
|
|
...
|
|
</programlisting>
|
|
</programlisting>
|
|
</example>
|
|
</example>
|
|
@@ -2086,4 +2091,3 @@ if(reg_fetch_contacts("location", "$fu", "caller"))
|
|
</section>
|
|
</section>
|
|
|
|
|
|
</chapter>
|
|
</chapter>
|
|
-
|
|
|