THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#406 - Crash in websocket module
User who did this - Vitaliy Aleksandrov (Vitaliy)
----------
Thank you for the review. Fixed version is in the attachment.
----------
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=406#comment1378
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.
Hi,
I have a requirement to dynamically bind new ports to Kamailio during
run-time and am trying to decide on a possible impl. Right now I am
thinking the best way is to create a new thread for each dynamic bind and
then replicate the code found in udp_rcv_loop(), ultimately calling
recevice_msg() to do all the modular processing and route block executions.
I know this would cater for UDP only at the moment but I suspect a similar
concept could be employed for TCP.
Does anybody have any other ideas or foresee any problems?
Cheers
Jason