<div dir="ltr"><div><div><div><div>Hello everyone,<br><br></div>I'm a newbie in kamailio world and make some tests to dispatch call over several asterisk instances. This part works, my call has been distributed over two instances (if i make a call with jitsi for example).<br></div>Now, i want to test performance of my cluster and use Sipp to chalenge it.<br><br></div>All method is working fine, except the BYE method, where kamailio send me back a 404 Not here.<br><br></div><div>This is my SIPP scenario:<br><br>...<br></div><div><div><div><div><br>  <pause/><br><br>  <!-- The 'crlf' option inserts a blank line in the statistics report. --><br>  <send retrans="500"><br>    <![CDATA[<br><br>      BYE sip:[service]@[remote_ip] SIP/2.0<br>      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]<br>      From: sipp <<a href="mailto:sip%3Asipp@loicchabert.fr">sip:sipp@loicchabert.fr</a>>;tag=[pid]SIPpTag00[call_number]<br>      To: sut <sip:[service]@[remote_ip]:[remote_port]>[peer_tag_param]<br>      Call-ID: [call_id]<br>      CSeq: 2 BYE<br>      Contact: sip:sipp@[local_ip]:[local_port]<br>      Max-Forwards: 70<br>      Subject: Performance Test<br>      Content-Length: 0<br><br>    ]]><br>  </send><br>...<br><br></div><div>I use the classic file of kamailio, with some adjustement for dispatching.<br><br></div><div>Any ideas concerning this problem ? This BYE is not in transaction so he is drop by kamailio ?<br><br></div><div>Thank in advance,<br><br></div><div>Regards.<br></div></div></div></div></div>