I get this log from the event_route[evapi:connection-new] route block bellow:
Jun 10 00:30:57 opensips /home/neotiq/flexproxy/sbin/kamailio[14776]: ERROR: `<script>`: new connection from 127.0.0.1:36993 Jun 10 00:30:57 opensips /home/neotiq/flexproxy/sbin/kamailio[14776]: ERROR: evapi [evapi_dispatch.c:694]: _evapi_relay(): *failed to pass the pointer to evapi dispatcher* Jun 10 00:30:57 opensips /home/neotiq/flexproxy/sbin/kamailio[14776]: ERROR: evapi [evapi_mod.c:252]: w_evapi_relay(): failed to relay event: abcd
The event route block: ``` event_route[evapi:connection-new] { xlog("new connection from $evapi(srcaddr):$evapi(srcport)\n"); evapi_relay("abcd"); } ```
Other calls to evapi_async_relay doesn't log any error but other side received nothing: http://pastebin.com/raw/8AcJA2u1
--- 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/622#issuecomment-225051022