Hi all, Can anyone tell me please about which function should I use to reply ACK to PSTN gateway after receiving a REINVITE?
Thanks
Hello,
the ACK does not require a reply. You have to route it to destination -- that is done usually via Route headers.
Cheers, Daniel
On 03/14/2009 01:19 PM, John kader wrote:
Hi all, Can anyone tell me please about which function should I use to reply ACK to PSTN gateway after receiving a REINVITE?
Thanks
Kamailio (OpenSER) - Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users
2009/3/14 John kader jado1977@gmail.com:
Hi all, Can anyone tell me please about which function should I use to reply ACK to PSTN gateway after receiving a REINVITE?
Hi John. Please review any SIP tutorial in which basic INVITE flow is explained. Basically, ACK is *not* a reply.
Regards.
John kader schrieb:
Hi all, Can anyone tell me please about which function should I use to reply ACK to PSTN gateway after receiving a REINVITE?
A SIP proxy does not send ACK by itself. The SIP proxy will forward the reINVITE to the SIP client. Then, the SIP client should send back 200 OK which will be forwarded by the proxy to the gateway. Then, the gateway will send ACK and the proxy will forward it to the SIP client.
regards klaus
Thanks
Kamailio (OpenSER) - Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users