diff --git a/utils/rtpengine-ng-client b/utils/rtpengine-ng-client
index b6dcab8a9..8fbed9f29 100755
--- a/utils/rtpengine-ng-client
+++ b/utils/rtpengine-ng-client
@@ -238,6 +238,7 @@ else {
 	local $Data::Dumper::Indent = 1;
 	local $Data::Dumper::Terse = 1;
 	local $Data::Dumper::Quotekeys = 0;
+	local $Data::Dumper::Sortkeys = 1;
 	print("Result dictionary:\n-----8<-----8<-----8<-----8<-----8<-----\n"
 		. Dumper($resp)
 		. "----->8----->8----->8----->8----->8-----\n");