Skip to content

Commit

Permalink
mid_registrar/usrloc: Small doc improvements
Browse files Browse the repository at this point in the history
Many thanks to Conrad de Wet and Devang Dhandhalya for the hints!
  • Loading branch information
liviuchircu committed Nov 7, 2023
1 parent f547a7c commit f0488b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions modules/mid_registrar/doc/mid_registrar_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,9 @@ modparam("mid_registrar", "received_param", "rcv")
<programlisting format="linespecific">
# NB: AVPs are cleared with every new SIP request
modparam("mid_registrar", "extra_contact_params_avp", "$avp(extra_ct_params)")

# setting the AVP during SIP message processing
$avp(extra_ct_params) = ";transport=tls";
</programlisting>
</example>
</section>
Expand Down
5 changes: 3 additions & 2 deletions modules/usrloc/doc/usrloc_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1821,8 +1821,9 @@ modparam("usrloc", "contact_refresh_timer", true)
</para></listitem>
<listitem><para>
<emphasis>latency</emphasis> - The latency of the last
successful ping for this contact. Until the first ping reply
for a given contact arrives, its pinging latency will be 0.
successful ping for this contact, in microseconds. Until the
first ping reply for a given contact arrives, its pinging
latency will be 0.
</para></listitem>
<listitem><para>
<emphasis>shtag</emphasis> - The shared tag of the contact,
Expand Down

0 comments on commit f0488b5

Please sign in to comment.