Hi,
After wasting most of the day trying to make mi_datagram over UDP socket
work. I eventually realize that it does asymmetric UDP communication, which
creates a lot of trouble for writing a useful MI script using PERL or
Python etc.
Anyhow, i go through the module code and was able to write a patch for
symmetric UDP communication using mi_datagram.
I have tested the patch using both Kamailio 4.1 and trunk branches and it
seems to compile and run flawlessly.
I am attaching here with this patch for Kamailio community. It would be
great if Kamailio developers would review and commit this patch to source
trunk.
Thank you.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#414 - tls: ssl bug #1491 workaround: not enough memory for safe operation
User who did this - Jose Luis Verdeguer (pepelux)
----------
I increased the shm memory to 512Mb. I'll analyze and I'll send feedback
Thanks
----------
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=414#comment1371
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#403 - Maximum 70 else if statements
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Fixed
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=403
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#403 - Maximum 70 else if statements
User who did this - Daniel-Constantin Mierla (miconda)
----------
Checking the code, I see that inner blocks of actions for IF-ELSE are executed with the same function for calling sub-routes, thus the same limit is used. In older version you would have to recompile and set ROUTE_MAX_REC_LEV to higher value in config.h, or just break the series of ELSE-IF.
In the master, I just made the value configurable via global parameter max_recursive_level in kamailio.cfg
----------
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=403#comment1370
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#406 - Crash in websocket module
User who did this - Hugh Waite (hugh.waite)
----------
I've had a look through this and it seems OK. I have the following comments.
In decode_and_validate_ws_frame, you have removed the 'close_connection' functions and used the status of the returned error text instead. Some of these cases used different websocket error codes, (1002, 1008, 1009) and this information is now lost.
In the new function wsconn_get_list, the size of the NULL terminated list should be (list_len + 1) * sizeof(ws_connection_t*).
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=406#comment1369
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.