diff --git a/engine/calldesc.go b/engine/calldesc.go index 113563757..a7659a291 100644 --- a/engine/calldesc.go +++ b/engine/calldesc.go @@ -532,6 +532,7 @@ func (origCD *CallDescriptor) getMaxSessionDuration(origAcc *Account) (time.Dura var totalCost float64 var totalDuration time.Duration defaultBalance := account.GetDefaultMoneyBalance(cd.Direction) + Logger.Debug("ACCOUNT: " + utils.ToJSON(account)) Logger.Debug("DEFAULT_BALANCE: " + utils.ToJSON(defaultBalance)) cc.Timespans.Decompress() //log.Printf("ACC: %+v", account)