From 9276a4370c68844b056b0d078edf23f70fcf0670 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Thu, 22 May 2008 21:42:50 +0000 Subject: Add a compatibility option for upgrading realtime extensions git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@117986 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/pbx_realtime.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 configs/pbx_realtime.conf (limited to 'configs') 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 + -- cgit v1.2.3