Hello,<br><br>I have the following dialplan<br><br>exten =&gt; _X.,1,Set(CDR(userfield)=test)<br>exten =&gt; _X.,n,Do some checks and hangup if checks fail<br>exten =&gt; _X.,n,Dial(SIP/${EXTEN})<br>exten =&gt; _X.,n,Hangup<br>
<br>1. If the Dial fails with a busy, noanswer or congestion then a cdr is generated.<br>2. If the call fails before Dial (if the checks fail) then no cdr is generated.<br><br>I would like to generate a cdr in the second case also. Is there a way to do this?<br>