Commit c97e03ab by Pavel Fedorov

сменил сип настройки для теста

1 parent 82d097df
Showing with 8 additions and 1 deletions
......@@ -4,13 +4,20 @@ const fs = require("fs");
const sys = require('child_process');
const shared = require("./shared");
const { exec } = require('child_process');
/*
const local_num = "4029";
const events_owner = "105";
const sip_config = "huntersales";
const preset_template_id = 1;
const logs_path = "./logs/";
const file_mime_type = "text/plain";
*/
const local_num = "4994905550";
const events_owner = "77";
const sip_config = "mm-demo-toy";
//const preset_template_id = 1;
const logs_path = "./logs/";
const file_mime_type = "text/plain";
function nextInterval(iterationNum) {
var x = iterationNum;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!