Module: kamailio Branch: master Commit: 1cec5e80036808badf19c8c72ec243b504f56e28 URL: https://github.com/kamailio/kamailio/commit/1cec5e80036808badf19c8c72ec243b5...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2018-07-27T22:00:47+02:00
uac: docs - more details about execution of event_route[uac:reply]
---
Modified: src/modules/uac/doc/uac_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/1cec5e80036808badf19c8c72ec243b5... Patch: https://github.com/kamailio/kamailio/commit/1cec5e80036808badf19c8c72ec243b5...
---
diff --git a/src/modules/uac/doc/uac_admin.xml b/src/modules/uac/doc/uac_admin.xml index 162f491b31..8047c67c2b 100644 --- a/src/modules/uac/doc/uac_admin.xml +++ b/src/modules/uac/doc/uac_admin.xml @@ -985,9 +985,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>