Module: sip-router
Branch: master
Commit: 2328948053cfd3bfec0ceef0e3ceca96a01f3271
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2328948…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: Fri Sep 26 08:35:13 2014 +0200
call_control: Minor doc updates, adding section ID's
---
modules/call_control/README | 10 ++++----
modules/call_control/doc/call_control_admin.xml | 24 +++++++++++-----------
2 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/modules/call_control/README b/modules/call_control/README
index bd9007b..66c6c01 100644
--- a/modules/call_control/README
+++ b/modules/call_control/README
@@ -172,7 +172,7 @@ Chapter 1. Admin Guide
Boolean flag that specifies if callcontrol should be disabled. This is
useful when you want to use the same Kamailio configuration in two
- different context, one using callcontrol, the other not. In the case
+ different contexts, one using callcontrol, the other not. In the case
callcontrol is disabled, calls to the call_control() function will
return a code indicating that there is no limit associated with the
call, allowing the use of the same configuration without changes.
@@ -186,8 +186,8 @@ modparam("call_control", "disable", 1)
5.2. socket_name (string)
- It is the path to the filesystem socket where the callcontrol
- application listens for commands from the module.
+ The path to the filesystem socket where the callcontrol application
+ listens for commands from the module.
Default value is "/var/run/callcontrol/socket".
@@ -198,10 +198,10 @@ modparam("call_control", "socket_name",
"/var/run/callcontrol/socket")
5.3. socket_timeout (int)
- How much time (in milliseconds) to wait for an answer from the
+ How long time (in milliseconds) to wait for an answer from the
callcontrol application.
- Default value is "500" (ms).
+ Default value is "500" ms.
Example 1.3. Setting the socket_timeout parameter
...
diff --git a/modules/call_control/doc/call_control_admin.xml
b/modules/call_control/doc/call_control_admin.xml
index b3281db..bce0916 100644
--- a/modules/call_control/doc/call_control_admin.xml
+++ b/modules/call_control/doc/call_control_admin.xml
@@ -13,7 +13,7 @@
<title>&adminguide;</title>
- <section>
+ <section id="call_control.overview">
<title>Overview</title>
<para>
This module allows one to limit the duration of calls and automatically
@@ -164,12 +164,12 @@
<section>
<title>Exported parameters</title>
- <section>
+ <section id="call_control.p.disable">
<title><varname>disable</varname> (int)</title>
<para>
Boolean flag that specifies if callcontrol should be disabled. This
is useful when you want to use the same &kamailio; configuration in
- two different context, one using callcontrol, the other not. In the
+ two different contexts, one using callcontrol, the other not. In the
case callcontrol is disabled, calls to the call_control() function
will return a code indicating that there is no limit associated with
the call, allowing the use of the same configuration without changes.
@@ -191,10 +191,10 @@ modparam("call_control", "disable", 1)
</example>
</section>
- <section>
+ <section id="call_control.p.socket_name">
<title><varname>socket_name</varname> (string)</title>
<para>
- It is the path to the filesystem socket where the callcontrol
+ The path to the filesystem socket where the callcontrol
application listens for commands from the module.
</para>
@@ -215,16 +215,16 @@ modparam("call_control", "socket_name",
"/var/run/callcontrol/socket")
</example>
</section>
- <section>
+ <section id="call_control.p.socket_time">
<title><varname>socket_timeout</varname> (int)</title>
<para>
- How much time (in milliseconds) to wait for an answer from the
+ How long time (in milliseconds) to wait for an answer from the
callcontrol application.
</para>
<para>
<emphasis>
- Default value is <quote>500</quote> (ms).
+ Default value is <quote>500</quote> ms.
</emphasis>
</para>
@@ -238,7 +238,7 @@ modparam("call_control", "socket_timeout", 500)
</example>
</section>
- <section>
+ <section id="call_control.p.signaling_ip_avp">
<title><varname>signaling_ip_avp</varname> (string)</title>
<para>
Specification of the AVP which holds the IP address from where
@@ -278,7 +278,7 @@ modparam("call_control", "signaling_ip_avp",
"$avp(s:signaling_ip)")
</example>
</section>
- <section>
+ <section id="call_control.p.canonical_uri_avp">
<title><varname>canonical_uri_avp</varname> (string)</title>
<para>
Specification of the AVP which holds an optional application defined
@@ -305,7 +305,7 @@ modparam("call_control", "canonical_uri_avp",
"$avp(s:can_uri)")
</example>
</section>
- <section>
+ <section id="call_control.p.diverter_avp_id">
<title><varname>diverter_avp_id</varname> (string)</title>
<para>
Specification of the id of an integer AVP which holds an optional
@@ -351,7 +351,7 @@ route {
<section>
<title>Functions</title>
- <section>
+ <section id="call_control.f.call_control">
<title><function
moreinfo="none">call_control()</function></title>
<para>
Trigger the use of callcontrol for the dialog started by the INVITE