On Nov 03, 2005 at 09:50, deviator <deviator(a)inbox.ru> wrote:
Thanks for reply!
This is part of my openser.cfg
[...]
if (uri==myself) {
append_hf("P-hint: Local Destination\r\n");
if (method=="ACK") {
setflag(1);
route(9);
^^^^^^^^ - you haven't sent route[9], check it to see
if you
drop the ACKs in there (you should treat them almost the
same as the invites)
break;
} else if (method=="CANCEL") {
route(5);
break;
} else if (method=="INVITE") {
setflag(1);
route(5);
break;
[...]
I dont think that my UA is broken, same results have all my ipphones and softphones :(
The ACK was not dropped because the UA was broken, but nevertheless you
the UA didn't properly handle record-routing.
Andrei