From 01e189f6d8cdac27bd020044faad5371dade05ed Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Wed, 30 Jul 2008 17:36:31 +0000 Subject: [PATCH] Document adaptive capabilities git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@134443 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES b/CHANGES index 7418e195b2..0552d861b9 100644 --- a/CHANGES +++ b/CHANGES @@ -178,6 +178,15 @@ Queue changes "QUEUE TIMING OPTIONS" in configs/queues.conf.sample for a detailed explanation of the option as well as an explanation about timeout options in general +Realtime changes +---------------- + * Several (ODBC, Postgres, MySQL, SQLite) realtime drivers have been given + adaptive capabilities. What this means in practical terms is that if your + realtime table lacks critical fields, Asterisk will now emit warnings to + that effect. Also, some of the realtime drivers have the ability (if + configured) to automatically add those columns to the table with the + correct type and length. + Miscellaneous ------------- * The channel variable ATTENDED_TRANSFER_COMPLETE_SOUND can now be set using