summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-06-03 22:05:16 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-06-03 22:05:16 +0000
commit76506b7baa23b192b35313b41d00fd153567369e (patch)
tree1128255ba26efd55114897a12cea38a75f674c31 /configs
parent5866b0dfe81e8aec98bf7691cfe7001cd0b54bc2 (diff)
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/trunk@120171 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/pbx_realtime.conf11
1 files changed, 0 insertions, 11 deletions
diff --git a/configs/pbx_realtime.conf b/configs/pbx_realtime.conf
deleted file mode 100644
index 022b3e934..000000000
--- a/configs/pbx_realtime.conf
+++ /dev/null
@@ -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
-