Issue with one touch record

Im getting this error showing up in the CLI when we make an outbound call:

features_config.c:1349 ast_get_chan_applicationmap: Unknown DYNAMIC_FEATURES item ‘apprecord’ on channel DAHDI/i1/123-84.

extensions_additional.conf has this set up in the globals section:
DYNAMIC_FEATURES = apprecord

features_applicationmap_additional.conf has this:
apprecord=>*1,caller,Macro,one-touch-record

extensions_additional.conf has this:
[macro-one-touch-record]
include => macro-one-touch-record-custom
exten => s,1,Set(ONETOUCH_REC_SCRIPT_STATUS=)
exten => s,n,System(/var/lib/asterisk/bin/one_touch_record.php “${CHANNEL(name)}”)
exten => s,n,Noop(ONETOUCH_REC_SCRIPT_STATUS: [${ONETOUCH_REC_SCRIPT_STATUS}])
exten => s,n,ExecIf($["${REC_STATUS}"=“RECORDING”]?Playback(beep))
exten => s,n,ExecIf($["${REC_STATUS}"=“STOPPED”]?Playback(beep&beep))
exten => s,n,ExecIf($["${ONETOUCH_REC_SCRIPT_STATUS:0:6}"=“DENIED”]?Playback(access-denied))
exten => s,n,MacroExit()

What am I missing? Why is the feature unknown??
Im running FPBX 13.0.123 on Centos 6 with asterisk 13.9.1