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.mailingli...@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:unkn...@my.ip.addr.
>>
>> What is a 'timer event'?
>>
>> regards
>> Klaus
> 
> 

_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to