doc/
subfolder, the README file is autogenerated)I found that zero servers are being logged, even though they are (ignore the line numbers, the file is slightly modified):
0(15681) DEBUG: dispatcher [dispatch.c:919]: ds_load_list(): found [0] dest sets
0(15681) DEBUG: dispatcher [dispatch.c:222]: ds_log_dst_cb(): dst>> 1031 sip:127.0.0.1:5182 0 0 (,0,0,0)
0(15681) DEBUG: dispatcher [dispatch.c:222]: ds_log_dst_cb(): dst>> 1011 sip:127.0.0.1:5180 0 0 (,0,0,0)
0(15681) DEBUG: dispatcher [dispatch.c:222]: ds_log_dst_cb(): dst>> 1021 sip:127.0.0.1:5181 0 0 (,0,0,0)
Therefore, I moved the logging of the dest sets after updating variable and this fixed the error.
https://github.com/kamailio/kamailio/pull/2609
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.