Module: kamailio Branch: master Commit: f318fab629c308250531046d453a8ac76f80ca42 URL: https://github.com/kamailio/kamailio/commit/f318fab629c308250531046d453a8ac76f80ca42
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2021-02-11T16:06:12+01:00 rr: docs - note about format of record_route_preset() parameters --- Modified: src/modules/rr/doc/rr_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/f318fab629c308250531046d453a8ac76f80ca42.diff Patch: https://github.com/kamailio/kamailio/commit/f318fab629c308250531046d453a8ac76f80ca42.patch --- diff --git a/src/modules/rr/doc/rr_admin.xml b/src/modules/rr/doc/rr_admin.xml index 514c8b4a04..18c9e3156f 100644 --- a/src/modules/rr/doc/rr_admin.xml +++ b/src/modules/rr/doc/rr_admin.xml @@ -535,8 +535,8 @@ remove_record_route(); <title><function moreinfo="none">record_route_preset(string [,string2])</function></title> - <para>This function will put the string into Record-Route, don't use - unless you know what you are doing.</para> + <para>This function will put the string params into Record-Route, avoid + to use it unless you know what you are doing.</para> <para>Meaning of the parameters is as follows:</para> @@ -556,6 +556,13 @@ remove_record_route(); to the outbound interface and the 'string2' param is pointing to the inbound interface.</para> + <para>Note: The value of parameters must not contain the SIP protocol + scheme (sip: or sips:), one is added based on routing requirements. Thus + the value has to be like "address:port;parameters", the port and + parameters are optional. If the second parameter is provided, do not + forget to add the parameter "r2=0" so the proxy processes both + corresponding Route headers at once. + <para>When the <quote>outbound</quote> module was loaded before this module this function will determine whether outbound is required for the request and generate and add a flow-token as the username part of the _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
