cat /etc/alpine-release ... 3.23.2 ...
cat /etc/apk/repositories ... https://mirrors.aliyun.com/alpine/v3.23/main https://mirrors.aliyun.com/alpine/v3.23/community https://packagecloud.io/whosgonna/x86_64/alpine/v3.23/main ... cat /etc/kamailio/kamailio.cfg ... debug=2 log_stderror=yes memdbg=5 memlog=5 tcp_connection_lifetime=3605 tcp_max_connections=2048 enable_tls=yes tls_max_connections=2048 tls_threads_mode=2 enable_sctp=no auto_aliases=no loadmodule "tls.so" loadmodule "kex.so" loadmodule "corex.so" loadmodule "tm.so" loadmodule "tmx.so" loadmodule "sl.so" loadmodule "rr.so" loadmodule "pv.so" loadmodule "maxfwd.so" loadmodule "textops.so" loadmodule "textopsx.so" loadmodule "siputils.so" loadmodule "xlog.so" loadmodule "sanity.so" loadmodule "ctl.so" loadmodule "cfg_rpc.so" loadmodule "counters.so" request_route { sl_send_reply("404", "Not here"); return; } ... kamailio -DD Listening on udp: 127.0.0.1 [127.0.0.1]:5060 udp: 192.168.161.100 [192.168.161.100]:5060 tcp: 127.0.0.1 [127.0.0.1]:5060 tcp: 192.168.161.100 [192.168.161.100]:5060 tls: 127.0.0.1 [127.0.0.1]:5061 tls: 192.168.161.100 [192.168.161.100]:5061 Aliases: 0(2328) INFO: <core> [core/tcp_main.c:5252]: init_tcp(): using epoll_lt as the io watch method (auto detected) 0(2328) INFO: <core> [main.c:3322]: main(): current open file limits [soft/hard]: [65536/65536] Segmentation fault (core dumped) __________________________________________________________ Kamailio - Users Mailing List - Non Commercial Discussions -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
