Re: [SR-Users] BYE request with Sipp refused

2015-07-08 Thread Loic Chabert
Hello Sebastian, I have more time to check today, and followed your instruction. I have added rss="true" on 200OK (with sdp), and next, an ACK should be sent by my sipp, with asterisk IP on request line. But this ACK is not sent by my sipp. Sipp detect this 200OK, but not respond with an ACK (wai

Re: [SR-Users] BYE request with Sipp refused

2015-07-08 Thread Sebastian Damm
Hi, you need to change the ACK the same way you did change your BYE Request. The 400 Bad Request URI response seems to be geneerated by your Kamailio. But I can't find a matching BYE request with CSeq 2, so I don't know what Kamailio is complaining about. The BYE with CSeq 3 is not directed to t

Re: [SR-Users] BYE request with Sipp refused

2015-07-06 Thread Loic Chabert
Hello, Thanks for your explaination Sebastian but ... nothing change, RR has not been added. But i have noticed a new error: 400 Bad request (as you can see in my attachment). Why there is so many ACK/200 OK on my wireshark trace. On my scenario, there is only one ACK no ? Is it normal ? Many th

Re: [SR-Users] BYE request with Sipp refused

2015-07-06 Thread Sebastian Damm
Hello, you are probably just sending the BYE to the wrong contact. The 200 OK didn't come from your Kamailio but from the server where the request was dispatched to. So you have to use the URI from Contact header as your new Request URI. (This is true already for the ACK after the 200 OK was recei

Re: [SR-Users] BYE request with Sipp refused

2015-07-06 Thread Loic Chabert
Hello Daniel, Record-route is only used on request route: # record routing for dialog forming requests (in case they are routed) # - remove preloaded route headers remove_hf("Route"); if (is_method("INVITE|SUBSCRIBE")) record_route(); But not after. In the

Re: [SR-Users] BYE request with Sipp refused

2015-07-05 Thread Daniel-Constantin Mierla
Hello, you have the config of kamailio doing record_route() and then expecting Route header in BYE, but your BYE is not having one. Cheers, Daniel On 05/07/15 12:05, Loic Chabert wrote: > Hello everyone, > > I'm a newbie in kamailio world and make some tests to dispatch call > over several aster

[SR-Users] BYE request with Sipp refused

2015-07-05 Thread Loic Chabert
Hello everyone, 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). Now, i want to test performance of my cluster and use Sipp to chalenge it