diff --git a/src/modules/textops/doc/textops_admin.xml b/src/modules/textops/doc/textops_admin.xml index 6be825efc90..0984e003c84 100644 --- a/src/modules/textops/doc/textops_admin.xml +++ b/src/modules/textops/doc/textops_admin.xml @@ -301,6 +301,38 @@ replace_body("openser", "&kamailio; SIP Proxy"); +
+ + <function moreinfo="none">replace_hdrs(re, txt)</function> + + + Replaces the first occurrence of re in the SIP headers of the message + with txt. + + Meaning of the parameters is as follows: + + + re - Regular expression. + + + + txt - String. + + + + + This function can be used from ANY_ROUTE. + + + <function>replace_hdrs</function> usage + +... +replace_body("&kamailio;", "&kamailio; SIP Proxy"); +... + + +
+
<function moreinfo="none">replace_all(re, txt)</function>