Module: kamailio
Branch: master
Commit: 674ab0749960398fdddfde3772376b1b2461c107
URL: https://github.com/kamailio/kamailio/commit/674ab0749960398fdddfde3772376b1…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2018-07-27T22:17:20+02:00
modules: readme files regenerated - uac ... [skip ci]
---
Modified: src/modules/uac/README
---
Diff: https://github.com/kamailio/kamailio/commit/674ab0749960398fdddfde3772376b1…
Patch: https://github.com/kamailio/kamailio/commit/674ab0749960398fdddfde3772376b1…
---
diff --git a/src/modules/uac/README b/src/modules/uac/README
index dae255ee37..b833372b6a 100644
--- a/src/modules/uac/README
+++ b/src/modules/uac/README
@@ -840,8 +840,11 @@ failure_route[REMOTE_AUTH] {
6.1. event_route[uac:reply]
- 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.
Example 1.33. event_route[uac:reply] usage
...
Module: kamailio
Branch: master
Commit: 1cec5e80036808badf19c8c72ec243b504f56e28
URL: https://github.com/kamailio/kamailio/commit/1cec5e80036808badf19c8c72ec243b…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)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/1cec5e80036808badf19c8c72ec243b…
Patch: https://github.com/kamailio/kamailio/commit/1cec5e80036808badf19c8c72ec243b…
---
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>
Hello,
using kamailio 5.1.4: the topos is changing the Contact in 302 response
from the UA. Has anyone else observed it so it's a known issue or should
I file a proper bugreport? At a glance, I don't see any related fixes in
master, so i guess i will do it anyway this week.. In meantime I'll try
to workaround it for my purpose using new even route [topos:msg-sending]
Thanks in advance for your hints.
Regards,
Andrew