<span class="postbody">Hi Asterisk Developers/users,
<br>
I am facing a problem while using the cdr feature of asterisk(version
asterisk1.4.24.1). Whenever I make a call using a “*.call” file and it
gets failed , it don't produce the CDR for that channel as it falls
into “OutgoingSpoolFailed” channel As there is no such channel defined
for “OutgoingSpoolfailed”.. I am using this line in extension.conf for
capturing the failed atempt:
<br>
<br>
exten => failed,1,Set(CDR(userfield)=${HANGUPCAUSE})
<br>
<br>
<br>
I did a bit of googling and found that this problem is coming out with Asterisk1.14.24 and it was quite OK in 1.4.17.
<br>
<br>
<a href="http://forums.digium.com/viewtopic.php?t=64832&highlight=outgoingspoolfailed" target="_blank">http://forums.digium.com/viewtopic.php?t=64832&highlight=outgoingspoolfailed</a>
<br>
<br>It seems to be bug with this new release , can any developer look
into this or give any workaround so for this feature to work in failed
cases also.<br><br>Best Regards,<br>Parveen Jain<br></span>