Missing RECORDING_SCRIPT on sub-unpause-recording

Hi,

if someone use RECORDING_SCRIPT, they need same MixMonitor option.

[sub-unpause-recording]
exten => s,1,NoOp(Resuming Recording)
same => n,GotoIf($[$[“${REC_STARTED}”=“no”]&$[“X${REC_FILENAME}X”!=“XX”]]?:return)
same => n,MixMonitor(${REC_FILENAME},apP) => (${REC_FILENAME},apP,${RECORDING_SCRIPT})
same => n,Set(__REC_STARTED=yes)
same => n(return),Return()