<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
<font face="Helvetica, Arial, sans-serif">Hello list,<br>
<br>
I have added an extra field "mycolumn" to the cdr table in my MySQL-DB.<br>
<br>
I simply try to add a value to this column by doing the following in
the dialplan :<br>
<br>
exten =&gt; 600,n,Set(CDR(mycolumn)="myvalue")<br>
<br>
<br>
But this value is not written to the column 'mycolumn' together with
the other CDR-data.<br>
<br>
Why is this ?! Do I need further configuration ? (Not according to
<a class="moz-txt-link-freetext" href="http://pbxinaflash.com/forum/showthread.php?t=9042">http://pbxinaflash.com/forum/showthread.php?t=9042</a>)<br>
<br>
<br>
Kind regards,<br>
Jonas.<br>
</font>
</body>
</html>