From: Tilghman Lesher Date: Mon, 29 Jun 2009 17:15:15 +0000 (+0000) Subject: Remove invalid entries in the config. X-Git-Tag: 11.0.0-beta1~4577 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2a94ef51cbb2352004f454212555524ba57b157;p=thirdparty%2Fasterisk.git Remove invalid entries in the config. This might seem like a legitimate comment that merely needed semicolon prefixes, but in reality, the adaptive layer is designed to allow arbitrary CDR variables, without needing the use of a userfield to store multiple items. It's therefore not only invalid syntax but also goes against the intent of the adaptive method. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@204069 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/configs/cel_adaptive_odbc.conf.sample b/configs/cel_adaptive_odbc.conf.sample index a909efe045..7cc80f7007 100644 --- a/configs/cel_adaptive_odbc.conf.sample +++ b/configs/cel_adaptive_odbc.conf.sample @@ -100,7 +100,3 @@ ; something else in your table, simply provide an alias in the configuration ; file that maps the standard CDR field name (uniqueid) to whatever column ; name you like. - -At the current time, channel variables are not published with the events. -If you wish to store variables, put them in the channel userfield and -extract them from there.