inbound1.flow 758 Bytes
[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