Module: kamailio
Branch: master
Commit: dc486a9464de5d12d00af28675e51e843492e36a
URL:
https://github.com/kamailio/kamailio/commit/dc486a9464de5d12d00af28675e51e8…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2015-07-21T14:20:15+02:00
cfgutils: updated docs for sleep() and usleep()
---
Modified: modules/cfgutils/doc/cfgutils_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/dc486a9464de5d12d00af28675e51e8…
Patch:
https://github.com/kamailio/kamailio/commit/dc486a9464de5d12d00af28675e51e8…
---
diff --git a/modules/cfgutils/doc/cfgutils_admin.xml
b/modules/cfgutils/doc/cfgutils_admin.xml
index f62fd68..0266ab5 100644
--- a/modules/cfgutils/doc/cfgutils_admin.xml
+++ b/modules/cfgutils/doc/cfgutils_admin.xml
@@ -243,12 +243,13 @@ rand_get_prob();
<itemizedlist>
<listitem>
<para><emphasis>time</emphasis> - Time to wait in seconds.
+ It can be an integer or a variable
+ holding an integer.
</para>
</listitem>
</itemizedlist>
<para>
- This function can be used from REQUEST_ROUTE, ONREPLY_ROUTE,
- FAILURE_ROUTE, BRANCH_ROUTE.
+ This function can be used from ANY_ROUTE.
</para>
<example>
<title><function>sleep</function> usage</title>
@@ -271,13 +272,13 @@ sleep("1");
<itemizedlist>
<listitem>
<para><emphasis>time</emphasis> - Time to wait in micro-seconds
- (1/1000000 of a second).
+ (1/1000000 of a second). It can be an integer or a variable
+ holding an integer.
</para>
</listitem>
</itemizedlist>
<para>
- This function can be used from REQUEST_ROUTE, ONREPLY_ROUTE,
- FAILURE_ROUTE, BRANCH_ROUTE.
+ This function can be used from ANY_ROUTE.
</para>
<example>
<title><function>usleep</function> usage</title>