[Home]

Summary:ASTERISK-02703: [request] when dial connects, fork/reset the CDR.
Reporter:dwinter (dwinter)Labels:
Date Opened:2004-10-28 21:43:36Date Closed:2011-06-07 14:04:52
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I keep people in a hold loop while dialing a destination number, until that number finally answers. I would like to be able to fork, or save/reset the cdr on the call connecting. I cannot figure out how to do this using the exisitng resetcdr, forkcdr, as i have no way to predict if the called party will pickup on which dial attempt.
Comments:By: Mark Spencer (markster) 2004-11-07 01:22:55.000-0600

Just call ResetCDR after answering the call if you want and store the original one, then you'll get a second one.  This is a configuration issue in any case and not a bug.