From c6e803f49a6376428a29289fca3df04a2a6c8f82 Mon Sep 17 00:00:00 2001 From: tilghman Date: Thu, 31 Mar 2011 06:44:08 +0000 Subject: Merged revisions 311930 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r311930 | tilghman | 2011-03-31 01:43:18 -0500 (Thu, 31 Mar 2011) | 6 lines Incorrect default example; the field is actually internally named "clid", not "callerid". (closes issue #19040) Reported by: wcselby Tested by: tilghman ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@311931 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/cdr_mysql.conf.sample | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) (limited to 'configs') diff --git a/configs/cdr_mysql.conf.sample b/configs/cdr_mysql.conf.sample index dd37e2ce9..04b70493b 100644 --- a/configs/cdr_mysql.conf.sample +++ b/configs/cdr_mysql.conf.sample @@ -42,18 +42,19 @@ ;static "" => ;alias => alias start => calldate -alias callerid => clid -;alias src => src -;alias dst => dst -;alias dcontext => dcontext -;alias channel => channel -;alias dstchannel => dstchannel -;alias lastapp => lastapp -;alias lastdata => lastdata -;alias duration => duration -;alias billsec => billsec -;alias disposition => disposition -;alias amaflags => amaflags -;alias accountcode => accountcode -;alias userfield => userfield -;alias uniqueid => uniqueid +;alias clid => +;alias src => +;alias dst => +;alias dcontext => +;alias channel => +;alias dstchannel => +;alias lastapp => +;alias lastdata => +;alias duration => +;alias billsec => +;alias disposition => +;alias amaflags => +;alias accountcode => +;alias userfield => +;alias uniqueid => + -- cgit v1.2.3