Search found 4 matches
- 18 Jun 2013, 22:59
- Forum: General Discussion (csf)
- Topic: *WARNING* Cluster member ... talking nonsense
- Replies: 2
- Views: 3643
Re: *WARNING* Cluster member ... talking nonsense
i could solve it by configuring all the nodes to use the same key )))
- 18 Jun 2013, 22:46
- Forum: General Discussion (csf)
- Topic: *WARNING* Cluster member ... talking nonsense
- Replies: 2
- Views: 3643
Re: *WARNING* Cluster member ... talking nonsense
I have the same,
i noticed that in a three server setup wher 1 is the master and 2,3 slaves only one slave gets the proper settings
i noticed that in a three server setup wher 1 is the master and 2,3 slaves only one slave gets the proper settings
- 14 Jun 2013, 11:28
- Forum: General Discussion (csf)
- Topic: help with regex
- Replies: 1
- Views: 2879
Re: help with regex
solved if (($lgfile eq $config{CUSTOMFS_LOG}) and ($line =~ /^.*?\[WARNING\] sofia_reg.c:1402 SIP auth failure \(REGISTER\) on sofia profile '(.*?)' for \[(.*?)\] from ip (\d+\.\d+\.\d+\.\d+)$/)) { return ("SIP auth failure on interface $1 for user $2",$3,"freeswitch","5&quo...
- 13 Jun 2013, 09:39
- Forum: General Discussion (csf)
- Topic: help with regex
- Replies: 1
- Views: 2879
help with regex
Hi I want to move from fail 2 ban to csf and i use a regex to check var/log/freeswitch/debug.log for failed auth attempts how would i translate that into a regex for csf? \[WARNING\] sofia_reg.c:\d+ SIP auth failure \(REGISTER\) on sofia profile \'[^']+\' for \[.*\] from ip <HOST> \[WARNING\] sofia_...