Name

ResetCDR() — Resets the Call Detail Record

Synopsis

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:

a

Store any stacked records.

w

Store the current CDR record before resetting it.

v

Save 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)

See Also

ForkCDR(), NoCDR()