Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Alexander
/
alex-hunter-sales-dev
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 80e2c1c5
authored
Sep 29, 2022
by
softwhiskey8
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
preset id changed
1 parent
18837b9d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
app/main.dsl
index.js
app/main.dsl
View file @
80e2c1c
...
...
@@ -7,7 +7,7 @@ context {
output cjm: string[] = [];
output need_ask_name: boolean = true;
output template_id: number = 1
05
;
output template_id: number = 1;
output conversation_start: number = 0;
output conversation_begin: number = 0;
output conversation_stop: number = 0;
...
...
index.js
View file @
80e2c1c
...
...
@@ -7,8 +7,8 @@ const shared = require("./shared");
const
local_num
=
"4029"
;
const
events_owner
=
"105"
;
const
sip_config
=
"huntersales"
;
const
preset_template_id
=
1
05
;
const
logs_path
=
"./logs/"
;
const
preset_template_id
=
1
;
const
logs_path
=
"./logs/"
;
const
file_mime_type
=
"text/plain"
;
function
nextInterval
(
iterationNum
)
{
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment