<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi,<div><br></div><div>I have the following code that operates when a channel is hung-up:</div><div><br></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><div><div>[record-hangupcause]</div></div><div><div>exten => 1,n,Set(CDR(hangupcause)=${HANGUPCAUSE})</div></div><div><div>exten => s,n,Return()</div></div></blockquote><div><br></div><div>Before the dial a hangup handler is registered:</div><div><br></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><div>Set(CHANNEL(hangup_handler_push)=record-hangupcause,s,1)</div></blockquote><div><br></div><div>The routine is called and the variables are being set, however not on the channel's CDR which made the call. I believe this is due to the CDR being closes as soon as the dial returns. </div><div><br></div><div>By changing the cdr option 'endbeforehexten=no' this should keep the CDR accessible, however all this does is cause another CDR to be created for the 'h' extension.</div><div><br></div><div>Is there a way to update the CDR so that a result can be stored per dial?</div><div><br></div><div>Thank you in advance,</div><div><br></div><div>Ross</div><div><br></div><div><br></div><div><br></div><div><br></div>                                           </div></body>
</html>