freeswitch.conf 699 B

123456789101112131415161718
  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 =