mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 11:58:40 +00:00
Document adaptive capabilities
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@134443 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
9
CHANGES
9
CHANGES
@@ -178,6 +178,15 @@ Queue changes
|
|||||||
"QUEUE TIMING OPTIONS" in configs/queues.conf.sample for a detailed explanation of the option
|
"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
|
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
|
Miscellaneous
|
||||||
-------------
|
-------------
|
||||||
* The channel variable ATTENDED_TRANSFER_COMPLETE_SOUND can now be set using
|
* The channel variable ATTENDED_TRANSFER_COMPLETE_SOUND can now be set using
|
||||||
|
|||||||
Reference in New Issue
Block a user