Commit 80e2c1c5 by softwhiskey8

preset id changed

1 parent 18837b9d
Showing with 2 additions and 2 deletions
......@@ -7,7 +7,7 @@ context {
output cjm: string[] = [];
output need_ask_name: boolean = true;
output template_id: number = 105;
output template_id: number = 1;
output conversation_start: number = 0;
output conversation_begin: number = 0;
output conversation_stop: number = 0;
......
......@@ -7,7 +7,7 @@ const shared = require("./shared");
const local_num = "4029";
const events_owner = "105";
const sip_config = "huntersales";
const preset_template_id = 105;
const preset_template_id = 1;
const logs_path = "./logs/";
const file_mime_type = "text/plain";
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!