Skip to content

Commit

Permalink
auth: Fix doc regression in d957435 :)
Browse files Browse the repository at this point in the history
Although $var() variables are awesome, some module params (e.g. the
"rpid_avp") really mandate an AVP and won't settle on anything else.

(cherry picked from commit 8ce9eb2)
  • Loading branch information
liviuchircu committed Oct 9, 2020
1 parent 797e9b8 commit a7edbbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/auth/doc/auth_admin.xml
Expand Up @@ -184,12 +184,12 @@ modparam("auth", "realm_prefix", "sip.")
runtime.
</para>
<para>
Default value is <quote>$var(rpid)</quote>.
Default value is <quote>$avp(rpid)</quote>.
</para>
<example>
<title>rpid_avp parameter example</title>
<programlisting format="linespecific">
modparam("auth", "rpid_avp", "$var(13)")
modparam("auth", "rpid_avp", "$avp(caller_rpid)")
</programlisting>
</example>
</section>
Expand Down

0 comments on commit a7edbbe

Please sign in to comment.