Commit ad25e636 by Pavel Fedorov

вернул на место

1 parent c97e03ab
Showing with 3 additions and 3 deletions
...@@ -4,21 +4,21 @@ const fs = require("fs"); ...@@ -4,21 +4,21 @@ const fs = require("fs");
const sys = require('child_process'); const sys = require('child_process');
const shared = require("./shared"); const shared = require("./shared");
const { exec } = require('child_process'); 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 = 1; 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";
*/ /*
const local_num = "4994905550"; const local_num = "4994905550";
const events_owner = "77"; const events_owner = "77";
const sip_config = "mm-demo-toy"; const sip_config = "mm-demo-toy";
//const preset_template_id = 1; //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";
*/
function nextInterval(iterationNum) { function nextInterval(iterationNum) {
var x = iterationNum; var x = iterationNum;
// Максимальный период ожидания 10 минут // Максимальный период ожидания 10 минут
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!