Commit d3368359 by softwhiskey8

вернул

1 parent fe2e1df8
Showing with 1 additions and 2 deletions
...@@ -8,7 +8,7 @@ const { exec } = require('child_process'); ...@@ -8,7 +8,7 @@ const { exec } = require('child_process');
const local_num = "4029"; const local_num = "4029";
const events_owner = "105"; const events_owner = "105";
const sip_config = "huntersales"; const sip_config = "huntersales";
const preset_template_id = 3; const preset_template_id = 1;
const logs_path = "./logs/"; const logs_path = "./logs/";
const file_mime_type = "text/plain"; const file_mime_type = "text/plain";
/* /*
...@@ -145,7 +145,6 @@ async function main() { ...@@ -145,7 +145,6 @@ async function main() {
{ {
return shared.sendTelegramChannel(events_owner, args); return shared.sendTelegramChannel(events_owner, args);
}); });
await app.start(); await app.start();
let abonent_phone = process.argv[2] ?? ""; let abonent_phone = process.argv[2] ?? "";
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!