Ich habe eine asterisk 1.2 rumstehen und bei mir matchen diese Regeln:
failregex = NOTICE.* .*: Registration from '\".*\"' failed for '<HOST>' - Wrong password
NOTICE.* .*: Registration from '\".*\".*' failed for '<HOST>' - Wrong password
NOTICE.* .*: Registration from '.*' failed for '<HOST>' - No matching peer found
NOTICE.* .*: Registration from '.*' failed for '<HOST>' - Username/auth name mismatch
NOTICE.* .*: Registration from '.*' failed for '<HOST>' - Device does not match ACL
NOTICE.* .*: Registration from '.*' failed for '<HOST>' - Peer is not supposed to register
NOTICE.* .*: Registration from '.*' failed for '<HOST>' - ACL error (permit/deny)
NOTICE.* .*: Registration from '.*' failed for '<HOST>' - Device does not match ACL
NOTICE.* <HOST> failed to authenticate as '.*'$
NOTICE.* .*: No registration for peer '.*' \(from <HOST>\)
NOTICE.* .*: Host <HOST> failed MD5 authentication for '.*' (.*)
NOTICE.* .*: Failed to authenticate user .*@<HOST>.*
Die Versuche sehen so aus:
[Jan 19 06:32:34] NOTICE[4177]: Registration from '"xx" <sip:
[email protected]>' failed for '183.230.96.41' - Wrong password
[Jan 19 06:32:34] NOTICE[4177]: Registration from '"xx" <sip:
[email protected]>' failed for '183.230.96.41' - Wrong password
[Jan 19 06:32:34] NOTICE[4177]: Registration from '"xx" <sip:
[email protected]>' failed for '183.230.96.41' - Wrong password
:EDIT: Diese REGEX tut es:
NOTICE\[.*\]: Registration from '.*' failed for '<HOST>' - Wrong password