<html><head><meta name="Generator" content="PSI HTML/CSS Generator"/>
<style type="text/css"><!--
body{font-family:'Courier New';font-size:10pt;font-color:'#000000';}
LI{display:list-item;margin:0.00in;}
p{display:block;margin:0.00in;}
body{}
--></style>
</head><BODY BGCOLOR="#E9E9E9" ><div><SPAN style="font-family:'Courier New';font-size:10pt;">Hi,</SPAN></div>
<div>&nbsp;</div>
<div><SPAN style="font-family:'Courier New';font-size:10pt;">there are two changes from 1.4 to 1.6 that are a bit irritating:</SPAN></div>
<div>&nbsp;</div>
<div><SPAN style="font-family:'Courier New';font-size:10pt;">1. calldate is now start and you need to add [aliases] start=calldate to make it work with the "normal" cdr db.</SPAN></div>
<div>&nbsp;</div>
<div><SPAN style="font-family:'Courier New';font-size:10pt;">2. I need to specify a sock when the mysql server is on localhost, it's not enough with: hostname = localhost</SPAN></div>
<div>&nbsp;</div>
<div><SPAN style="font-family:'Courier New';font-size:10pt;">My "new" conf:</SPAN></div>
<div>&nbsp;</div>
<div><SPAN style="font-family:'Courier New';font-size:10pt;">[global]</SPAN></div>
<div><SPAN style="font-family:'Courier New';font-size:10pt;">hostname = localhost</SPAN></div>
<div><SPAN style="font-family:'Courier New';font-size:10pt;">dbname = asteriskcdrdb</SPAN></div>
<div><SPAN style="font-family:'Courier New';font-size:10pt;">password = amp109</SPAN></div>
<div><SPAN style="font-family:'Courier New';font-size:10pt;">user = asteriskuser</SPAN></div>
<div><SPAN style="font-family:'Courier New';font-size:10pt;">userfield=1</SPAN></div>
<div><SPAN style="font-family:'Courier New';font-size:10pt;">;port=3306</SPAN></div>
<div><SPAN style="font-family:'Courier New';font-size:10pt;">sock=/var/run/mysqld/mysqld.sock</SPAN></div>
<div>&nbsp;</div>
<div><SPAN style="font-family:'Courier New';font-size:10pt;">[aliases]</SPAN></div>
<div><SPAN style="font-family:'Courier New';font-size:10pt;">start=calldate</SPAN></div>
<div>&nbsp;</div>
<div><SPAN style="font-family:'Courier New';font-size:10pt;">Is there a good explanation to this changes?</SPAN></div>
<div>&nbsp;</div>
<div><SPAN style="font-family:'Courier New';font-size:10pt;">/niklas</SPAN></div>
</body></html>