ossobv / asterisklint

Asterisk PBX configuration syntax checker
GNU General Public License v3.0
63 stars 12 forks source link

app NoCDR not supported #3

Closed jfilon closed 8 years ago

jfilon commented 8 years ago

asterisklint will throw an error when using NoCDR() in the dialplan, even when module app_cdr.so is loaded:

/etc/asterisk# asterisk -rx 'module show' | grep app_cdr app_cdr.so Tell Asterisk to not maintain a CDR for 0 Running core

/etc/asterisk# grep NoCDR extensions.conf exten => _X.,1,NoCDR()

/etc/asterisk# git commit -a /etc/asterisk/extensions.conf:xxx E_APP_MISSING: app 'NoCDR' does not exist, dialplan will halt here!

(using asterisklint version 0.2.1)