[SR-Users] Handling timers from an Avaya PBX (throwing 404s)

Graham Wooden graham at g-rock.net
Tue Feb 8 02:01:27 CET 2011


Thanks Klaus.

-graham


On 2/7/11 7:13 AM, "Klaus Darilion" <klaus.mailinglists at 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 at 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 at my.ip.addr.
>>> 
>>> What is a 'timer event'?
>>> 
>>> regards
>>> Klaus
>> 
>> 





More information about the sr-users mailing list