Hi, I had an issue with dialog module of kamailio v3.3.3. Is the same described on http://lists.sip-router.org/pipermail/sr-users/2012-November/075735.html. I think the issue is related to dgl_hash.c on line:192 *dlg_ka_list_head = NULL; should be *dlg_ka_list_tail = NULL; and line:216 *dlg_ka_list_tail = dka; should be *dlg_ka_list_head = dka;. I will test it as soon as I can, but meanwhile I'm attaching the patch that should fix it so you can test it and report back the results if you want to.
Br, Rinor
Hello,
patch was applied, thanks!
Cheers, Daniel
On 1/3/13 2:46 PM, Rinor Hoxha wrote:
Hi, I had an issue with dialog module of kamailio v3.3.3. Is the same described on http://lists.sip-router.org/pipermail/sr-users/2012-November/075735.html . I think the issue is related to dgl_hash.c on line:192 *dlg_ka_list_head = NULL; should be *dlg_ka_list_tail = NULL; and line:216 *dlg_ka_list_tail = dka; should be *dlg_ka_list_head = dka;. I will test it as soon as I can, but meanwhile I'm attaching the patch that should fix it so you can test it and report back the results if you want to.
Br, Rinor
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users