diff --git a/src/modules/textopsx/doc/functions.xml b/src/modules/textopsx/doc/functions.xml index 8e0d845e5f6..b6b50916051 100644 --- a/src/modules/textopsx/doc/functions.xml +++ b/src/modules/textopsx/doc/functions.xml @@ -83,7 +83,7 @@ msg_set_buffer("INVITE sip:..."); change_reply_status(code, reason) - Intercept a SIP reply (in an onreply_route) and change its status code + Intercept a SIP reply (in an onreply_route) and change its status code and reason phrase prior to forwarding it. Meaning of the parameters is as follows: diff --git a/src/modules/textopsx/doc/textopsx.xml b/src/modules/textopsx/doc/textopsx.xml index 1967229ac11..a73f56f92a3 100644 --- a/src/modules/textopsx/doc/textopsx.xml +++ b/src/modules/textopsx/doc/textopsx.xml @@ -33,7 +33,7 @@
Overview - This module implements functions for SIP message text operations + This module implements functions for SIP message text operations in routing block configurations. It adds new features similar to the textops module (textops eXtentions).