mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 18:46:24 +05:00
Fix remote method in CDRS, influenced double charging for prepaid calls
This commit is contained in:
@@ -556,11 +556,11 @@ func (rcc *RPCClientConnector) GetDerivedChargers(attrs *utils.AttrDerivedCharge
|
||||
}
|
||||
|
||||
func (rcc *RPCClientConnector) ProcessCdr(cdr *StoredCdr, reply *string) error {
|
||||
return rcc.Client.Call("CDRSV1.ProcessCdr", cdr, reply)
|
||||
return rcc.Client.Call("CdrsV1.ProcessCdr", cdr, reply)
|
||||
}
|
||||
|
||||
func (rcc *RPCClientConnector) LogCallCost(ccl *CallCostLog, reply *string) error {
|
||||
return rcc.Client.Call("CDRSV1.LogCallCost", ccl, reply)
|
||||
return rcc.Client.Call("CdrsV1.LogCallCost", ccl, reply)
|
||||
}
|
||||
|
||||
func (rcc *RPCClientConnector) GetLCR(attrs *AttrGetLcr, reply *LCRCost) error {
|
||||
|
||||
Reference in New Issue
Block a user