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}