inbound1.flow
758 Bytes
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[var1]
type=string
name=srccallid
[Var2]
Type = string
Name = strcallid
[Node1]
Type=Answer
Callid=${_CALLID}
Descript=摘机
_Success=2
_Failure=0
_UserHangup=0
[Node2]
type=play
callid=${_CALLID}
playfile=hold_music.wav
allowinterrupt=1
_success=2
_failure=2
_userinterrupt=3
_filenotfound=3
_userhangup=0
[node3]
type=assign
exp=${_ANI}
result=srccallid
_success=4
_failure=4
[Node4]
Descript=桥接节点
Type=Bridgeex
callid=${_CALLID}
calltype=0
callernumber=123456
callednumber=1014
_UserHangup=0
_Success=5
_Failure=13
[Node5]
Descript=录音节点
Type=Record
CallID=${_CALLID}
Recordfile=${_CALLID}.wav
_UserHangup=0
_UserInterrupt=0
_Success=13
_Failure=13
[Node13]
Descript=系统挂机
Type=Hangup
Callid=${_CALLID}
_Success=0
_Failure=0
_UserHangup=0