From faa179f9cf2d4e0bca0c213854c9e7f85548b83f Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Sun, 26 Jul 2015 19:10:00 +0300 Subject: [PATCH] show account too --- engine/calldesc.go | 1 + 1 file changed, 1 insertion(+) 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)