-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshoppers_transfer.json
46 lines (45 loc) · 1.13 KB
/
shoppers_transfer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"tropo": [
{
"call": {
"to": [
"14072675766"
],
"from": "15187674353"
}
},
{
"say": {
"value": "Please wait while you are connected to the shop.",
"voice": "kate"
}
},
{
"startRecording": {
"format": "audio/wav",
"url": "ftp://PhilBellanti:[email protected]/recordings/transfertest.wav"
}
},
{
"transfer": {
"to": [
"14075386736"
],
"from": "14075385563",
"on": {
"event": "ring",
"next": "",
"say": {
"value": "http://internal.shopperscritique.com/internal/Calls/phoneRing.mp3"
}
},
"timeout": 100.0,
"playTones": true
}
},
{
"stopRecording": {
}
}
]
}