THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A user has added themself to the list of users assigned to this task.
FS#133 - kamailio 3.1.3 Presence + XCAP problem, is it a bug?
User who did this - laura testi (lau.testi)
http://sip-router.org/tracker/index.php?do=details&task_id=133
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
Hello,
I was reading the source code of the pua_mi module and I think I have
found some wrong check in mi_func.c (checking str.s == 0 instead of
str.len == 0).
Regards,
Nikita
Hello,
just to give you a quick feedback about the this year linuxtag - it was
overall a really nice event in my opinion. A lot of people passed by at our
booth to discuss about Kamailio and VoIP in general. Carsten Bock presented
about our new IMS extensions, Andreas Granig showed a demo of their new
kamailio based carrier product. I hope that we can provide some photos of the
event soon.
We've did two presentations, one about "Linux at 1&1" including a Kamailio
part on wednesday, and Carsten did two "FastForward" talks on wednesday and
thursday. I've uploaded the slides to our webserver:
http://www.kamailio.org/events/2011-linuxtag/linux-at-1and1.pdfhttp://www.kamailio.org/events/2011-linuxtag/kamailio-quick.pdf
Also interesting, the German Federal Office for Information Security (BSI)
presented the upcoming "Gemeinschaft" PBX project version 4 that will use
Kamailio (and Freeswitch). They sponsor the project, it aims to provide a
secure, scalable and easy to use open source PBX plattform.
Best regards,
Henning
Module: sip-router
Branch: 3.1
Commit: 6ef54ae2cb3c5390be823707aa1ebb2008b5eaef
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6ef54ae…
Author: Henning Westerholt <henning.westerholt(a)1und1.de>
Committer: Henning Westerholt <henning.westerholt(a)1und1.de>
Date: Mon May 16 15:22:15 2011 +0200
tm: add warning about t_newtran behaviour (pointed out from Iñaki
(cherry picked from commit 9f27cb55a1b4def4f393def6170430cbf70e6615)
---
modules/tm/README | 5 +++++
modules/tm/doc/functions.xml | 6 ++++++
2 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/modules/tm/README b/modules/tm/README
index 4e535bc..bf44793 100644
--- a/modules/tm/README
+++ b/modules/tm/README
@@ -1342,6 +1342,11 @@ t_relay();
the only way a script can add a new transaction in an atomic way.
Typically, it is used to deploy a UAS.
+Warning
+
+ Please note that the changes on the request that are made after this
+ function call will not be saved into transaction!
+
Example 46. t_newtran usage
...
if (t_newtran()) {
diff --git a/modules/tm/doc/functions.xml b/modules/tm/doc/functions.xml
index 6de270a..683a7d8 100644
--- a/modules/tm/doc/functions.xml
+++ b/modules/tm/doc/functions.xml
@@ -268,6 +268,12 @@ t_relay();
is the only way a script can add a new transaction in an atomic
way. Typically, it is used to deploy a UAS.
</para>
+ <warning>
+ <para>
+ Please note that the changes on the request that are made after this
+ function call will not be saved into transaction!
+ </para>
+ </warning>
<example>
<title><function>t_newtran</function> usage</title>
<programlisting>
Module: sip-router
Branch: master
Commit: 82653591854efea336fee54476c1e02e925f6a35
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8265359…
Author: Henning Westerholt <henning.westerholt(a)1und1.de>
Committer: Henning Westerholt <henning.westerholt(a)1und1.de>
Date: Tue May 17 13:05:01 2011 +0200
Revert "tm: add warning about t_newtran behaviour (pointed out from Iñaki"
This reverts commit 9f27cb55a1b4def4f393def6170430cbf70e6615.
---
modules/tm/README | 5 -----
modules/tm/doc/functions.xml | 6 ------
2 files changed, 0 insertions(+), 11 deletions(-)
diff --git a/modules/tm/README b/modules/tm/README
index bf44793..4e535bc 100644
--- a/modules/tm/README
+++ b/modules/tm/README
@@ -1342,11 +1342,6 @@ t_relay();
the only way a script can add a new transaction in an atomic way.
Typically, it is used to deploy a UAS.
-Warning
-
- Please note that the changes on the request that are made after this
- function call will not be saved into transaction!
-
Example 46. t_newtran usage
...
if (t_newtran()) {
diff --git a/modules/tm/doc/functions.xml b/modules/tm/doc/functions.xml
index 683a7d8..6de270a 100644
--- a/modules/tm/doc/functions.xml
+++ b/modules/tm/doc/functions.xml
@@ -268,12 +268,6 @@ t_relay();
is the only way a script can add a new transaction in an atomic
way. Typically, it is used to deploy a UAS.
</para>
- <warning>
- <para>
- Please note that the changes on the request that are made after this
- function call will not be saved into transaction!
- </para>
- </warning>
<example>
<title><function>t_newtran</function> usage</title>
<programlisting>
Module: sip-router
Branch: 3.1
Commit: 0a2810181e1901708b1885d4e0c41774b28d25f9
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0a28101…
Author: Henning Westerholt <henning.westerholt(a)1und1.de>
Committer: Henning Westerholt <henning.westerholt(a)1und1.de>
Date: Tue May 17 13:04:07 2011 +0200
Revert "tm: add warning about t_newtran behaviour (pointed out from Iñaki"
This reverts commit 6ef54ae2cb3c5390be823707aa1ebb2008b5eaef.
---
modules/tm/README | 5 -----
modules/tm/doc/functions.xml | 6 ------
2 files changed, 0 insertions(+), 11 deletions(-)
diff --git a/modules/tm/README b/modules/tm/README
index bf44793..4e535bc 100644
--- a/modules/tm/README
+++ b/modules/tm/README
@@ -1342,11 +1342,6 @@ t_relay();
the only way a script can add a new transaction in an atomic way.
Typically, it is used to deploy a UAS.
-Warning
-
- Please note that the changes on the request that are made after this
- function call will not be saved into transaction!
-
Example 46. t_newtran usage
...
if (t_newtran()) {
diff --git a/modules/tm/doc/functions.xml b/modules/tm/doc/functions.xml
index 683a7d8..6de270a 100644
--- a/modules/tm/doc/functions.xml
+++ b/modules/tm/doc/functions.xml
@@ -268,12 +268,6 @@ t_relay();
is the only way a script can add a new transaction in an atomic
way. Typically, it is used to deploy a UAS.
</para>
- <warning>
- <para>
- Please note that the changes on the request that are made after this
- function call will not be saved into transaction!
- </para>
- </warning>
<example>
<title><function>t_newtran</function> usage</title>
<programlisting>
Module: sip-router
Branch: master
Commit: b280f89b3ac4f97c3cad1487961509bae893f656
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b280f89…
Author: Henning Westerholt <henning.westerholt(a)1und1.de>
Committer: Henning Westerholt <henning.westerholt(a)1und1.de>
Date: Mon May 16 15:48:53 2011 +0200
geoip: extend docs after discussion with Francesco Castellano
---
modules/geoip/README | 8 ++++++++
modules/geoip/doc/geoip_admin.xml | 11 ++++++++++-
2 files changed, 18 insertions(+), 1 deletions(-)
diff --git a/modules/geoip/README b/modules/geoip/README
index 016d0d8..595b5df 100644
--- a/modules/geoip/README
+++ b/modules/geoip/README
@@ -82,6 +82,14 @@ Chapter 1. Admin Guide
and its derivatives as libgeoip, and probably by other distributions as
well.
+ Debian Linux squeeze includes already a database as dependency, but as
+ this contain the wrong data, it will not work correctly with the
+ module. More acurate, the module expect the GeoIP City Edition, and
+ will not work with the GeoIP Country Edition. In newer Debian Linux
+ releases the package geoip-database-contrib should contain the
+ necessary database. You can download the Lite edition of the DB from
+ here.
+
This module exports a new class of pseudo-variables - $gip(pvc=>key) -
to enable access to the results of a query to the database.
diff --git a/modules/geoip/doc/geoip_admin.xml b/modules/geoip/doc/geoip_admin.xml
index b8c9f17..f1df9ca 100644
--- a/modules/geoip/doc/geoip_admin.xml
+++ b/modules/geoip/doc/geoip_admin.xml
@@ -28,7 +28,7 @@
</para>
<para>
This database itself can be obtained on a free or commercial basis
- <ulink url="http://www.maxmind.com/app/ip-location">here</ulink>. The
+ <ulink url="http://www.maxmind.com/app/ip-location">here</ulink>. The
library that interfaces with the Max Mind API, as well as scripts to
automate downloading of the on-disk version of the open-source
database is also packaged by the Debian Linux distribution and
@@ -36,6 +36,15 @@
other distributions as well.
</para>
<para>
+ Debian Linux squeeze includes already a database as dependency, but as
+ this contain the wrong data, it will not work correctly with the module.
+ More acurate, the module expect the <emphasis>GeoIP City Edition</emphasis>,
+ and will not work with the <emphasis>GeoIP Country Edition</emphasis>. In
+ newer Debian Linux releases the package <emphasis>geoip-database-contrib</emphasis>
+ should contain the necessary database. You can download the Lite edition
+ of the DB from <ulink url="http://www.maxmind.com/app/geolitecity">here</ulink>.
+ </para>
+ <para>
This module exports a new class of pseudo-variables -
$gip(pvc=>key) - to enable access to the results of a query to the
database.
Module: sip-router
Branch: 3.1
Commit: abeaaff1f7a4ad3d9badb203273b249d5722a29b
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=abeaaff…
Author: Henning Westerholt <henning.westerholt(a)1und1.de>
Committer: Henning Westerholt <henning.westerholt(a)1und1.de>
Date: Mon May 16 18:21:09 2011 +0200
geoip: also include URL in docs
(cherry picked from commit 4d777c5100927edc1bd99ef429625eaf552f8d23)
---
modules/geoip/README | 14 +++++++-------
modules/geoip/doc/geoip_admin.xml | 6 ++++--
2 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/modules/geoip/README b/modules/geoip/README
index 40bb01b..1300850 100644
--- a/modules/geoip/README
+++ b/modules/geoip/README
@@ -68,12 +68,12 @@ Chapter 1. Admin Guide
identifying the physical location with which an IP host address is
associated on a relatively granular level.
- This database itself can be obtained on a free or commercial basis
- here. The library that interfaces with the Max Mind API, as well as
- scripts to automate downloading of the on-disk version of the
- open-source database is also packaged by the Debian Linux distribution
- and its derivatives as libgeoip, and probably by other distributions as
- well.
+ This database itself can be obtained on a free or commercial basis from
+ http://www.maxmind.com/app/ip-location. The library that interfaces
+ with the Max Mind API, as well as scripts to automate downloading of
+ the on-disk version of the open-source database is also packaged by the
+ Debian Linux distribution and its derivatives as libgeoip, and probably
+ by other distributions as well.
Debian Linux squeeze includes already a database as dependency, but as
this contain the wrong data, it will not work correctly with the
@@ -81,7 +81,7 @@ Chapter 1. Admin Guide
will not work with the GeoIP Country Edition. In newer Debian Linux
releases the package geoip-database-contrib should contain the
necessary database. You can download the Lite edition of the DB from
- here.
+ http://www.maxmind.com/app/geolitecity.
This module exports a new class of pseudo-variables - $gip(pvc=>key) -
to enable access to the results of a query to the database.
diff --git a/modules/geoip/doc/geoip_admin.xml b/modules/geoip/doc/geoip_admin.xml
index f1df9ca..e34b5cd 100644
--- a/modules/geoip/doc/geoip_admin.xml
+++ b/modules/geoip/doc/geoip_admin.xml
@@ -28,7 +28,8 @@
</para>
<para>
This database itself can be obtained on a free or commercial basis
- <ulink url="http://www.maxmind.com/app/ip-location">here</ulink>. The
+ from <ulink url="http://www.maxmind.com/app/ip-location">
+ http://www.maxmind.com/app/ip-location</ulink>. The
library that interfaces with the Max Mind API, as well as scripts to
automate downloading of the on-disk version of the open-source
database is also packaged by the Debian Linux distribution and
@@ -42,7 +43,8 @@
and will not work with the <emphasis>GeoIP Country Edition</emphasis>. In
newer Debian Linux releases the package <emphasis>geoip-database-contrib</emphasis>
should contain the necessary database. You can download the Lite edition
- of the DB from <ulink url="http://www.maxmind.com/app/geolitecity">here</ulink>.
+ of the DB from <ulink url="http://www.maxmind.com/app/geolitecity">
+ http://www.maxmind.com/app/geolitecity</ulink>.
</para>
<para>
This module exports a new class of pseudo-variables -