Fork of FusionPBX but with LDAP kinda working
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
699 B

  1. [Definition]
  2. # Option: failregex
  3. # Notes.: regex to match the password failures messages in the logfile. The
  4. # host must be matched by a group named "host". The tag "<HOST>" can
  5. # be used for standard IP/hostname matching and is only an alias for
  6. # (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
  7. # Values: TEXT
  8. #
  9. failregex = \[WARNING\] sofia_reg.c:\d+ SIP auth failure \(REGISTER\) on sofia profile \'.*\' for \[.*\] from ip <HOST>
  10. \[WARNING\] sofia_reg.c:\d+ SIP auth failure \(INVITE\) on sofia profile \'.*\' for \[.*\] from ip <HOST>
  11. # Option: ignoreregex
  12. # Notes.: regex to ignore. If this regex matches, the line is ignored.
  13. # Values: TEXT
  14. #
  15. ignoreregex =