Skip to content

Commit 407bae1

Browse files
authored
Added "threads" argument to Invite argument parser
1 parent e9d2584 commit 407bae1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/sippts/lib/params.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2258,6 +2258,14 @@ def get_sippts_args():
22582258
dest="transfer_number",
22592259
default="",
22602260
)
2261+
other.add_argument(
2262+
"-th",
2263+
metavar="THREADS",
2264+
type=int,
2265+
help="Number of threads (default: 200)",
2266+
dest="threads",
2267+
default=200,
2268+
)
22612269
other.add_argument(
22622270
"-local-ip",
22632271
metavar="IP",

0 commit comments

Comments
 (0)