Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem sending ACK after receive 200 OK

688654May 7 2009 — edited May 14 2009
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 11 2009
Added on May 7 2009
7 comments
2,796 views