THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#425 - No TCP-Children, when listening only on TLS-Sockets
User who did this - Carsten Bock (carstenbock)
----------
I know the workaround; but i was just wondering, if this is the way it should be.
I've checked the sources and i've noticed that in main.c the number of tcp_children is calculated based on the tcp_listen interfaces (static int calc_proc_no(void), ~line 1768+).
I could add a check for the tls_listen interfaces as well; i will investigate further either later today or tomorrow.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=425#comment1413
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#282 - Dialog bugs
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Not a bug
Additional comments about closing: Mixed combination. Patches were on dialog_ng and no follow up. Reopen with description for dialog module and afferent patches (if any) or if something for dialog_ng, open as appropriately (but there was no database support for dialog_ng).
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=282
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#146 - handle dialog tracking properly when non-failing 4xx responses are involved
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Not a bug
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=146
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#424 - zombie dialogs in state 5
User who did this - Daniel-Constantin Mierla (miconda)
----------
Are you using dlg_manage() or flag for tracking the dialog?
I analyzed and couldn't spot a reason for this case, the retransmitted bye should just go without affecting dialog processing (there is no new state change). Can you get the log messages with debug=3?
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=424#comment1412
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#384 - Crash in kamailio core - timeout on forked destinations
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Fixed
Additional comments about closing: Should be fixed in master and 4.1 - a race in handling replies.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=384
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#425 - No TCP-Children, when listening only on TLS-Sockets
User who did this - Daniel-Constantin Mierla (miconda)
----------
It is kind of known issue, coming from the fact that the tls is just an layer on top of tcp. Should be fixed in a way (don't start if no tcp workers) or another (enhance it work with tls only).
Meanwhile, if you don't want to expose public tcp, just do listen=tcp:127.0.0.1:5060
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=425#comment1411
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 - Carsten Bock (carstenbock)
Attached to Project - sip-router
Summary - No TCP-Children, when listening only on TLS-Sockets
Task Type - Bug Report
Category - tcp
Status - New
Assigned To -
Operating System - All
Severity - Low
Priority - Normal
Reported Version - 4.1
Due in Version - Undecided
Due Date - Undecided
Details - Hi,
i've noticed the following:
If i only have TLS-Listening sockets, Kamailio won't start any child-listeners for TCP.
I have in my config:
# SIP / UDP
listen=udp:192.168.1.12:5060
# SIP / TLS
listen=tls:192.168.1.12:5061
(and of course TCP enabled and stuff)
=> kamcmd core.ps shows, i have the "tcp main process", but no worker threads.
As soon as i add a TCP-Listening socket (listen=tcp:192.168.1.12:5060), i get the correct "tcp receiver (generic) child=0" threads.
Shouldn't Kamailio start TCP workers, if i want to use TLS only?
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=425
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#417 - Dialog never times-out when ka_timer < 10, even on 481 or 408(fake) response
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Fixed
Additional comments about closing: Closing the issue as protections on very low keepalive timer intervals were address. For improvements, open a new item for 'enahncement' or 'feature request'. If you have a patch, will be reviewed, otherwise, someone else might pick it up and develop.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=417
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.