THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#203 - Crash in presence_reginfo/presence.so
User who did this - Carsten Bock (carstenbock)
Reason for closing: Works for me
Additional comments about closing: Unable to reproduce.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=203
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 have a fresh server with a new install of Siremis. I can't seem to login. When I do, I receive an access denied message when I am redirected to /siremis/system/general_default
Looking at the DB, it appears to successfully login (as indicated by last login column). It is almost as if the role assignment is not correctly assigned to the admin account.
Where should I look next?
Thanks!
Ryan Goode
Hi All,
I have 5 domains with big TLS certficates like each domain has more than 8K
bytes of certificates. I have observed that the kamailio taking quite
amount of time to initialize.
I looked at the code and found that the SSL_CONTEXT is initialized for each
process. Why can't we use the same SSL_CONTEXT for all process. This will
speed up the init time.
I changed using single SSL context for all process and initialization was
very fast.
According to my understanding on a new TLS connection SSL structure for a
connection shall copy all the data from SSL_CTXT. So there is no sharing of
resource here, as SSL_CTXT is readable for all process. So why we have to
create SSL_CTXT for each process.
Please let me know if any particular reason to do it.
Thanks
Jijo
Hi,
I am compiling sources of kamailio 3.2.3 on ubuntu 12.04. I have used make
command
> `make group_include="standard mysql" all`
>
to make the sources. and then
> `make install`.....
>
Now when i do kamdbctl it throws an error,
$ kamdbctl create
> ERROR: could not load the script in
> /usr/local/lib64/kamailio//kamctl/kamdbctl.mysql for database engine MYSQL
> ERROR: database engine not loaded - tried 'MYSQL'
>
Any guess what is the problem???
Regards,
Vineet Menon
Module: sip-router
Branch: 3.2
Commit: c554684986be936ae1d76513fdc7202b0c117db9
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c554684…
Author: Juha Heinanen <jh(a)tutpro.com>
Committer: Juha Heinanen <jh(a)tutpro.com>
Date: Wed May 9 07:42:14 2012 +0300
modules_k/auth_radius: fixed typo in README
- Fixed authorization return code for authorization failed. It should
be 2 instead of 3. Reported by Ricardo Martinez.
(cherry picked from commit 7665aefc966409588cca8e2a70d8a03e4d7a6fa1)
---
modules_k/auth_radius/README | 2 +-
modules_k/auth_radius/doc/auth_radius_admin.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules_k/auth_radius/README b/modules_k/auth_radius/README
index f44d94e..1875408 100644
--- a/modules_k/auth_radius/README
+++ b/modules_k/auth_radius/README
@@ -227,7 +227,7 @@ modparam("auth_radius", "use_ruri_flag", 22)
* -6 (nonce reused) - nonce is used more than once;
* -5 (no credentials) - credentials were not found in request;
* -4 (stale nonce) - stale nonce;
- * -3 (authorization failed) - RADIUS responded with Access Reject
+ * -2 (authorization failed) - RADIUS responded with Access Reject
which may be, for example, due to user not found or wrong password;
* -1 (error) - some error occured during authorization (see syslog);
diff --git a/modules_k/auth_radius/doc/auth_radius_admin.xml b/modules_k/auth_radius/doc/auth_radius_admin.xml
index becb3fe..5deb681 100644
--- a/modules_k/auth_radius/doc/auth_radius_admin.xml
+++ b/modules_k/auth_radius/doc/auth_radius_admin.xml
@@ -226,7 +226,7 @@ modparam("auth_radius", "use_ruri_flag", 22)
<emphasis>-4 (stale nonce)</emphasis> - stale nonce;
</para></listitem>
<listitem><para>
- <emphasis>-3 (authorization failed)</emphasis> - RADIUS responded with Access Reject which may be, for example, due to user not found or wrong password;
+ <emphasis>-2 (authorization failed)</emphasis> - RADIUS responded with Access Reject which may be, for example, due to user not found or wrong password;
</para></listitem>
<listitem><para>
<emphasis>-1 (error)</emphasis> - some error occured during authorization (see syslog);
Module: sip-router
Branch: master
Commit: 7665aefc966409588cca8e2a70d8a03e4d7a6fa1
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7665aef…
Author: Juha Heinanen <jh(a)tutpro.com>
Committer: Juha Heinanen <jh(a)tutpro.com>
Date: Wed May 9 07:42:14 2012 +0300
modules_k/auth_radius: fixed typo in README
- Fixed authorization return code for authorization failed. It should
be 2 instead of 3. Reported by Ricardo Martinez.
---
modules_k/auth_radius/README | 2 +-
modules_k/auth_radius/doc/auth_radius_admin.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules_k/auth_radius/README b/modules_k/auth_radius/README
index f44d94e..1875408 100644
--- a/modules_k/auth_radius/README
+++ b/modules_k/auth_radius/README
@@ -227,7 +227,7 @@ modparam("auth_radius", "use_ruri_flag", 22)
* -6 (nonce reused) - nonce is used more than once;
* -5 (no credentials) - credentials were not found in request;
* -4 (stale nonce) - stale nonce;
- * -3 (authorization failed) - RADIUS responded with Access Reject
+ * -2 (authorization failed) - RADIUS responded with Access Reject
which may be, for example, due to user not found or wrong password;
* -1 (error) - some error occured during authorization (see syslog);
diff --git a/modules_k/auth_radius/doc/auth_radius_admin.xml b/modules_k/auth_radius/doc/auth_radius_admin.xml
index becb3fe..5deb681 100644
--- a/modules_k/auth_radius/doc/auth_radius_admin.xml
+++ b/modules_k/auth_radius/doc/auth_radius_admin.xml
@@ -226,7 +226,7 @@ modparam("auth_radius", "use_ruri_flag", 22)
<emphasis>-4 (stale nonce)</emphasis> - stale nonce;
</para></listitem>
<listitem><para>
- <emphasis>-3 (authorization failed)</emphasis> - RADIUS responded with Access Reject which may be, for example, due to user not found or wrong password;
+ <emphasis>-2 (authorization failed)</emphasis> - RADIUS responded with Access Reject which may be, for example, due to user not found or wrong password;
</para></listitem>
<listitem><para>
<emphasis>-1 (error)</emphasis> - some error occured during authorization (see syslog);