Is it possible to log just the outgoing calls using cdr_odbc into a custom mysql database table?<div><br></div><div>my table will look like this:</div><div> ____________</div><div>| call_status |</div><div>|------------------ --|</div>
<div>| · <span class="Apple-style-span" style="text-decoration: underline;">id</span> |</div><div>| · destination |</div><div>| · status |</div><div>|____________|</div><div><br></div><div>I just need to store the destination number and the status of the channel for example BUSY, UNAVAILABLE etc...</div>