THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#15 - Proto names are causing parser errors
User who did this - Andrei Pelinescu-Onciul (andrei)
Reason for closing: Fixed
Additional comments about closing: Thanks, fixed (see git#d29c95).
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=15
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.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#17 - Makefile error prevent tls module from being build
User who did this - Andrei Pelinescu-Onciul (andrei)
Reason for closing: Fixed
Additional comments about closing: fixed, see git#ba3d64ff
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=17
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.
Module: sip-router
Branch: master
Commit: 8205f043c43282a209673364961d23c6b74cee72
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8205f04…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Mon Sep 21 09:16:14 2009 +0200
tls mk cert script: typo fix
---
modules/tls/sip-router_cert.sh | 4 ++--
modules_s/tls/ser_cert.sh | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/modules/tls/sip-router_cert.sh b/modules/tls/sip-router_cert.sh
index 4bfb8fc..df08caa 100755
--- a/modules/tls/sip-router_cert.sh
+++ b/modules/tls/sip-router_cert.sh
@@ -28,12 +28,12 @@ MAILNAME=`cat /etc/mailname 2> /dev/null || echo $FQDN`
# test if we have the normal or enhanced getopt
getopt -T >/dev/null
-if [ $? == 4 ]; then
+if [ $? = 4 ]; then
LONGOPTS_SUPPORTED=1
fi
longopts() {
- if [ -z "${LONGOPTS_SUPPORTED}"]; then
+ if [ -z "${LONGOPTS_SUPPORTED}" ]; then
exit;
fi
case "$1" in
diff --git a/modules_s/tls/ser_cert.sh b/modules_s/tls/ser_cert.sh
index 4bfb8fc..df08caa 100755
--- a/modules_s/tls/ser_cert.sh
+++ b/modules_s/tls/ser_cert.sh
@@ -28,12 +28,12 @@ MAILNAME=`cat /etc/mailname 2> /dev/null || echo $FQDN`
# test if we have the normal or enhanced getopt
getopt -T >/dev/null
-if [ $? == 4 ]; then
+if [ $? = 4 ]; then
LONGOPTS_SUPPORTED=1
fi
longopts() {
- if [ -z "${LONGOPTS_SUPPORTED}"]; then
+ if [ -z "${LONGOPTS_SUPPORTED}" ]; then
exit;
fi
case "$1" in
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Nils Ohlmeier (nils)
Attached to Project - sip-router
Summary - Makefile error prevent tls module from being build
Task Type - Bug Report
Category - tls
Status - Assigned
Assigned To - Andrei Pelinescu-Onciul
Operating System - All
Severity - Medium
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - The lines 19 to 26 in the Makefile of the shared tls module (/modules/tls/Makefile) are somehow broken.
This prevents the tls module from being build when "make all" is called.
When I comment these lines out the module is properly build.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=17
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.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A user has added themself to the list of users assigned to this task.
FS#17 - Makefile error prevent tls module from being build
User who did this - Nils Ohlmeier (nils)
http://sip-router.org/tracker/index.php?do=details&task_id=17
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.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#14 - TLS modul problem
User who did this - Nils Ohlmeier (nils)
----------
I saw the same log message several times as well when I tested TLS support at the SIPit.
But I did not debugged the issue that far.
In my case I saw additionally saw that SER tried to open a connection from an IP address which is wasn't listening on (it was configured to use an alias IP only, but according to the logs for new TLS connections it used the IP address of the real interface to which the alias IP belonged).
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=14#comment6
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.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Nils Ohlmeier (nils)
Attached to Project - sip-router
Summary - Local 487 forwarded upstream
Task Type - Bug Report
Category - tm
Status - Assigned
Assigned To - Andrei Pelinescu-Onciul
Operating System - Mac OS X (Darwin)
Severity - High
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - Setup:
- INVITE gets forked to three destinations
- branch one answers the call
- the two remaining branches are canceled locally
- branch two gets canceled normally
- branch three answers only the CANCEL request
- meanwhile the call is setup and even teared down
- finally branch three sends a 487
- tm module does not match the transaction and forwards the 487 upstream
Note: the setup included the new topoh module, but that should hopefully does not make any difference.
Please find attached a log file on debug level from the scenario described above.
One or more files have been attached.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=16
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.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A user has added themself to the list of users assigned to this task.
FS#16 - Local 487 forwarded upstream
User who did this - Nils Ohlmeier (nils)
http://sip-router.org/tracker/index.php?do=details&task_id=16
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.