mirror of https://github.com/asterisk/asterisk
https://origsvn.digium.com/svn/asterisk/trunk ........ r120171 | tilghman | 2008-06-03 17:05:16 -0500 (Tue, 03 Jun 2008) | 5 lines Move compatibility options into asterisk.conf, default them to on for upgrades, and off for new installations. This includes the translation from pipes to commas for pbx_realtime and the EXEC command for AGI, as well as the change to the Set application not to support multiple variables at once. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@120172 65c4cc65-6c06-0410-ace0-fbb531ad65f31.6.0
parent
ff438c5343
commit
ac54d54fc5
@ -1,11 +0,0 @@
|
||||
[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