Archives : August-2021
Is there any way in Asterisk to say an ordinal number? For instance if Iwere to pass the application 1 it would say first. If I were to pass it 2it would say Second etc.? I know that Voicemail has this when hearing your message count but I have not s..
I have defined macro for recording: [macro-record] exten => s,1,Set(FILE=${CDR(src)}-${CDR(dst)}.wav) same => n,MixMonitor(/tmp/${FILE},b,) same => n,MacroExit and use it in my dialplan as such: exten => 1234,1,Macro(record) …. same => n,Hangup()..