Hi,
looks like in your script, in the SENDPUSH route, you set the luaret var to
0 then you check if it's value is != 1, in which case you reply 501,
Unknown Destination. Since you never change the var value you are always
hitting this case.
Regards,
Federico
On 24 Jul 2016 14:25, "Nahum Nir" wr
Thanks,
I was able to suspend the transaction and wait for the register but the
client that sends the INVITE get unavailable right after the other side
joins.
Here is my debug flow:
Client A sends the INVITES.
Use case 1: Client B register one time. Then I turn off the WiFi in client
B so it will
Hi,
to set the timeout for a specific transaction you can use tm module
function t_set_fr (
http://www.kamailio.org/docs/modules/devel/modules/tm.html#tm.f.t_set_fr).
For example you could call it before suspending the transaction setting a
short timeout and then call it again in the reply route wh