aboutsummaryrefslogtreecommitdiffstats
path: root/configs/iax.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-02-01 20:08:36 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-02-01 20:08:36 +0000
commitafbbafd633c43b7f9bb1ed349dc5d2c911a5923f (patch)
tree586913344e685a3b10e3ea91106f8cc162d5b938 /configs/iax.conf.sample
parentc050b2ae9905a427773c8634b908b4199a04dca7 (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: http://svn.digium.com/svn/asterisk/trunk@2104 f38db490-d61c-443f-a65b-d21fe96a405b
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.