mirror of https://github.com/asterisk/asterisk
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@117986 65c4cc65-6c06-0410-ace0-fbb531ad65f31.6.1
parent
3c6aa2f5dc
commit
9276a4370c
@ -0,0 +1,11 @@
|
|||||||
|
[general]
|
||||||
|
; The native delimiters for application arguments changed in 1.6 to be commas,
|
||||||
|
; instead of pipes. For people who don't want to upgrade their databases
|
||||||
|
; immediately, there is this compatibility option, which will allow them to
|
||||||
|
; use pipes, via a translation done at runtime. Set compat to 1.4, if you
|
||||||
|
; want to turn this translation ON. Set compat to 1.6 if you've already made
|
||||||
|
; the transition.
|
||||||
|
;
|
||||||
|
; compat=1.4
|
||||||
|
compat=1.6
|
||||||
|
|
Loading…
Reference in new issue