Console cdr_exporter result updated

This commit is contained in:
TeoV
2017-11-17 13:42:29 +02:00
committed by DanB
parent 2e6a0f4d01
commit 3a93784fe8

View File

@@ -57,5 +57,6 @@ func (self *CmdExportCdrs) PostprocessRpcParams() error {
}
func (self *CmdExportCdrs) RpcResult() interface{} {
return new(v1.ArgExportCDRs)
var reply *v1.RplExportedCDRs
return &reply
}