| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?xml version="1.0" encoding="utf-8"?>
- <ivr>
- <flow Name="" Type="normal" MatchedNum="" MatchedLine="" Concurrency="1">
- <cell Name="CELL_START" Pos="1" Next="2" Note="开始节点" />
- <cell Name="CELL_CALL" Pos="2" CalleeNumType="2" CalleeNum="" CallerNumType="1" CallerNum="800100" Timeout="60" SuccessPos="3" FailPos="4" Note="外呼节点" />
- <cell Name="CELL_CANCELQUEUE" Pos="3" Reason="不愿意" Next="4" Note="取消排队节点" />
- <cell Name="CELL_CALCULATE" Pos="4" Data1Type="1" Data2Type="1" Data1="" Data2="" CalcuType="1" ResultType="1" ResultVar="" Next="5" Note="算术运算节点" />
- <cell Name="CELL_CONTINUEQUEUE" Pos="5" Agent="" Exten="" Audio="" Timeout="60" SuccessPos="6" HangupPos="7" TimeoutPos="8" Note="继续排队节点" />
- <cell Name="CELL_COMPARE" Pos="6" Data1Type="1" Data2Type="1" Data3Type="1" Data1="" Data2="" Data3="" VarType="1" CompareType="1" TruePos="7" FalsePos="8" Note="数据比较节点" />
- <cell Name="CELL_SQL" Pos="7" ConnStr="" SqlStr="" IsSaved="" SuccessPos="8" FailPos="9" Note="DB读写节点" />
- <cell Name="CELL_RECORDSET" Pos="8" LPos="9" EPos="10" GPos="11" Note="数据集映射节点">
- <Map Var="test1" />
- <Map Var="test2" />
- </cell>
- <cell Name="CELL_DEFINEVAR" Pos="9" Next="10" Note="定义变量节点">
- <DefVar VarType="1" VarName="test1" VarVal="123" />
- <DefVar VarType="2" VarName="test2" VarVal="test1" />
- </cell>
- <cell Name="CELL_RECVFAX" Pos="10" Path="" SuccessPos="11" FailPos="12" HangupPos="13" Note="传真接收节点" />
- <cell Name="CELL_SENDFAX" Pos="11" Path="" SuccessPos="12" FailPos="13" HangupPos="14" Note="传真发送节点" />
- <cell Name="CELL_HANGUP" Pos="12" Next="13" Note="挂机节点" />
- <cell Name="CELL_LEAVEWORD" Pos="13" Path="" FinishKey="*" Timeout="60" TimeoutPos="14" HangupPos="15" FinishPos="16" Note="留言节点" />
- <cell Name="CELL_BRANCH" Pos="14" Var="test1" DefaultPos="14" Note="分支节点">
- <Branch Value="1" Pos="1" />
- <Branch Value="2" Pos="2" />
- </cell>
- <cell Name="CELL_AUDIODTMF" Pos="15" PlayType="1" ContentType="1" Content="%[test1]" TTSNumMode="1" TTSSpeed="50" TTSVolume="50" TTSEngine="1" StopWhenDtmf="1" MaxKeyCount="2" KeyPressInterval="3" FinishKey="#" KeyVar="test1" SuccessPos="16" FailPos="17" HangupPos="19" Note="放音收号节点" />
- <cell Name="CELL_QUEUE" Pos="16" Strategy="1" VipLevelType="1" VipLevel="1" GroupType="2" Group="%[group]" AgentVar="test3" ExtenVar="test4" NoAgentPos="17" NoFreePos="18" SuccessPos="19" HangupPos="20" Note="排队节点" />
- <cell Name="CELL_STRINGOP" Pos="17" OpType="1" OperateVar="" ResultVar="" ReplaceVar="" RepAsVar="" MatchVar="" AppendVar="" InterceptIdx="2" InterceptLen="4" Next="18" TruePos="18" FalsePos="18" Note="字符串操作节点" />
- <cell Name="CELL_TIMER" Pos="18" TimerInterval="10" BeginTime="08:30" EndTime="18:30" Next="19" Note="定时器节点" />
- <cell Name="CELL_TRANSFEROUT" Pos="19" CalleeNumType="2" CalleeNum="" Timeout="60" SuccessPos="3" FailPos="4" Note="呼叫转移节点" />
- <cell Name="CELL_TURNAGENT" Pos="20" Exten="" SuccessPos="21" FailPos="21" HangupPos="21" Note="转坐席节点">
- <BandData Var="test1" />
- <BandData Var="test2" />
- </cell>
- <cell Name="CELL_SUBFLOW" Pos="21" FlowName="" BeginPos="1" Next="22" Note="跳转子流程节点" />
- <cell Name="CELL_SOCKET" Pos="22" OpType="" FarIp="127.0.0.1" FarPort="8821" RecvTimeOut="5" SuccessPos="23" FailPos="23" Note="SOCKET通讯节点">
- <InputVar VarType="1" VarVal="123" />
- <InputVar VarType="1" VarVal="456" />
- <InputVar VarType="2" VarVal="test1" />
- <InputVar VarType="2" VarVal="test2" />
- <OutputVar Var="test3" />
- <OutputVar Var="test4" />
- <OutputVar Var="test5" />
- <OutputVar Var="test6" />
- </cell>
- <cell Name="CELL_END" Pos="23" Note="结束节点" />
- </flow>
- <flow Name="" Type="auto" MatchedNum="" MatchedLine="" Concurrency="2">
- <cell Name="" />
- </flow>
- <flow Name="" Type="sub" MatchedNum="" MatchedLine="" Concurrency="1">
- <cell Name="" />
- </flow>
- </ivr>
|