Как-то так, наверное:
_03[1-9]XXXXXXX => {
Set(fname=${STRFTIME(${EPOCH},,/%Y-%m-%d/%H_%M)}-${CALLERID(number)}-to-${EXTEN});
MixMonitor(/files/records/${fname}.wav);
Dial(SIP/Int/${EXTEN},120,tT);
HangUp;
}
s => {
// Incoming calls are always placed in a context in the dialplan, either one you specify in the channel configuration file, or the default context. If no other match exist for the call within the context, the s extension is activated.
}
паттерн _03[1-9]XXXXXXX вынести наружу из экстеншена s