From 1858c2fcb26c47008bb635995425e9c2f2ec106f Mon Sep 17 00:00:00 2001 From: Iker Costa Date: Fri, 23 Sep 2022 11:00:34 +0200 Subject: [PATCH] FEAT: Added support for -nd flag. --- pysipp/command.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pysipp/command.py b/pysipp/command.py index d1e627f..fb23a9f 100644 --- a/pysipp/command.py +++ b/pysipp/command.py @@ -234,6 +234,7 @@ def todict(self): ("-inf {info_files} ", ListField), "-screen_file {screen_file} ", # bool flags + ("-nd {no_default}", BoolField), ("-rtp_echo {rtp_echo}", BoolField), ("-timeout_error {timeout_error}", BoolField), ("-aa {auto_answer}", BoolField),