parent
2f3d96702c
commit
ce06877408
9 changed files with 1227 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,99 @@ |
|||||||
|
{ |
||||||
|
"cuelist": [ |
||||||
|
{ |
||||||
|
"id": 1, |
||||||
|
"name": "Q1", |
||||||
|
"type": "phone", |
||||||
|
"description": "preset announce", |
||||||
|
"audioFile": "assets/moty/q1.mp3", |
||||||
|
"layer":"announce", |
||||||
|
"loop": true, |
||||||
|
"status":"reset", |
||||||
|
"fadeout": true, |
||||||
|
"nextcue": 2, |
||||||
|
"auto": true |
||||||
|
}, |
||||||
|
{ |
||||||
|
"id": 2, |
||||||
|
"name": "Q2", |
||||||
|
"type": "phone", |
||||||
|
"description": "引導輸入電話號碼", |
||||||
|
"auto": true, |
||||||
|
"audioFile": "assets/moty/q2.mp3", |
||||||
|
"nextcue": 3, |
||||||
|
"callback":"numpad", |
||||||
|
"numpad_type":"userid", |
||||||
|
"input_time": 26000 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"id":2.1, |
||||||
|
"name": "Q2.1", |
||||||
|
"type": "phone", |
||||||
|
"description": "撥打音效", |
||||||
|
"auto": false, |
||||||
|
"audioFile": "assets/moty/q2-1.mp3", |
||||||
|
"loop": true, |
||||||
|
"nextcue": 3, |
||||||
|
"fadeout": true |
||||||
|
}, |
||||||
|
{ |
||||||
|
"id": 3, |
||||||
|
"name": "Q3", |
||||||
|
"type": "phone", |
||||||
|
"description": "引導生圖", |
||||||
|
"auto": true, |
||||||
|
"audioFile": "assets/moty/q3.mp3", |
||||||
|
"nextcue": 4, |
||||||
|
"status":"intro", |
||||||
|
"status_delay": 3000 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"id": 4, |
||||||
|
"name": "Q4", |
||||||
|
"type": "chat", |
||||||
|
"description": "chat", |
||||||
|
"auto": true, |
||||||
|
"nextcue": 5, |
||||||
|
"duration": 90, |
||||||
|
"status":"go", |
||||||
|
"chatInterval":20 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"id": 5, |
||||||
|
"name": "Q5", |
||||||
|
"type": "phone", |
||||||
|
"description": "提取完成", |
||||||
|
"auto": true, |
||||||
|
"audioFile": "assets/moty/q5.mp3", |
||||||
|
"nextcue": 6 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"id": 6, |
||||||
|
"name": "Q6", |
||||||
|
"type": "user_input", |
||||||
|
"description": "call", |
||||||
|
"duration": 30, |
||||||
|
"auto": true, |
||||||
|
"nextcue": 6.1 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"id":6.1, |
||||||
|
"name":"Q6.1", |
||||||
|
"type":"summary", |
||||||
|
"auto":true, |
||||||
|
"description":"summary", |
||||||
|
"nextcue":7 |
||||||
|
}, |
||||||
|
{ |
||||||
|
"id": 7, |
||||||
|
"name": "Q7", |
||||||
|
"type": "phone", |
||||||
|
"description": "Ending", |
||||||
|
"auto": true, |
||||||
|
"audioFile": "assets/moty/q7.mp3", |
||||||
|
"status":"end", |
||||||
|
"soundcue":"Q3" |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue