Module: sip-router
Branch: master
Commit: dc6d9ba4c4f581e37c2bcbb7f1a3b4defe847e13
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dc6d9ba…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Sat Dec 6 01:03:14 2014 +0100
tmx: added section ids for functions
---
modules/tmx/doc/tmx_admin.xml | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/modules/tmx/doc/tmx_admin.xml b/modules/tmx/doc/tmx_admin.xml
index f091984..cb4a834 100644
--- a/modules/tmx/doc/tmx_admin.xml
+++ b/modules/tmx/doc/tmx_admin.xml
@@ -83,7 +83,7 @@ modparam("tmx", "precheck_trans", 0)
<section>
<title>Functions</title>
- <section>
+ <section id="tmx.f.t_cancel_branches">
<title>
<function moreinfo="none">t_cancel_branches(which)</function>
</title>
@@ -120,7 +120,7 @@ if (t_cancel_branches("all")) {
</programlisting>
</example>
</section>
- <section>
+ <section id="tmx.f.t_cancel_callid">
<title>
<function moreinfo="none">t_cancel_callid(callid, cseq, flag [,
rcode])
</function>
@@ -166,7 +166,7 @@ if (t_cancel_callid("123qaz", "5", "22",
"200")) {
</programlisting>
</example>
</section>
- <section>
+ <section id="tmx.f.t_reply_callid">
<title>
<function moreinfo="none">t_reply_callid(callid, cseq, code, reason)
</function>
@@ -205,7 +205,7 @@ if (t_reply_callid("123qaz", "5", "458",
"Replied remotely")) {
</programlisting>
</example>
</section>
- <section>
+ <section id="tmx.f.t_flush_flags">
<title>
<function moreinfo="none">t_flush_flags()</function>
</title>
@@ -226,7 +226,7 @@ t_flush_flags();
</programlisting>
</example>
</section>
- <section>
+ <section id="tmx.f.t_is_failure_route">
<title>
<function moreinfo="none">t_is_failure_route()</function>
</title>
@@ -251,7 +251,7 @@ route[abc] {
</programlisting>
</example>
</section>
- <section>
+ <section id="tmx.f.t_is_branch_route">
<title>
<function moreinfo="none">t_is_branch_route()</function>
</title>
@@ -276,7 +276,7 @@ route[abc] {
</programlisting>
</example>
</section>
- <section>
+ <section id="tmx.f.t_is_reply_route">
<title>
<function moreinfo="none">t_is_reply_route()</function>
</title>
@@ -301,7 +301,7 @@ route[abc] {
</programlisting>
</example>
</section>
- <section>
+ <section id="tmx.f.t_suspend">
<title>
<function moreinfo="none">t_suspend()</function>
</title>
@@ -327,7 +327,7 @@ if(t_suspend())
</programlisting>
</example>
</section>
- <section>
+ <section id="tmx.f.t_continue">
<title>
<function moreinfo="none">t_continue(tindex, tlabel, rtname)
</function>
@@ -367,7 +367,7 @@ t_continue('123', '456', 'MYROUTE');
</example>
</section>
- <section>
+ <section id="tmx.f.t_reuse_branch">
<title>
<function moreinfo="none">t_reuse_branch()</function>
</title>