If evapi_relay is called from a resumed transaction, it doesn't send anything:
route[my_route] {
evapi_relay("Blah blah blah"); # This sends nothing
}
...
t_continue("$var(tindex)", "$var(tlabel)", "my_route");
---
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/644
While testing the kamailio version 4.4.x on FreeBSD I found this in the log.
```
May 4 17:16:26 <local0.warn> voip-integration-cust1 kamailio[1145]: WARNING: <core> [tcp_main.c:2754]: tcp_init(): setsockopt tos: Invalid argument
```
```
# freebsd-version
10.3-RELEASE
```
```
version: kamailio 4.4.0 (amd64/freebsd) d4f23c
flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, USE_RAW_SOCKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, Q_MALLOC, F_MALLOC, TLSF_MALLOC, DBG_SR_MEMORY, USE_PTHREAD_MUTEX, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES
MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB
poll method support: poll, select, kqueue.
id: d4f23c
compiled on 16:52:24 Apr 30 2016 with clang 3.4
```
In my config I haven't set **any** TOS
---
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/598