mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-17 02:19:03 +00:00
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
This commit is contained in:
@@ -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
|
||||
;
|
||||
|
Reference in New Issue
Block a user