summaryrefslogtreecommitdiff
path: root/configs/iax.conf.sample
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-03-29 23:20:31 +0000
committerMark Spencer <markster@digium.com>2005-03-29 23:20:31 +0000
commitf3b51061e4c6ae63417e557261adf5f0d03dcc55 (patch)
treed85fd9232d121c0de7e15028e03fb5d8e839bbdc /configs/iax.conf.sample
parentc5df0c5e495ffdadedc85a180bc180f75a7d5a41 (diff)
Add option to disable checksums on IAX
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5301 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/iax.conf.sample')
-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 50f1fb37e..724b71952 100755
--- a/configs/iax.conf.sample
+++ b/configs/iax.conf.sample
@@ -23,6 +23,12 @@
;
;iaxcompat=yes
;
+; Disable UDP checksums (if nochecksums is set, then no checkums will
+; be calculated/checked on systems supporting this feature)
+;
+;nochecksums=no
+;
+;
; 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.