Anyway, what is the right way to handle ACK and BYE requests?
As I use rewritehostport("194.xx.xx.170:5060"); before sending request to PSTN - I get ACK whith (!uri==myself) How to handle such ACK's - should I write separate procedure to relay them?
Hello, unless it is not a new extension to SIP, ASK should be ACK
... if (method=="ASK") { ...
Daniel