Have noticed this thread remaining without a follow up.
I can also confirm that in newer Kamailio the events are not longer sent
out.
Can I help in any way?
Ta,
DanB
Hi Daniel,
sorry for not being clear.
I have all three evapi event routes in my config. When I telnet to port
8448, xlog shows that evapi:connection-new is exectued. When I send
6:efelin, to telnet, the evapi:message-received is executed. When I close
the telnet session, the evapi:connection-closed is executed. This works
just fine. However, when I execute evapi_async_relay or evapi_relay nothing
is sent to my telnet session or CGRateS application (This was also observed
by ngrep and tcpdump).
My configuration is default from CGRateS:
https://github.com/cgrates/cgrates/tree/master/data/tutorials/kamevapi/kama…
(kamailio.cfg and included kamailio-cgrates.cfg) with few xlogs for further
debuging +
modparam("evapi", "workers", 2)
modparam("evapi", "bind_addr", "0.0.0.0:8448")
I have just downloaded the fresh config in order to evade some typo, but
the problem persists.
Thanks
Jan