Module: kamailio Branch: master Commit: 7dc92ed5a45e004cc1dc6898a9027d265e220721 URL: https://github.com/kamailio/kamailio/commit/7dc92ed5a45e004cc1dc6898a9027d26...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2025-06-17T22:16:09+02:00
modules: readme files regenerated - rr ... [skip ci]
---
Modified: src/modules/rr/README
---
Diff: https://github.com/kamailio/kamailio/commit/7dc92ed5a45e004cc1dc6898a9027d26... Patch: https://github.com/kamailio/kamailio/commit/7dc92ed5a45e004cc1dc6898a9027d26...
---
diff --git a/src/modules/rr/README b/src/modules/rr/README index 0fc41c9767a..1919d7a6e84 100644 --- a/src/modules/rr/README +++ b/src/modules/rr/README @@ -466,13 +466,16 @@ if(!loose_route_preloaded()) {
5.3. loose_route_mode(vmode)
- The function is similar to `loose_route()`, but it does only loose - routing processing if vmode==1, skipping the testing of r-uri==myself - for performing strict routing. If vmode==0, it behaves like - loose_route(). + The function is similar to `loose_route()`, but it accepts route mode + bitmask as vmode parameter.
- It is a convenient function to use with application servers that set - the Contact URI to SIP server address. + If bit one is set, then do only loose routing processing, skipping the + testing of r-uri==myself for performing strict routing. If not, behave + like loose_route(). If bit two is set, then skip flow tokens + processing. + + First bit is convenient to use with application servers that set the + Contact URI to SIP server address.
This function can be used from REQUEST_ROUTE.