Implement center sending as well
This commit is contained in:
@@ -58,9 +58,8 @@ 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: "sessions", type: Number, description: "Number of sessions to start, defaults to 1.", defaultOption: 1 },
|
||||
{
|
||||
name: "maxsessions",
|
||||
name: "sessions",
|
||||
type: Number,
|
||||
description: "Maximum number of client sessions to accept, defaults to 8.",
|
||||
defaultOption: 8,
|
||||
|
Reference in New Issue
Block a user