diff --git a/pysipp/command.py b/pysipp/command.py index 2dcbe8f..f32e3fc 100644 --- a/pysipp/command.py +++ b/pysipp/command.py @@ -239,6 +239,8 @@ def todict(self): "-inf {info_file} ", ("-inf {info_files} ", ListField), "-screen_file {screen_file} ", + "-max_socket {max_socket} ", + "-trace_counts {trace_counts} ", # bool flags ("-rtp_echo {rtp_echo}", BoolField), ("-timeout_error {timeout_error}", BoolField),