Module: sip-router
Branch: master
Commit: 1147c09665a05d4af5f1b48764a78fb47649a930
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1147c09…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Sat Feb 26 20:26:54 2011 +0100
siputils: readme updated
- updated the description of the functions that can be used in ANY_ROUTE
---
modules_k/siputils/README | 12 +++++++-----
modules_k/siputils/doc/siputils_admin.xml | 8 +++-----
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/modules_k/siputils/README b/modules_k/siputils/README
index e37d933..23ccd30 100644
--- a/modules_k/siputils/README
+++ b/modules_k/siputils/README
@@ -24,6 +24,10 @@ Gabriel Vasile
FhG FOKUS
+Juha Heinanen
+
+ TutPro Inc.
+
Edited by
Jan Janak
@@ -424,7 +428,7 @@ if (is_user("john")) {
Check if To header field uri contains tag parameter.
- This function can be used from REQUEST_ROUTE.
+ This function can be used from ANY_ROUTE.
Example 1.13. has_totag usage
...
@@ -613,8 +617,7 @@ reply_route[2] {
The function returns true if the two parameters matches as SIP URI.
- This function can be used from REQUEST_ROUTE, ONREPLY_ROUTE,
- FAILURE_ROUTE and BRANCH_ROUTE.
+ This function can be used from ANY_ROUTE.
Example 1.23. cmp_uri usage
...
@@ -629,8 +632,7 @@ if(cmp_uri("$ru", "sip:kamailio@kamailio.org"))
The function returns true if the two parameters matches as AoR. The
parameters have to be SIP URIs.
- This function can be used from REQUEST_ROUTE, ONREPLY_ROUTE,
- FAILURE_ROUTE and BRANCH_ROUTE.
+ This function can be used from ANY_ROUTE.
Example 1.24. cmp_aor usage
...
diff --git a/modules_k/siputils/doc/siputils_admin.xml
b/modules_k/siputils/doc/siputils_admin.xml
index 8511da9..fd8ec1d 100644
--- a/modules_k/siputils/doc/siputils_admin.xml
+++ b/modules_k/siputils/doc/siputils_admin.xml
@@ -375,7 +375,7 @@ if (is_user("john")) {
Check if To header field uri contains tag parameter.
</para>
<para>
- This function can be used from REQUEST_ROUTE.
+ This function can be used from ANY_ROUTE.
</para>
<example>
<title><function>has_totag</function> usage</title>
@@ -684,8 +684,7 @@ reply_route[2] {
the two parameters matches as SIP URI.
</para>
<para>
- This function can be used from REQUEST_ROUTE, ONREPLY_ROUTE,
- FAILURE_ROUTE and BRANCH_ROUTE.
+ This function can be used from ANY_ROUTE.
</para>
<example>
<title><function>cmp_uri</function> usage</title>
@@ -710,8 +709,7 @@ if(cmp_uri("$ru", "sip:kamailio@kamailio.org"))
URIs.
</para>
<para>
- This function can be used from REQUEST_ROUTE, ONREPLY_ROUTE,
- FAILURE_ROUTE and BRANCH_ROUTE.
+ This function can be used from ANY_ROUTE.
</para>
<example>
<title><function>cmp_aor</function> usage</title>