From 35d75eba8dbc2d208f4bfca5f9146926bc56998a Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Tue, 12 May 2015 22:39:44 +0300 Subject: [PATCH] added category for maxduration console command --- console/maxduration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/maxduration.go b/console/maxduration.go index 47bade62b..3133a9fe3 100644 --- a/console/maxduration.go +++ b/console/maxduration.go @@ -24,7 +24,7 @@ func init() { c := &CmdGetMaxDuration{ name: "maxduration", rpcMethod: "Responder.GetMaxSessionTime", - clientArgs: []string{"Direction", "TOR", "Tenant", "Subject", "Account", "Destination", "TimeStart", "TimeEnd", "CallDuration", "FallbackSubject"}, + clientArgs: []string{"Direction", "Category", "TOR", "Tenant", "Subject", "Account", "Destination", "TimeStart", "TimeEnd", "CallDuration", "FallbackSubject"}, } commands[c.Name()] = c c.CommandExecuter = &CommandExecuter{c}