From: Russell Bryant Date: Wed, 18 May 2005 21:05:13 +0000 (+0000) Subject: provide a more explicit explination as to what the 'iaxcompat' option does X-Git-Tag: 1.2.0-beta1~628 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d07421064b4f3dc8da9b22e22dec155105888577;p=thirdparty%2Fasterisk.git provide a more explicit explination as to what the 'iaxcompat' option does git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5713 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample index 724b719522..09001ea9f6 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 ;