bridgeex.flow
905 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
63
64
65
66
67
[Var1]
Type = string
Name = strCALLID1
[Var2]
Type = string
Name = strCALLID2
[Var3]
Type = string
Name = strInput
[Node1]
Descript=拨号节点
Type=Dial
Callid=${_CALLID}
NewCallid=strCALLID1
calltype=1
callednumber=123456@127.0.0.1
CallerNumber=123456
_Success=14
_Failure=0
_UserHangup=0
[Node14]
Descript=欢迎词
Type=getdigits
Callid=${_CALLID}
PlayFile=hold_music.wav
maxlen=11
minlen=8
inputtimeout=5
end=#
var=strInput
_Success= 4
_Failure= 100
_userinterrupt=4
_FileNotFound= 4
_UserHangup=0
[Node4]
Descript=桥接节点
Type=Bridgeex
callid=${_CALLID}
calltype=1
callernumber=123456
callednumber=${strInput}@127.0.0.1
_UserHangup=0
_Success=5
_Failure=100
[Node5]
Descript=录音节点
Type=Record
CallID=${_CALLID}
Recordfile=${_CALLID}.wav
_UserHangup=0
_UserInterrupt=100
_Success=100
_Failure=100
[Node100]
Descript=结束节点-挂机
Type=Hangup
CallID=${_CALLID}
_UserHangup=0
_Success=0
_Failure=0