Module: sip-router
Branch: 4.0
Commit: 137bb73470ba78fc7761f7c786abcb0de5c54cc8
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=137bb73…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Sun Apr 21 16:06:56 2013 +0200
acc: updated link to pseudo-variables cookbook
(cherry picked from commit f0c467f64c044de0b0f37addccb97d3ccff78706)
---
modules/acc/README | 2 +-
modules/acc/doc/acc_admin.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules/acc/README b/modules/acc/README
index eda8bab..55bde38 100644
--- a/modules/acc/README
+++ b/modules/acc/README
@@ -400,7 +400,7 @@ if (uri=~"sip:+40") /* calls to Romania */ {
* extra_definition = log_name '=' pseudo_variable
The full list of supported pseudo-variables in Kamailio is available
- at: http://kamailio.org/dokuwiki/doku.php/pseudovariables:devel
+ at: http://www.kamailio.org/wiki/cookbooks/devel/pseudovariables
Note: For all the ACK processed by tm, the registered callbacks (like
acc module) will be called with the corresponding INVITE transaction
diff --git a/modules/acc/doc/acc_admin.xml b/modules/acc/doc/acc_admin.xml
index 269f5f8..a60ba34 100644
--- a/modules/acc/doc/acc_admin.xml
+++ b/modules/acc/doc/acc_admin.xml
@@ -184,8 +184,8 @@ if (uri=~"sip:+40") /* calls to Romania */ {
<para>
The full list of supported pseudo-variables in &kamailio; is
available at:
- <ulink url="http://kamailio.org/dokuwiki/doku.php/pseudovariables:devel">
- http://kamailio.org/dokuwiki/doku.php/pseudovariables:devel</ulink>
+ <ulink url="http://www.kamailio.org/wiki/cookbooks/devel/pseudovariables">
+ http://www.kamailio.org/wiki/cookbooks/devel/pseudovariables</ulink>
</para>
<para>
Note: For all the ACK processed by tm, the registered callbacks
Module: sip-router
Branch: 4.0
Commit: 20fedafc2d10b8911b03dce9d5100f00ee5e3b9a
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=20fedaf…
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
(cherry picked from commit ebeb18ffed8e81ae472b4c07097b58fbea115b5b)
---
modules/pv/README | 2 +-
modules/pv/doc/pv_admin.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/pv/README b/modules/pv/README
index 162b7f0..bf44993 100644
--- a/modules/pv/README
+++ b/modules/pv/README
@@ -91,7 +91,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
diff --git a/modules/pv/doc/pv_admin.xml b/modules/pv/doc/pv_admin.xml
index 68bbc9c..38fce2a 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.org/dokuwiki/</ulink>,
+ <ulink url="http://www.kamailio.org/wiki/">http://www.kamailio.org/wiki/</ulink>,
in Pseudo-Variables section
</para>
</section>
Hello,
I am considering releasing v4.0.1 next week on Thursday. There are some
issues under discussions on mailing list, they will be sorted by that
time, but if you are aware of others, please report them on dev mailing
list or tracker.
Cheers,
Daniel
--
Daniel-Constantin Mierla - http://www.asipto.comhttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Hello,
I've needed to reboot www.kamailio.org two times for maintenance (kernel and grub boot loader update) a few minutes ago. The machine which its services is now up again, please let me know if you find some issues because of the change.
Thanks and regards,
Henning
--
Henning Westerholt - Head of IT Operations Internet Access & Communications
Tel. +49 721 91374-4483, Fax. +49 721 91374-2734
1&1 Internet AG, Brauerstraße 48, 76135 Karlsruhe, Germany
Vorstände: Henning Ahlert, Ralph Dommermuth, Robert Hoffmann, Andreas Hofmann, Markus Huhn, Hans-Henning Kettler, Dr. Oliver Mauss, Jan Oetjen, Martin Witt, Christian Würst. Aufsichtsratsvorsitzender: Michael Scheeren. Amtsgericht Montabaur / HRB 6484
Module: sip-router
Branch: 3.3
Commit: 1c0dbfdc4e2288896b7c533dfbc3275afb910869
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1c0dbfd…
Author: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Date: Wed Apr 24 22:01:59 2013 +0100
modules/presence_xml: fixed issue with parsing some pres-rules documents
- pres-rules that contain external links in a <conditions /> node don't
have to have <identity /> nodes in the <conditions /> node.
- Kamailio returns an error when it finds a <conditions /> node with
no <identity /> node inside it.
- Kamailio doesn't support external links, but it should skip over
the <conditions /> nodes that contain them rather than return
an error as later <conditions /> nodes may contain entries it can
work with.
(cherry picked from commit ac99219b0a850e0305eaf661b028536cfc28e2cb)
---
modules_k/presence_xml/xcap_auth.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules_k/presence_xml/xcap_auth.c b/modules_k/presence_xml/xcap_auth.c
index ad2603d..a9d9c81 100644
--- a/modules_k/presence_xml/xcap_auth.c
+++ b/modules_k/presence_xml/xcap_auth.c
@@ -308,8 +308,8 @@ xmlNodePtr get_rule_node(subs_t* subs, xmlDocPtr xcap_tree )
identity_node = xmlNodeGetChildByName(cond_node, "identity");
if(identity_node == NULL)
{
- LM_ERR("didn't find identity tag\n");
- goto error;
+ LM_WARN("didn't find identity tag\n");
+ continue;
}
iden_child= xmlNodeGetChildByName(identity_node, "one");
Module: sip-router
Branch: 4.0
Commit: a06c5b31f3a30c405a87bdd7be269152edf14c7b
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a06c5b3…
Author: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Date: Wed Apr 24 22:01:59 2013 +0100
modules/presence_xml: fixed issue with parsing some pres-rules documents
- pres-rules that contain external links in a <conditions /> node don't
have to have <identity /> nodes in the <conditions /> node.
- Kamailio returns an error when it finds a <conditions /> node with
no <identity /> node inside it.
- Kamailio doesn't support external links, but it should skip over
the <conditions /> nodes that contain them rather than return
an error as later <conditions /> nodes may contain entries it can
work with.
(cherry picked from commit ac99219b0a850e0305eaf661b028536cfc28e2cb)
---
modules/presence_xml/xcap_auth.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/presence_xml/xcap_auth.c b/modules/presence_xml/xcap_auth.c
index ad2603d..a9d9c81 100644
--- a/modules/presence_xml/xcap_auth.c
+++ b/modules/presence_xml/xcap_auth.c
@@ -308,8 +308,8 @@ xmlNodePtr get_rule_node(subs_t* subs, xmlDocPtr xcap_tree )
identity_node = xmlNodeGetChildByName(cond_node, "identity");
if(identity_node == NULL)
{
- LM_ERR("didn't find identity tag\n");
- goto error;
+ LM_WARN("didn't find identity tag\n");
+ continue;
}
iden_child= xmlNodeGetChildByName(identity_node, "one");
Module: sip-router
Branch: master
Commit: ac99219b0a850e0305eaf661b028536cfc28e2cb
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ac99219…
Author: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Date: Wed Apr 24 22:01:59 2013 +0100
modules/presence_xml: fixed issue with parsing some pres-rules documents
- pres-rules that contain external links in a <conditions /> node don't
have to have <identity /> nodes in the <conditions /> node.
- Kamailio returns an error when it finds a <conditions /> node with
no <identity /> node inside it.
- Kamailio doesn't support external links, but it should skip over
the <conditions /> nodes that contain them rather than return
an error as later <conditions /> nodes may contain entries it can
work with.
---
modules/presence_xml/xcap_auth.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/presence_xml/xcap_auth.c b/modules/presence_xml/xcap_auth.c
index ad2603d..a9d9c81 100644
--- a/modules/presence_xml/xcap_auth.c
+++ b/modules/presence_xml/xcap_auth.c
@@ -308,8 +308,8 @@ xmlNodePtr get_rule_node(subs_t* subs, xmlDocPtr xcap_tree )
identity_node = xmlNodeGetChildByName(cond_node, "identity");
if(identity_node == NULL)
{
- LM_ERR("didn't find identity tag\n");
- goto error;
+ LM_WARN("didn't find identity tag\n");
+ continue;
}
iden_child= xmlNodeGetChildByName(identity_node, "one");