From 4e4e935c45ccf32dab9bf5af693a0f52f54684ae Mon Sep 17 00:00:00 2001 From: Kamailio Dev Date: Mon, 1 Apr 2024 08:31:34 +0200 Subject: [PATCH] modules: readme files regenerated - modules ... [skip ci] --- src/modules/smsops/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/modules/smsops/README b/src/modules/smsops/README index 65e410de6ba..0dc5edbd605 100644 --- a/src/modules/smsops/README +++ b/src/modules/smsops/README @@ -33,6 +33,8 @@ Carsten Bock 4.1. isRPDATA() 4.2. smsdump() + 5. Variables + List of Examples 1.1. isRPDATA() usage @@ -57,6 +59,8 @@ Chapter 1. Admin Guide 4.1. isRPDATA() 4.2. smsdump() + 5. Variables + 1. Overview This module collects the Transformations for 3GPP-SMS. @@ -115,3 +119,12 @@ if (isRPDATA()) ... smsdump(); ... + +5. Variables + + Several variables are exported by the module to access the attributes + of the SMS. + * $smsack + $smsbody + $rpdata(key) + $tpdu(key)