From d54607116add3bfca8e71cefcf95e877bb077665 Mon Sep 17 00:00:00 2001 From: ARCHANA YADAV <32275941+archanayadav1408@users.noreply.github.com> Date: Wed, 19 Apr 2023 20:55:57 +0530 Subject: [PATCH] Updated command.py with max_socket and trace_count Please release the new version for pysipp. --- pysipp/command.py | 2 ++ 1 file changed, 2 insertions(+) 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),