[asterisk-users] How to Disable CDR for callfile?

David Budny dbudny at visiblecustomer.com
Fri Sep 4 09:05:47 CDT 2009


You can do this through your dial plan by using the "failed" extension within your context.

Add this to your dial plan:

Exten => failed,1,NoCDR()

When using a call file and the call fails, the call will jump to the failed extension within your dial plan. Any post-processing that you want to do can be done through that extension.

Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090904/4456a793/attachment.htm 


More information about the asterisk-users mailing list