Implement random smppid generation

This commit is contained in:
2023-11-09 14:50:56 +01:00
parent 6a803b69f4
commit 83750044c5
2 changed files with 16 additions and 3 deletions

View File

@@ -58,6 +58,12 @@ const centerOptions = [
{ name: "systemid", alias: "s", type: String, description: "SMPP related login info." },
{ name: "password", alias: "w", type: String, description: "SMPP related login info." },
{ name: "dr", type: Boolean, description: "Whether or not to send Delivery Reports.", defaultOption: false },
{
name: "randid",
type: Boolean,
description: "SMPP ID generation is entirely random instead of sequential.",
defaultOption: false,
},
{
name: "sessions",
type: Number,