ivr流程编辑器

10.xml 2.8KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ivr>
  3. <flow Name="0" Type="normal" MatchedNum="" MatchedLine="" Concurrency="1">
  4. <cell Name="CELL_START" Next="2" Pos="1" Note="" />
  5. <cell Name="CELL_CALL" Pos="2" NumberType="1" Number="" TimeOut="0" SuccessPos="3" FailPos="4" Note="" />
  6. <cell Name="CELL_CANCELQUEUE" Pos="3" Reason="" Next="4" Note="" />
  7. <cell Name="CELL_CALCULATE" Pos="4" Data1Type="1" Data2Type="1" Data1="" Data2="" CalcuType="1" ResultType="1" ResultVar="" Next="5" Note="" />
  8. <cell Name="CELL_CONTINUEQUEUE" Pos="5" Agent="" Exten="" Audio="" Timeout="0" TimeoutPos="" SuccessPos="6" HangupPos="" Note="" />
  9. <cell Name="CELL_COMPARE" Pos="6" Data1Type="0" Data2Type="0" Data3Type="0" Data1="" Data2="" Data3="" VarType="0" CompareType="0" TruePos="7" FalsePos="8" Note="" />
  10. <cell Name="CELL_SQL" Pos="7" ConnStr="" SqlStr="" IsSaved="False" SuccessPos="11" FailPos="9" Note="" />
  11. <cell Name="CELL_RECORDSET" Pos="8" LPos="9" EPos="11" GPos="10" Note="" />
  12. <cell Name="CELL_DEFINEVAR" Pos="9" Next="11" Note="" >
  13. <DefVar Name="DefVar" VarType="1" VarName="test1" VarVal="123" />
  14. <DefVar Name="DefVar" VarType="2" VarName="test2" VarVal="test1" />
  15. </cell><cell Name="CELL_SENDFAX" Pos="10" Path="" SuccessPos="14" FailPos="23" HangupPos="13" Note="" />
  16. <cell Name="CELL_RECVFAX" Pos="11" Path="" SuccessPos="23" FailPos="10" HangupPos="14" Note="" />
  17. <cell Name="CELL_BRANCH" Pos="13" Var="" DefaultPos="" Note="" >
  18. <Branch Name="Branch" Value="2" Pos="1" />
  19. <Branch Name="Branch" Value="1" Pos="2" />
  20. </cell><cell Name="CELL_LEAVEWORD" Pos="14" Path="" FinishKey="0" Timeout="0" TimeoutPos="" HangupPos="" FinishPos="" Note="" />
  21. <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="" />
  22. <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="" />
  23. <cell Name="CELL_TIMER" Pos="17" TimerInterval="0" BeginTime="" EndTime="" Next="18" Note="" />
  24. <cell Name="CELL_TRANSFEROUT" Pos="18" NumberType="0" Number="" TimeOut="0" SuccessPos="3" FailPos="4" Note="" />
  25. <cell Name="CELL_TURNAGENT" Exten="" FailPos="20" SuccessPos="20" HangupPos="20" Pos="19" Note="" />
  26. <cell Name="CELL_SUBFLOW" Pos="20" SubFlow="" BeginPos="21" Note="" />
  27. <cell Name="CELL_END" Pos="21" Note="" />
  28. <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="" />
  29. <cell Name="CELL_HANGUP" Pos="23" Next="" Note="" />
  30. </flow>
  31. </ivr>