| 1234567891011121314151617181920212223242526272829303132 |
- <?xml version="1.0" encoding="utf-8"?>
- <ivr>
- <flow Name="0" Type="normal" MatchedNum="" MatchedLine="" Concurrency="1">
- <cell Name="CELL_START" Next="2" Pos="1" Note="" />
- <cell Name="CELL_CALL" Pos="2" NumberType="1" Number="" TimeOut="0" 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="0" TimeoutPos="" SuccessPos="6" HangupPos="" Note="" />
- <cell Name="CELL_COMPARE" Pos="6" Data1Type="0" Data2Type="0" Data3Type="0" Data1="" Data2="" Data3="" VarType="0" CompareType="0" TruePos="7" FalsePos="8" Note="" />
- <cell Name="CELL_SQL" Pos="7" ConnStr="" SqlStr="" IsSaved="False" SuccessPos="11" FailPos="9" Note="" />
- <cell Name="CELL_RECORDSET" Pos="8" LPos="9" EPos="11" GPos="10" Note="" />
- <cell Name="CELL_DEFINEVAR" Pos="9" Next="11" Note="" >
- <DefVar Name="DefVar" VarType="1" VarName="test1" VarVal="123" />
- <DefVar Name="DefVar" VarType="2" VarName="test2" VarVal="test1" />
- </cell><cell Name="CELL_SENDFAX" Pos="10" Path="" SuccessPos="14" FailPos="23" HangupPos="13" Note="" />
- <cell Name="CELL_RECVFAX" Pos="11" Path="" SuccessPos="23" FailPos="10" HangupPos="14" Note="" />
- <cell Name="CELL_BRANCH" Pos="13" Var="" DefaultPos="" Note="" >
- <Branch Name="Branch" Value="2" Pos="1" />
- <Branch Name="Branch" Value="1" Pos="2" />
- </cell><cell Name="CELL_LEAVEWORD" Pos="14" Path="" FinishKey="0" Timeout="0" TimeoutPos="" HangupPos="" FinishPos="" Note="" />
- <cell Name="CELL_AUDIODTMF" PlayType="0" ContentType="0" Content="" TTSNumMode="0" TTSSpeed="1" TTSVolume="1" TTSEngine="0" StopWhenDtmf="False" MaxKeyCount="0" KeyPressInterval="0" FinishKey="0" KeyVar="" HangupPos="18" SuccessPos="17" FailPos="22" Pos="15" Note="" />
- <cell Name="CELL_STRINGOP" OpType="0" OperateVar="" ResultVar="" ReplaceVar="" RepAsVar="" MatchVar="" AppendVar="" InterceptIdx="0" InterceptLen="0" Next="17" TruePos="17" FalsePos="17" Pos="16" Note="" />
- <cell Name="CELL_TIMER" Pos="17" TimerInterval="0" BeginTime="" EndTime="" Next="18" Note="" />
- <cell Name="CELL_TRANSFEROUT" Pos="18" NumberType="0" Number="" TimeOut="0" SuccessPos="3" FailPos="4" Note="" />
- <cell Name="CELL_TURNAGENT" Exten="" FailPos="20" SuccessPos="20" HangupPos="20" Pos="19" Note="" />
- <cell Name="CELL_SUBFLOW" Pos="20" SubFlow="" BeginPos="21" Note="" />
- <cell Name="CELL_END" Pos="21" Note="" />
- <cell Name="CELL_QUEUE" Pos="22" Strategy="0" VipLevelType="0" VipLevel="" GroupType="0" Group="" AgentVar="" ExtenVar="" NoAgentPos="16" NoFreePos="17" SuccessPos="18" HangupPos="19" Note="" />
- <cell Name="CELL_HANGUP" Pos="23" Next="" Note="" />
- </flow>
- </ivr>
|