Module: sip-router
Branch: master
Commit: ebeb18ffed8e81ae472b4c07097b58fbea115b5b
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ebeb18f…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Sun Apr 21 16:07:34 2013 +0200
pv: updated link to wiki site
---
modules/pv/README | 8 ++++----
modules/pv/doc/pv_admin.xml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/modules/pv/README b/modules/pv/README
index 64a9030..edfd000 100644
--- a/modules/pv/README
+++ b/modules/pv/README
@@ -103,7 +103,7 @@ Chapter 1. Admin Guide
This module collects the core pseudo-variables that can be used in
configuration file. They are listed in Dokuwiki:
-
http://www.kamailio.org/dokuwiki/, in Pseudo-Variables section
+
http://www.kamailio.org/wiki/, in Pseudo-Variables section
2. Dependencies
@@ -219,7 +219,7 @@ if(pv_isset("$avp("s:x")"))
pv_unset("$avp("s:x")");
...
-4.3. is_int(pvar)
+4.3. is_int(pvar)
Function checks if pvar argument contains integer value and returns 1
if it does and -1 otherwise.
@@ -233,7 +233,7 @@ if (is_int("$var(foo)")) {
}
...
-4.4. typeof(pvar, vtype)
+4.4. typeof(pvar, vtype)
Returns true if the type of pseudo-variable matches the second
parameter. The second parameter can be: 'int' - type is integer;
'str'
@@ -248,7 +248,7 @@ if (typeof("$var(foo)", "str")) {
}
...
-4.5. not_empty(pvar)
+4.5. not_empty(pvar)
Returns true if the pseudo-variables has the type string and is not
empty value.
diff --git a/modules/pv/doc/pv_admin.xml b/modules/pv/doc/pv_admin.xml
index 884e1ad..c3f97cc 100644
--- a/modules/pv/doc/pv_admin.xml
+++ b/modules/pv/doc/pv_admin.xml
@@ -18,7 +18,7 @@
<para>
This module collects the core pseudo-variables that can be used in
configuration file. They are listed in Dokuwiki:
- <ulink
url="http://www.kamailio.org/dokuwiki/">http://www.kamailio.or…wiki/</ulink>,
+ <ulink
url="http://www.kamailio.org/wiki/">http://www.kamailio.org/wi…wiki/</ulink>,
in Pseudo-Variables section
</para>
</section>