Without topoh, calling +437200101011, resolved by the enum module to sip:enum-test@sip.nemox.net, running under valgrind with

dns_try_ipv6=off
dns_retr_time=2  
use_dns_failover=on 
dns_srv_lb=on
dns_try_naptr=on
dns_cache_flags=1

I get:

dns_cache_init=off
use_dns_cache=off

→ CRASHES

dns_cache_init=off
use_dns_cache=on

→ CRASHES

dns_cache_init=on
use_dns_cache=off

→ NO CRASH, Kamailio receives “SIP/2.0 488 Not acceptable here” from the remote server. (This is not a problem of Kamailio)

dns_cache_init=on
use_dns_cache=on

→ NO CRASH, Kamailio receives “SIP/2.0 488 Not acceptable here” from the remote server. (This is not a problem of Kamailio)

In each case I have performed the test twice and got consistent results.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/issues/3350/1412073093@github.com>