From d0e1827b2f8890da4fd30cc23f8bd090227d87f2 Mon Sep 17 00:00:00 2001 From: Kamailio Dev Date: Thu, 8 Sep 2022 10:31:31 +0200 Subject: [PATCH] modules: readme files regenerated - posops ... [skip ci] --- src/modules/posops/README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/modules/posops/README b/src/modules/posops/README index 035f807acb8..e7583adc588 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.