[sr-dev] [kamailio/kamailio] kamcmd drouting.reload bug (#2827)

2021-08-17 Thread ShadoWalkeR31
Every time when i call kamcmd drouting.reload in log i get message CRITICAL: [core/mem/q_malloc.c:502]: qm_free(): BUG: bad pointer 0x7f7ea7c127d0 (out of memory block!) called from core: core/utils/tmrec.c: tmrec_free(393) - ignoring Tested on Centos 7, kamailio 5.4/5.5 from repo in kamailio w

Re: [sr-dev] [kamailio/kamailio] kamcmd drouting.reload bug (#2827)

2021-08-19 Thread ShadoWalkeR31
I build from git and test drouting.reload, all works - no errors in log, changes in db are reflected on memory cache. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2827#issuecomm

[sr-dev] [kamailio/kamailio] Nonexisted route in KEMI python causes "ksr_request_route not found or is not callable" (Issue #3572)

2023-09-14 Thread ShadoWalkeR31
### Description I migrate one of our old project on native to KEMI on app_python3 and get strange behavior - after some time kamailio stops processing requests/replies wit message "ksr_request_route/ksr_reply_route not found or is not callable" ### Troubleshooting After some research with debu

[sr-dev] Re: [kamailio/kamailio] Nonexisted route in KEMI python causes "ksr_request_route not found or is not callable" (Issue #3572)

2023-09-22 Thread ShadoWalkeR31 via sr-dev
I am at conference in other city, on next week i will return on work and test patch -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3572#issuecomment-1731212115 You are receiving this because you are subscribed to this thread. Message ID: __

[sr-dev] Re: [kamailio/kamailio] Nonexisted route in KEMI python causes "ksr_request_route not found or is not callable" (Issue #3572)

2023-09-28 Thread ShadoWalkeR31 via sr-dev
I build kamailio from master ``` $ /usr/local/sbin/kamailio -v version: kamailio 5.8.0-dev1 (x86_64/linux) 27f87c ``` and reproduce problem: ``` modparam("dispatcher", "event_callback", "ksr_evnt_dispatcher") # route actually named ksr_event_dispatcher KSR.tm.t_on_reply('ksr_onreply_MANAGE')