Module: kamailio Branch: master Commit: 090f1f74603de6113f3dd41095ae41b4f03f8171 URL: https://github.com/kamailio/kamailio/commit/090f1f74603de6113f3dd41095ae41b4...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2021-12-28T20:00:17+01:00
siputils: docs - note about restrictions of ring_insert_callid()
- GH #2989
---
Modified: src/modules/siputils/doc/siputils_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/090f1f74603de6113f3dd41095ae41b4... Patch: https://github.com/kamailio/kamailio/commit/090f1f74603de6113f3dd41095ae41b4...
---
diff --git a/src/modules/siputils/doc/siputils_admin.xml b/src/modules/siputils/doc/siputils_admin.xml index 2b7ac27951..db66d40ac6 100644 --- a/src/modules/siputils/doc/siputils_admin.xml +++ b/src/modules/siputils/doc/siputils_admin.xml @@ -286,6 +286,12 @@ modparam("auth", "rpid_avp", "$avp(myrpid)") to use this function. </para> <para> + Note: the change of sip reply can be done only in cases when it is not + parsed too much before config execution, otherwise it fails. For + example, setting global parameter "log_prefix" can cause this function + to fail changing the replies. + </para> + <para> The function returns TRUE on success, and FALSE during processing failures. </para> <para>