aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_realtime.c
diff options
context:
space:
mode:
authorlathama <lathama@f38db490-d61c-443f-a65b-d21fe96a405b>2011-01-30 00:22:59 +0000
committerlathama <lathama@f38db490-d61c-443f-a65b-d21fe96a405b>2011-01-30 00:22:59 +0000
commit7b4e3a8260b05a33d3e6014a64eb75575b7bd9b5 (patch)
treeb220c82f4aa90c77826c7b43a44453cef303bfbe /funcs/func_realtime.c
parent89879ed42a3a8db8155fee8fc5f9e96a997e5dcf (diff)
Add Function and Application Relationships to documentation
Add and extend the see-also sections to the documentation for applications and functions in an effort to expand the online documentation of the wiki. Also check for and update any links to moved documentation in the doc folder. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@304913 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs/func_realtime.c')
-rw-r--r--funcs/func_realtime.c30
1 files changed, 30 insertions, 0 deletions
diff --git a/funcs/func_realtime.c b/funcs/func_realtime.c
index 9add21217..d8251f4c6 100644
--- a/funcs/func_realtime.c
+++ b/funcs/func_realtime.c
@@ -67,6 +67,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
If there is no match, NULL will be returned by the function.
On a write, this function will always return NULL.</para>
</description>
+ <see-also>
+ <ref type="function">REALTIME_STORE</ref>
+ <ref type="function">REALTIME_DESTROY</ref>
+ <ref type="function">REALTIME_FIELD</ref>
+ <ref type="function">REALTIME_HASH</ref>
+ </see-also>
</function>
<function name="REALTIME_STORE" language="en_US">
<synopsis>
@@ -84,6 +90,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
creates channel variable named RTSTOREID, which contains value of unique ID.
Currently, a maximum of 30 field/value pairs is supported.</para>
</description>
+ <see-also>
+ <ref type="function">REALTIME</ref>
+ <ref type="function">REALTIME_DESTROY</ref>
+ <ref type="function">REALTIME_FIELD</ref>
+ <ref type="function">REALTIME_HASH</ref>
+ </see-also>
</function>
<function name="REALTIME_DESTROY" language="en_US">
<synopsis>
@@ -100,6 +112,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<para>This function acts in the same way as REALTIME(....) does, except that
it destroys the matched record in the RT engine.</para>
</description>
+ <see-also>
+ <ref type="function">REALTIME</ref>
+ <ref type="function">REALTIME_STORE</ref>
+ <ref type="function">REALTIME_FIELD</ref>
+ <ref type="function">REALTIME_HASH</ref>
+ </see-also>
</function>
<function name="REALTIME_FIELD" language="en_US">
<synopsis>
@@ -117,6 +135,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<replaceable>value</replaceable>. When written to, the REALTIME_FIELD() function
performs identically to the REALTIME() function.</para>
</description>
+ <see-also>
+ <ref type="function">REALTIME</ref>
+ <ref type="function">REALTIME_STORE</ref>
+ <ref type="function">REALTIME_DESTROY</ref>
+ <ref type="function">REALTIME_HASH</ref>
+ </see-also>
</function>
<function name="REALTIME_HASH" language="en_US">
<synopsis>
@@ -134,6 +158,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
it can be assigned to the HASH() function. The HASH() function then provides
a suitable method for retrieving each field value of the record.</para>
</description>
+ <see-also>
+ <ref type="function">REALTIME</ref>
+ <ref type="function">REALTIME_STORE</ref>
+ <ref type="function">REALTIME_DESTROY</ref>
+ <ref type="function">REALTIME_FIELD</ref>
+ </see-also>
</function>
***/