Browse Source

kamailio-kemi-framework: docs for some kx functions

Daniel-Constantin Mierla 5 years ago
parent
commit
42fb0dd411

+ 2 - 0
kamailio-kemi-framework/docs/modules/kx/kx.get_body.md

@@ -0,0 +1,2 @@
+Return the body of the SIP message (the value of $rb).
+

+ 2 - 0
kamailio-kemi-framework/docs/modules/kx/kx.get_duri.md

@@ -0,0 +1,2 @@
+Return the value of destination URI ($du).
+

+ 2 - 0
kamailio-kemi-framework/docs/modules/kx/kx.get_fhost.md

@@ -0,0 +1,2 @@
+Return From-URI domain ($fd).
+

+ 2 - 0
kamailio-kemi-framework/docs/modules/kx/kx.get_furi.md

@@ -0,0 +1,2 @@
+Return the From URI($fu).
+

+ 2 - 0
kamailio-kemi-framework/docs/modules/kx/kx.get_fuser.md

@@ -0,0 +1,2 @@
+Return the From-URI username ($fU).
+

+ 1 - 0
kamailio-kemi-framework/docs/modules/kx/kx.get_method.md

@@ -0,0 +1 @@
+Return the SIP method ($rm).