Forum Discussion

DavidWong_10382's avatar
DavidWong_10382
Icon for Nimbostratus rankNimbostratus
Nov 03, 2009

About SIP Notify

Hi Guys,

 

 

When I use [SIP::header value NOTIFY] in iRule, F5 shows following error, would you please happen to know the reason why? thanks.

 

 

Rule [SIP_XXX] error: line 30: [Invalid syslog level - bad priority: NOTIFY] [log local0.NOTIFY ${[SIP::header value NOTIFY]}]

2 Replies

  • Hi David,

     

     

    The syslog facility name is notice, not notify. If you use this it should work:

     

     

    log local0.notice "\[SIP::header value NOTIFY\]: [SIP::header value NOTIFY]"

     

     

    Aaron
  • I found answer, basically NOTIFY is SIP method , which is not a part of SIP::header. Cheers