diff options
author | Peter Kozak <spag@golwen.net> | 2013-06-10 10:10:47 +0200 |
---|---|---|
committer | Peter Kozak <spag@golwen.net> | 2013-06-10 10:10:47 +0200 |
commit | 4f2e71c9e6596515d5feded48e4ade495705d90c (patch) | |
tree | 02710e007fa847ed46ce2f371c516fd2b02b934e /misc/freeswitch/scripts | |
parent | 419b25044950ab06a618eca2f3d2d699c1f3501b (diff) | |
parent | 6fcce9fe8d2630b453e1e45aebb525cf8e6f4e78 (diff) |
Merge branch 'develop' of github.com:amooma/GS5 into develop
Diffstat (limited to 'misc/freeswitch/scripts')
-rw-r--r-- | misc/freeswitch/scripts/common/intruder.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/freeswitch/scripts/common/intruder.lua b/misc/freeswitch/scripts/common/intruder.lua index 7d12155..f5e7a41 100644 --- a/misc/freeswitch/scripts/common/intruder.lua +++ b/misc/freeswitch/scripts/common/intruder.lua @@ -35,7 +35,7 @@ function Intruder.update_blacklist(self, event) contacts_per_second_max = event.contacts_per_second_max, user_agent = event.user_agent, to_user = event.to_user, - comment = 'Permimeter', + comment = 'Perimeter', created_at = {'NOW()', raw = true }, updated_at = {'NOW()', raw = true }, }; |