浏览代码

modules: readme files regenerated - smsops ... [skip ci]

Kamailio Dev 1 年之前
父节点
当前提交
44a876a6a8
共有 1 个文件被更改,包括 13 次插入0 次删除
  1. 13 0
      src/modules/smsops/README

+ 13 - 0
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)