Hi Gents,
We have created a small redirect server using the Lua API to get the
destinations.
Lets say that it takes some time while the script generates the answer,
during this time we got a CANCEL.
How we can handle this properly ? As far as I could see the TM module
always sends back the answer (302) and after that I get the "CANCEL" in
my script.
Here is my config:
http://pastebin.com/7PyKBJyD
Here is my test Lua script:
http://pastebin.com/6VXn5y8m
Could you please help me what is the best way to handle the CANCEL ?
Is it possible to do it properly ?
Thanks,
Misi