<div>Regarding my previous post:</div>
<div> </div>
<div>"Playback audio before answered by a queue member"</div>
<div> </div>
<div>I added a ResetCDR() command at the middle:</div>
<div> </div>
<div>
<div>exten => XXXXXXXXXX,1,Background(audiofile) ;answers the channel immediately</div>
<div>exten => XXXXXXXXXX,2,ResetCDR() ;clean slate</div>
<div>exten => XXXXXXXXXX,3,Queue(Qname|tdn|||) ;new answer time written</div>
<div> </div>
<div>Looking at the CDR, the billsec is no longer the same as duration. This should be the actual talktime that I'm looking for.</div>
<div> </div>
<div>Are there any side effects to look out when I use ResetCDR()?</div></div>