Hello!
I have a problem with the CDR recording.
I wan’t to use the NoCDR() function by certain calls.
I use Asterisk 1.4 and AEL.
Here is my example:
context example {
_X. => {
NoCDR();
Dial(SIP/${EXTEN},60,tT);
}
}
In the old extensions.conf it worked fine.
[example]
_X.,1,NoCDR()
_X.,2,Dial(SIP/${EXTEN},60,tT)
What is the problem with the AEL?
Thank You!