Problem sending ACK after receive 200 OK
688654May 7 2009 — edited May 14 2009Hi all,
I'm figuring out a problem with an ACK Request in SIP Servlets:
I have two clientes and one server:
Client 1 sends an INVITE to server, and this one sends it to Client 2.
Client 2 accepts de call and answers wuth 200 OK
After this, client 1 sends an ACK to server but the server is not sending it to client 2.
How am I doing this: I take de 200 OK response and I do response.createAck() and it creates an ACK request, but when I try to send it (ackRequest.send()), it doesn't leave the server and obviously doens't arrive to Client 2.
Anyone knows what the problem is? There's a special way to treat ACK ou another way to create it and send it? I've tried all I know, without success, I really need help!
Thanks,
Kelle