THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#122 - Kamailio 3.1.3 crash
User who did this - marius zbihlei (marius.zbihlei)
----------
ha, another problem. Because the datagram process is started/forked from the PROC_MAIN,
the child_init functions of other modules are not actually called at all :(. So you
don't have access to the sql_ops commands from the mi_datagram process. The problem is
that the event_route[tm:local-request] is called from the context of the fifo process
(which is wrong).
You can you on_send routes to achieve the same result (but careful because they are issued
for every request, so no need to do in in normal route)
Marius
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=122#comment1…
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.