El Jueves, 16 de Julio de 2009, David escribió: > Here's a capture of the ACK and loop, can send full nget if you > like: > > U 2009/07/15 19:27:22.742189 sipp-ip:5060 -> opensips-ip:5060 > ACK sip:x...@opensips-ip:5060 SIP/2.0.
This ACK is wrong. Note that the the RURI is opensips itself hen it should be the Contact received in the 200 from Asterisk: Contact: <sip:x...@asterisk-ip> The ACK for a 200 is an *in-dialog* request so it must be setnt to the proxy (since it did loose-routing by adding Record-Route header) and the RURI must be the final destination. SIPp doesn't handle corretly this case, I already tested it time ago. You must to improve your SIPp scenario and set in the ACK RURI the Contact received in the 200. That's all. -- Iñaki Baz Castillo <[email protected]> _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
