Can't record outgoing calls

Hi. I try to record outgoing calls with my AsteriskNOW 1.6 and FreePBX 2.8.0.2. I’ve recorded one file in gsm format and then changed configuration to save as wav files. Now i can’t record any outgoing calls no matter which format i choose. Incoming recordings works fine.I have the same settings as when i recorded that gsm file but now it doesn’t work :frowning: Record Incoming/Outgoing are set to Always, Extension Recording Override is Disabled.

How you record the calls. Whats the application ?

Ok now it works! In mydialplan added manualy:
[default]
exten => _X.,1,Set(CALLFILENAME=${CALLERID(num)}-${STRFTIME(${EPOCH},%d%m%Y-%H%M%S)})
exten => _X.,2,Monitor(wav,${CALLFILENAME},m)
…and after that rest of my dialplan.