Suppresses generation of a Call Detail Record for the call on the current channel.
NoCDR()
Suppresses generation of a CDR for the current call.
; no CDR for calls to INWATS directory assistance: exten => 18005551212,1,Answer() exten => 18005551212,n,NoCDR() exten => 18005551212,n,Dial(Zap/4/18005551212)
|
|
|
Internal help for this application in Asterisk 1.4: -= Info about application 'NoCDR' =- [Synopsis] Tell Asterisk to not maintain a CDR for the current call [Description] NoCDR(): This application will tell Asterisk not to maintain a CDR for the current call. diff output to internal help in Asterisk 1.2: - none - |
See also.
the section called “ForkCDR()”