[sr-dev] git:master:1cec5e80: uac: docs - more details about execution of event_route[uac:reply]

Daniel-Constantin Mierla miconda at gmail.com
Fri Jul 27 22:01:39 CEST 2018


Module: kamailio
Branch: master
Commit: 1cec5e80036808badf19c8c72ec243b504f56e28
URL: https://github.com/kamailio/kamailio/commit/1cec5e80036808badf19c8c72ec243b504f56e28

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at 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/1cec5e80036808badf19c8c72ec243b504f56e28.diff
Patch: https://github.com/kamailio/kamailio/commit/1cec5e80036808badf19c8c72ec243b504f56e28.patch

---

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>




More information about the sr-dev mailing list