Implement random smppid generation
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user