<span style="font-family: Arial, Helvetica, sans-serif; font-size: 10pt">Ok I can't get my CDR values to set from the h extension in either 1.6.2 or 1.8&nbsp; What is wrong? Here is what I found in the cdr.conf<br />
<br />
<span lang="EN">
<p>; Normally, CDR's are not closed out until after all extensions are finished <br />
; executing. By enabling this option, the CDR will be ended before executing<br />
; the "h" extension so that CDR values such as "end" and "billsec" may be<br />
;&nbsp;retrieved inside of of this extension. The default value is "no".<br />
endbeforehexten=no<br />
<br />
The default is set to no so why can't I store any CDR values in my h extension.<br />
<br />
exp..<br />
<span style="font-family: arial; font-size: 13px;">exten =&gt; h,n,Set(CDR(cause_code)=${HANGUPCAUSE})<br />
</span>I need the cause code stored.<br />
<br />
Really what I need to be able to do is in the h quickly store some values to the CDR then.<br />
For the write of the CDR and stopping the billing seconds.&nbsp; Then continue to process some cleanup funcitons.<br />
<br />
How can I work arround asterisk not honoring the endbeforehexten=no.<br />
Is there some other way to achieve this?<br />
<br />
Bryant</p>
</span>I need the cause code stored.Really what I need to be able to do is in the h quickly store some values to the CDR then.For the write of the CDR and stopping the billing seconds.&nbsp; Then continue to process some cleanup funcitons.How can I work arround asterisk not honoring the endbeforehexten=no.Is there some other way to achieve this?Bryant</span>