aboutsummaryrefslogtreecommitdiffstats
path: root/configs/iax.conf.sample
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-18 21:05:13 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-18 21:05:13 +0000
commit6b3e12117ed9f37b5ec639aeafc7e933dd9fe4c2 (patch)
tree0c512db1b7beaa1c5bd077d495b95dbf7c98d76b /configs/iax.conf.sample
parente2c8bb9c440289d09415aa7464bdfa921b91f426 (diff)
provide a more explicit explination as to what the 'iaxcompat' option does
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5713 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/iax.conf.sample')
-rwxr-xr-xconfigs/iax.conf.sample8
1 files changed, 6 insertions, 2 deletions
diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample
index 724b71952..09001ea9f 100755
--- a/configs/iax.conf.sample
+++ b/configs/iax.conf.sample
@@ -18,8 +18,12 @@
; ; addresses, but the first will be the
; ; default
;
-; Set iaxcompat to yes if you plan to use layered
-; switches. It incurs a small performance hit to enable it
+; Set iaxcompat to yes if you plan to use layered switches or
+; some other scenario which may cause some delay when doing a
+; lookup in the dialplan. It incurs a small performance hit to
+; enable it. This option causes Asterisk to spawn a separate thread
+; when it receives an IAX DPREQ (Dialplan Request) instead of
+; blocking while it waits for a response.
;
;iaxcompat=yes
;