Module: kamailio Branch: master Commit: 674ab0749960398fdddfde3772376b1b2461c107 URL: https://github.com/kamailio/kamailio/commit/674ab0749960398fdddfde3772376b1b...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@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/674ab0749960398fdddfde3772376b1b... Patch: https://github.com/kamailio/kamailio/commit/674ab0749960398fdddfde3772376b1b...
---
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 ...