<div dir="ltr">Hello, <div><br></div><div>Simple doubt regarding dispatcher module when you have the ds_default_socket() modparam set:</div><div><br></div><div>Say you have 2 kamailio boxes, active + passive, one shared IP via keepalived.... On the actrive node, you have dispatcher.send_ping to 1, and the passive has it set to 0.</div><div><br></div><div>So far OK, only the active box is sending out probing OPTIONS requests, and it's using as outbound socket the virtual IP out of all the available ones (as defined with ds_default_socket() modparam)</div><div><br></div><div>I have seen in a capture that the outbound OPTIONS look like:</div><div><br></div><font face="monospace">OPTIONS sip:<a href="http://190.14.203.219:5060">190.14.203.219:5060</a> SIP/2.0<br>Via: SIP/2.0/UDP <font color="#ff0000">A.B.C.180</font>;branch=z9hG4bK7abb.6fbaccc1000000000000000000000000.0<br>To: <sip:<a href="http://190.14.203.219:5060">190.14.203.219:5060</a>><br>From: <sip:dspinger@my.domain>;tag=e2bdd495733c59fd91487a137fccad4e-8a73<br>CSeq: 10 OPTIONS<br>Call-ID: 2019f8491329c382-31419@<font color="#ff0000">A.B.C.181</font><br>Max-Forwards: 70<br></font><div><font face="monospace">Content-Length: 0</font></div><div><br></div><div>A.B.C.180 -> VRRP</div><div>A.B.C.181 -> Physical IP of the box</div><div><br></div><div>My doubt is, shouldn't ds_default_socket also update the IP used to generate the Call-ID used in the OPTIONS request? Currently, I believe it's using the first defined listen= IP from config script as I switched the order the listen= are defined and I get the desired result:</div><div><br></div><div><font face="monospace">OPTIONS sip:<a href="http://186.188.220.174:5060">186.188.220.174:5060</a> SIP/2.0<br>Via: SIP/2.0/UDP <font color="#ff0000">A.B.C.180</font>;branch=z9hG4bKc97e.a8d9e1c2000000000000000000000000.0<br>To: <sip:<a href="http://186.188.220.174:5060">186.188.220.174:5060</a>><br>From: <sip:dspinger@my.domain>;tag=5e2e1773f812f6a7e4085c5d036e29d8-d323<br>CSeq: 10 OPTIONS<br>Call-ID: 7d9a92c218fc1ba0-32111@<font color="#ff0000">A.B.C.180</font><br>Max-Forwards: 70<br>Content-Length: 0</font><br></div><div><br></div><div><br></div><div>Is this expected?</div><div><br></div><div>Cheers, </div><div>Joel.</div><div><br></div><div><br></div><div><br></div></div>