aboutsummaryrefslogtreecommitdiffstats
path: root/configs/iax.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-29 23:20:31 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-29 23:20:31 +0000
commit8c66623859cbb6c08f1580d93180ffa8490e0914 (patch)
treed85fd9232d121c0de7e15028e03fb5d8e839bbdc /configs/iax.conf.sample
parent7fd9ddbc394f5f5b0477a2190d20030b2dae375e (diff)
Add option to disable checksums on IAX
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5301 f38db490-d61c-443f-a65b-d21fe96a405b
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.