[sr-dev] git:master:4f44fc43: posops: docs - section with notes about exported variables

Daniel-Constantin Mierla miconda at gmail.com
Wed Sep 29 09:55:53 CEST 2021


Module: kamailio
Branch: master
Commit: 4f44fc435b7819645ec39c44e37f25629809290a
URL: https://github.com/kamailio/kamailio/commit/4f44fc435b7819645ec39c44e37f25629809290a

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2021-09-29T09:40:06+02:00

posops: docs - section with notes about exported variables

---

Modified: src/modules/posops/doc/posops_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/4f44fc435b7819645ec39c44e37f25629809290a.diff
Patch: https://github.com/kamailio/kamailio/commit/4f44fc435b7819645ec39c44e37f25629809290a.patch

---

diff --git a/src/modules/posops/doc/posops_admin.xml b/src/modules/posops/doc/posops_admin.xml
index 8f3ea7a44b..ac824f988b 100644
--- a/src/modules/posops/doc/posops_admin.xml
+++ b/src/modules/posops/doc/posops_admin.xml
@@ -382,5 +382,17 @@ $var(idx) = pos_search("100", "[0-9]+");
 		</section>
 	</section>
 
+	<section id="posops.pvs">
+		<title>Pseudo Variables</title>
+		<para>
+			The module exports a pseudo-variable class, $pos(key), to access
+			attributes upon specific function execution.
+		</para>
+		<para>
+			These are documented in the appropriate Wiki pages hosted on the
+			project web site.
+		</para>
+	</section>
+
 </chapter>
 




More information about the sr-dev mailing list