From 9a94930ae1168d5df79e3dc1414841cdf23a2eba Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Wed, 27 Mar 2024 08:19:03 +0100 Subject: [PATCH] smsops: short reference section about variables --- src/modules/smsops/doc/smsops_admin.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/modules/smsops/doc/smsops_admin.xml b/src/modules/smsops/doc/smsops_admin.xml index fa19ebfc79c..da95e37c012 100644 --- a/src/modules/smsops/doc/smsops_admin.xml +++ b/src/modules/smsops/doc/smsops_admin.xml @@ -95,5 +95,19 @@ smsdump(); +
+ Variables + Several variables are exported by the module to access the + attributes of the SMS. + + + $smsack + $smsbody + $rpdata(key) + $tpdu(key) + + +
+