August 2007
Intermediate to advanced
608 pages
20h 33m
English
ResetCDR() — Resets the Call Detail Record
ResetCDR([options])Causes the Call Detail Record to be reset for the
current channel. The options parameter can
be zero or more of the following options:
aStore any stacked records.
wStore the current CDR record before resetting it.
vSave CDR variables.
; write a copy of the current CDR record, and then reset the CDR
exten => 123,1,Answer()
exten => 123,2,Playback(tt-monkeys)
exten => 123,3,ResetCDR(wv)
exten => 123,4,Playback(tt-monkeys)