Greetings all,
I'm using ser 0.8.14 and have encountered a problem. I'm curious if anyone else has seen this and if they know of a resolution. My problem is this.
If I write:
If(method=="INVITE") { do something; };
It will work, and does so for REFER, and CANCEL. However, BYE is not being caught. I see the BYE in the logs, but SER isn't seeing it in my code, so actions I wish to take on a method=="BYE" won't run as it never enters the statement.
Any ideas?
Thanks and have fun. C.