Skip to content

Commit

Permalink
uac: docs - more details about execution of event_route[uac:reply]
Browse files Browse the repository at this point in the history
(cherry picked from commit 1cec5e8)
  • Loading branch information
miconda committed Aug 17, 2018
1 parent 70a7605 commit d2b725b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/modules/uac/doc/uac_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -921,9 +921,11 @@ failure_route[REMOTE_AUTH] {
<function moreinfo="none">event_route[uac:reply]</function>
</title>
<para>
Event route executed for the final reply to the request set with
uac_req_send(). The associated $uac_req(evroute) has to be set to
1.
Event route executed for the final reply of the branch for the
request sent with uac_req_send(). The associated $uac_req(evroute)
has to be set to 1. If the request is challenged for authentication
with 401/407, then the event_route is executed twice, first for
401/407 and second for final reply of the transaction.
</para>
<example>
<title><function>event_route[uac:reply]</function> usage</title>
Expand Down

0 comments on commit d2b725b

Please sign in to comment.