aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-22 21:43:47 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-22 21:43:47 +0000
commit9befc6e976aedf45707dcefe95c690c30a4cda20 (patch)
treea646dd055c17735981ae9705af84a58db46d8e47 /configs
parent0bfbd79a0693e10619949cde1933d78b3e2fe228 (diff)
Merged revisions 117986 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r117986 | tilghman | 2008-05-22 16:42:50 -0500 (Thu, 22 May 2008) | 2 lines Add a compatibility option for upgrading realtime extensions ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@117987 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/pbx_realtime.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/configs/pbx_realtime.conf b/configs/pbx_realtime.conf
new file mode 100644
index 000000000..022b3e934
--- /dev/null
+++ b/configs/pbx_realtime.conf
@@ -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
+