Skip to content

Commit

Permalink
uac: fixes for section ids in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Aug 1, 2017
1 parent af30ab2 commit d1d2dda
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions src/modules/uac/doc/uac_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ modparam("uac","credential","username:domain:password")
</programlisting>
</example>
</section>
<section id="uac.p.auth-realm-avp-id">
<section id="uac.p.auth_realm_avp">
<title><varname>auth_realm_avp</varname> (string)</title>
<para>
The definition of an PV that might contain the realm to be used
Expand All @@ -329,7 +329,7 @@ modparam("uac","auth_realm_avp","$avp(i:10)")
</programlisting>
</example>
</section>
<section id="uac.p.auth-username-avp-id">
<section id="uac.p.auth_username_avp">
<title><varname>auth_username_avp</varname> (string)</title>
<para>
The definition of an AVP that might contain the username to be used
Expand All @@ -351,7 +351,7 @@ modparam("uac","auth_username_avp","$avp(i:11)")
</programlisting>
</example>
</section>
<section id="uac.p.auth-password-avp-id">
<section id="uac.p.auth_password_avp">
<title><varname>auth_password_avp</varname> (string)</title>
<para>
The definition of an AVP that might contain the password to be used
Expand All @@ -373,7 +373,7 @@ modparam("uac","auth_password_avp","$avp(i:12)")
</programlisting>
</example>
</section>
<section id="uac.p.reg-db-url-id">
<section id="uac.p.reg_db_url">
<title><varname>reg_db_url</varname> (string)</title>
<para>
DB URL to fetch account profiles for registration. This parameter
Expand All @@ -391,7 +391,7 @@ modparam("uac", "reg_db_url",
</example>
</section>

<section id="uac.p.reg-timer-interval-id">
<section id="uac.p.reg_timer_interval">
<title><varname>reg_timer_interval</varname> (string)</title>
<para>
Timer interval (in seconds) at which registrations are managed, e.g. renewed as needed.
Expand All @@ -412,7 +412,7 @@ modparam("uac", "reg_timer_interval", 60)
</example>
</section>

<section id="uac.p.reg-retry-interval-id">
<section id="uac.p.reg_retry_interval">
<title><varname>reg_retry_interval</varname> (int)</title>
<para>
Failed registration attempts will be retried after this interval
Expand All @@ -431,7 +431,7 @@ modparam("uac", "reg_retry_interval", 300)
</example>
</section>

<section id="uac.p.reg-random-delay-id">
<section id="uac.p.reg_random_delay">
<title><varname>reg_random_delay</varname> (int)</title>
<para>
Set a random reg_delay for each registration that has
Expand All @@ -449,7 +449,7 @@ modparam("uac", "reg_random_delay", 300)
</example>
</section>

<section id="uac.p.reg-db-table-id">
<section id="uac.p.reg_db_table">
<title><varname>reg_db_table</varname> (string)</title>
<para>
DB table name to fetch user profiles for registration.
Expand All @@ -470,7 +470,7 @@ modparam("uac", "reg_db_table", "uacreg")
</example>
</section>

<section id="uac.p.reg-contact-addr-id">
<section id="uac.p.reg_contact_addr">
<title><varname>reg_contact_addr</varname> (string)</title>
<para>
Address to be used to build contact address. Must be at least
Expand All @@ -487,7 +487,7 @@ modparam("uac", "reg_contact_addr", "192.168.1.2:5080")
</example>
</section>

<section id="uac.p.reg-keep-callid">
<section id="uac.p.reg_keep_callid">
<title><varname>reg_keep_callid</varname> (string)</title>
<para>
If set to 0 (default), a new Call-Id will be generated for each
Expand Down Expand Up @@ -568,7 +568,7 @@ uac_replace_from("","");
</programlisting>
</example>
</section>
<section id="uac.f.uac_replace_from(uri)">
<section id="uac.f.uac_replace_from_uri">
<title>
<function moreinfo="none">uac_replace_from(uri)</function>
</title>
Expand All @@ -591,7 +591,7 @@ uac_replace_from("sip:[email protected]");
</programlisting>
</example>
</section>
<section id="uac.f.uac_restore_from()">
<section id="uac.f.uac_restore_from">
<title>
<function moreinfo="none">uac_restore_from()</function>
</title>
Expand All @@ -612,7 +612,7 @@ uac_restore_from();
</programlisting>
</example>
</section>
<section id="uac.f.uac_replace_to(display,uri)">
<section id="uac.f.uac_replace_to">
<title>
<function moreinfo="none">uac_replace_to(display,uri)</function>
</title>
Expand Down Expand Up @@ -648,7 +648,7 @@ uac_replace_to("","");
</programlisting>
</example>
</section>
<section id="uac.f.uac_replace_to(uri)">
<section id="uac.f.uac_replace_to_uri">
<title>
<function moreinfo="none">uac_replace_to(uri)</function>
</title>
Expand Down Expand Up @@ -714,7 +714,7 @@ uac_restore_to();
</programlisting>
</example>
</section>
<section id="uac.f.uac_auth()">
<section id="uac.f.uac_auth">
<title>
<function moreinfo="none">uac_auth()</function>
</title>
Expand Down Expand Up @@ -759,7 +759,7 @@ failure_route[TRUNKAUTH] {
</programlisting>
</example>
</section>
<section id="uac.f.uac_req_send()">
<section id="uac.f.uac_req_send">
<title>
<function moreinfo="none">uac_req_send()</function>
</title>
Expand All @@ -785,7 +785,7 @@ uac_req_send();
</programlisting>
</example>
</section>
<section id="uac.f.uac_reg_lookup(uuid, dst)">
<section id="uac.f.uac_reg_lookup">
<title>
<function moreinfo="none">uac_reg_lookup(uuid, dst)</function>
</title>
Expand All @@ -809,7 +809,7 @@ if(uac_reg_lookup("$rU", "$ru"))
</programlisting>
</example>
</section>
<section id="uac.f.uac_reg_status(uuid)">
<section id="uac.f.uac_reg_status">
<title>
<function moreinfo="none">uac_reg_status(uuid)</function>
</title>
Expand Down Expand Up @@ -860,7 +860,7 @@ $var(status) = uac_reg_status("$rU");
</programlisting>
</example>
</section>
<section id="uac.f.uac_reg_request_to(user, mode)">
<section id="uac.f.uac_reg_request_to">
<title>
<function moreinfo="none">uac_reg_request_to(user, mode)</function>
</title>
Expand Down

0 comments on commit d1d2dda

Please sign in to comment.