This commit is contained in:
PhatPhuckDave
2024-07-23 13:41:20 +02:00
parent c73a6066c4
commit aff4ffe070
3 changed files with 33 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ const smpp = require("smpp");
let message_id = 0;
const session = smpp.connect(
{
url: "smpp://0.0.0.0:6001",
url: "smpp://0.0.0.0:2775",
auto_enquire_link_period: 10000,
debug: true,
},