Module: kamailio Branch: master Commit: d0e1827b2f8890da4fd30cc23f8bd090227d87f2 URL: https://github.com/kamailio/kamailio/commit/d0e1827b2f8890da4fd30cc23f8bd090...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2022-09-08T10:31:31+02:00
modules: readme files regenerated - posops ... [skip ci]
---
Modified: src/modules/posops/README
---
Diff: https://github.com/kamailio/kamailio/commit/d0e1827b2f8890da4fd30cc23f8bd090... Patch: https://github.com/kamailio/kamailio/commit/d0e1827b2f8890da4fd30cc23f8bd090...
---
diff --git a/src/modules/posops/README b/src/modules/posops/README index 035f807acb..e7583adc58 100644 --- a/src/modules/posops/README +++ b/src/modules/posops/README @@ -214,6 +214,9 @@ pos_insert("100", "10");
Set the char at position index to first character in val.
+ Important: it changes the character directly in the SIP message buffer, + the update being immediately visible. + The idx can be an integer value or a variable holding an integer. If the value is negative, the position is counted from the end of the buffer.