I think this has to do with how your dial plan is setup.  If you are making a call to a cell phone, i'm assuming that you are using an FXO (or some sort of phone service).  My guess is that the disposition is being marked "ANSWERED" because the FXO is picking up (or the phone service is) and answering the call from Asterisk.  The Dial() function is communicating with the FXO to determine whether or not the call is actually working.  Unfortunately, my guess is that the CDR is only applicable to the connection between Asterisk and your termination point (FXO or otherwise).  I say this because I know that, in the instance of QOS statistics, the CDR would not be able to know whats happening beyond the FXO.
<br><br><br><div><span class="gmail_quote">On 4/12/07, <b class="gmail_sendername">damiano bertuna</b> &lt;<a href="mailto:damianobertuna@gmail.com">damianobertuna@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello to everybody, I have a problem with the disposition filed that asterisk write in mysql table. <br>What I notice is that for every outbound calls (for example to a mobile phone) I see in disposition field the string &quot;ANSWERED&quot; when&nbsp; I reject the call and also when I really answer the call, while in the variable DIALSTAUS I have the correct status of the call (BUSY, CHANUNAVAIL, ANSWERED, NO ANSWER etc....).
<br><br>Can anyone help me?<br><br>Bye, Damiano Bertuna.<br><br><br>
<br>_______________________________________________<br>--Bandwidth and Colocation provided by <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://Easynews.com" target="_blank">Easynews.com</a> --<br><br>
asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br> &nbsp; <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br><br></blockquote></div><br>