Module: sip-router
Branch: master
Commit: a65ee19108b1cdff31ec93b25020af0c9eab8080
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a65ee19…
Author: Charles Chance <charles.chance(a)sipcentric.com>
Committer: Charles Chance <charles.chance(a)sipcentric.com>
Date: Tue Nov 12 17:28:15 2013 +0000
dmq: add section ids in documentation
---
modules/dmq/doc/dmq_admin.xml | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/modules/dmq/doc/dmq_admin.xml b/modules/dmq/doc/dmq_admin.xml
index 80b66a4..957a463 100644
--- a/modules/dmq/doc/dmq_admin.xml
+++ b/modules/dmq/doc/dmq_admin.xml
@@ -67,7 +67,7 @@
<section>
<title>Parameters</title>
- <section>
+ <section id="dmq.p.server_address">
<title><varname>server_address</varname>(str)</title>
<para>
The local server address. This is the interface over which the DMQ engine will
send/receive messages.
@@ -84,7 +84,7 @@ modparam("dmq", "server_address",
"sip:10.0.0.20:5060")
</programlisting>
</example>
</section>
- <section>
+ <section id="dmq.p.notification_address">
<title><varname>notification_address</varname>(str)</title>
<para>
The address of another DMQ node from which the local node should retrieve initial
information about all other nodes.
@@ -101,7 +101,7 @@ modparam("dmq", "notification_address",
"sip:10.0.0.21:5060")
</programlisting>
</example>
</section>
- <section>
+ <section id="dmq.p.num_workers">
<title><varname>num_workers</varname>(int)</title>
<para>
The number of worker threads for sending/receiving messages.
@@ -118,7 +118,7 @@ modparam("dmq", "num_threads", 4)
</programlisting>
</example>
</section>
- <section>
+ <section id="dmq.p.ping_interval">
<title><varname>ping_interval</varname>(int)</title>
<para>
The number of seconds between node pings (for checking status of other
nodes).
@@ -139,7 +139,7 @@ modparam("dmq", "ping_interval", 90)
<section>
<title>Functions</title>
- <section>
+ <section id="dmq.f.dmq_handle_message">
<title>
<function
moreinfo="none">dmq_handle_message()</function>
</title>
@@ -163,7 +163,7 @@ modparam("dmq", "ping_interval", 90)
</programlisting>
</example>
</section>
- <section>
+ <section id="dmq.f.dmq_send_message">
<title>
<function moreinfo="none">dmq_send_message(peer, node,
body, content_type)</function>
</title>