aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-29 17:15:15 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-29 17:15:15 +0000
commit9c6f0ec509daf71082075379130b502980ce4480 (patch)
tree16c50d25b95f4ca6252961106b6befa2d32c6b3c /configs
parentf57cae61ff5315c3444e4b6298202cd9496f58a9 (diff)
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: http://svn.digium.com/svn/asterisk/trunk@204069 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/cel_adaptive_odbc.conf.sample4
1 files changed, 0 insertions, 4 deletions
diff --git a/configs/cel_adaptive_odbc.conf.sample b/configs/cel_adaptive_odbc.conf.sample
index a909efe04..7cc80f700 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.