aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-26 14:19:38 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-26 14:19:38 +0000
commita4b291c15f3a27d60396d2c225db88c850a31cd6 (patch)
treef6781c770c15ad0c291ff2b32e4cc4eed30e7967 /configs
parent1e7a60f1b8fde718309b43f8aadfeeca74302dd3 (diff)
Minor alsa fixes, add "delayreject" option to IAX to implement request of bug #1846)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3313 f38db490-d61c-443f-a65b-d21fe96a405b
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.