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>&nbsp;____________</div><div>| &nbsp;call_status &nbsp; |</div><div>|------------------ --|</div>
<div>| · <span class="Apple-style-span" style="text-decoration: underline;">id</span>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |</div><div>| · destination &nbsp;|</div><div>| · status &nbsp; &nbsp; &nbsp; &nbsp; |</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>