Thanks Klaus.
-graham
On 2/7/11 7:13 AM, "Klaus Darilion" klaus.mailinglists@pernau.at wrote:
Am 07.02.2011 13:47, schrieb Graham Wooden:
The SIP Timer, no? When I do a sip trace, that is what I see come across from avaya system in the options packets.
If it is an OPTIONS request I guess it is just a keep-alive to keep the NAT/FW bindings alive.
This could be fixed easily:
if (is_method("OPTIONS")) { if ($rU="Unknown") { sl_send_reply("200","Ok"); exit; } }
klaus
" Supported: timer"
-graham
On 2/7/11 2:16 AM, "Klaus Darilion" klaus.mailinglists@pernau.at wrote:
Am 06.02.2011 15:48, schrieb Graham Wooden:
The issue is that I am throwing back a 404 to them when they do a timer event, as they are passing sip:Unknown@my.ip.addr.
What is a 'timer event'?
regards Klaus