Answer the question
In order to leave comments, you need to log in
How to set up a call recording warning on individual numbers ??
I have installed asterisk elastx, I don’t know what exact version, at this stage, all incoming and outgoing external calls are warned about recording the conversation with the command exten = l-dial,l,Dial(${ARG1},,A(record/out)),
but for some needs it is necessary to remove this warning from some numbers how to do it ?
Answer the question
In order to leave comments, you need to log in
I offer this option. Let's assume that 1001, 1002 and 1003 are the numbers for which no record is needed
exten => l-dial,1,Set(record=${IF($[ "${EXTEN}" =~ "^(1001|1002|1003)$"]?:A(record/out))})
same => n,Dial(${ARG1},,${record})
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question