Skip to content

Commit

Permalink
uac: specify in-dialog auth without dialog limitations in docs
Browse files Browse the repository at this point in the history
(cherry picked from commit c44566a)
  • Loading branch information
razvancrainea committed Apr 26, 2023
1 parent d3dc053 commit aaaa19c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/uac/doc/uac_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,15 @@ uac_restore_from();
<para>
This function can be used from FAILURE_ROUTE.
</para>
<para>
<emphasis>NOTE: </emphasis> when used without dialog support, the
<emphasis>uac_auth()</emphasis> function cannot be used for authenticating
in-dialog requests, as there is no mechanism to store the CSeq changes that
are required for ensuring the correctness of the dialog. The only exception are
<emphasis>BYE</emphasis> messages, which are the last messages within a call,
hence no further adjustments are needed. The function can still be used for
authenticating the initial INVITE though.
</para>
<example>
<title><function>uac_auth</function> usage</title>
<programlisting format="linespecific">
Expand Down

0 comments on commit aaaa19c

Please sign in to comment.