summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-06-26 14:19:38 +0000
committerMark Spencer <markster@digium.com>2004-06-26 14:19:38 +0000
commitb76935b95cd7692ba6372326b63cbb55b1e218aa (patch)
treef6781c770c15ad0c291ff2b32e4cc4eed30e7967 /configs
parent03fbf171a7797173d4dff2c419615afda7143a8a (diff)
Minor alsa fixes, add "delayreject" option to IAX to implement request of bug #1846)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3313 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/iax.conf.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample
index b0bfc9080..8cd590f2a 100755
--- a/configs/iax.conf.sample
+++ b/configs/iax.conf.sample
@@ -15,6 +15,12 @@
;
;iaxcompat=yes
;
+; For increased security against brute force password attacks
+; enable "delayreject" which will delay the sending of authentication
+; reject for REGREQ or AUTHREP if there is a password.
+;
+;delayreject=yes
+;
; You may specify a global default AMA flag for iaxtel calls. It must be
; one of 'default', 'omit', 'billing', or 'documentation'. These flags
; are used in the generation of call detail records.