summaryrefslogtreecommitdiff
path: root/configs/iax.conf.sample
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-02-01 20:08:36 +0000
committerMark Spencer <markster@digium.com>2004-02-01 20:08:36 +0000
commit87f28fa6dd6c2ce1ecc44a8a0b143740a40c462e (patch)
tree586913344e685a3b10e3ea91106f8cc162d5b938 /configs/iax.conf.sample
parent83344af1c26c209d5f86b3fdd357fa57219b0f29 (diff)
Add "iaxcompat" option to allow nested switch statements, still might fail if you have an IAX call going to something with a switch...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2104 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/iax.conf.sample')
-rwxr-xr-xconfigs/iax.conf.sample5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample
index 06ee8de2f..42f5ed9e5 100755
--- a/configs/iax.conf.sample
+++ b/configs/iax.conf.sample
@@ -10,6 +10,11 @@
port=5036
;bindaddr=192.168.0.1
;
+; Set iaxcompat to yes if you plan to use layered
+; switches. It incurs a small performance hit to enable it
+;
+;iaxcompat=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.