home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / ld11pifs.zip / NODIALOG.DDF < prev    next >
Text File  |  1995-01-31  |  2KB  |  84 lines

  1.  
  2. [DIALOG ENTRY]
  3. Dialog = Originate, SimDialDelay
  4. Dialog = Ring,      NoCommand
  5. Dialog = Answer,    SimAnswerDelay
  6.  
  7. [ACTION GROUP]
  8. Name = SimDialDelay
  9. Action = StartTimer, 1
  10. Action = WaitForResponse, SimDialResponse
  11.  
  12. [RESPONSE GROUP]
  13. Name = SimDialResponse
  14. Response = Timeout, SimulateCall
  15.  
  16. [ACTION GROUP]
  17. Name = SimulateCall
  18. Action = SendString, OriginateCall
  19. Action = StopTimer
  20. Action = WaitForResponse, SimOrigResponse
  21.  
  22. [RESPONSE GROUP]
  23. Name = SimOrigResponse
  24. Response = ReceiveString, AnswerCall, ConfirmDelay
  25. Response = ReceiveString, CallConfirm, LastDelay
  26.  
  27. [ACTION GROUP]
  28. Name = SimAnswerDelay
  29. Action = StartTimer, 1
  30. Action = WaitForResponse, SimAnswerResponse
  31.  
  32. [RESPONSE GROUP]
  33. Name = SimAnswerResponse
  34. Response = Timeout, SimulateAnswer
  35.  
  36. [ACTION GROUP]
  37. Name = SimulateAnswer
  38. Action = SendString, AnswerCall
  39. Action = StopTimer
  40. Action = WaitForResponse, SimAnsResponse
  41.  
  42. [RESPONSE GROUP]
  43. Name = SimAnsResponse
  44. Response = ReceiveString, OriginateCall, ConfirmDelay
  45. Response = ReceiveString, CallConfirm, LastDelay
  46.  
  47. [ACTION GROUP]
  48. Name = ConfirmDelay
  49. Action = StartTimer, 1
  50. Action = WaitForResponse, ConfirmDelayResp
  51.  
  52. [RESPONSE GROUP]
  53. Name = ConfirmDelayResp
  54. Response = Timeout, ConfirmCall
  55.  
  56. [ACTION GROUP]
  57. Name = ConfirmCall
  58. Action = SendString, CallConfirm
  59. Action = StartTimer, 1
  60. Action = WaitForResponse, LastWait
  61.  
  62. [ACTION GROUP]
  63. Name = LastDelay
  64. Action = StartTimer, 2
  65. Action = WaitForResponse, LastWait
  66.  
  67. [RESPONSE GROUP]
  68. Name = LastWait
  69. Response = Timeout, SuccessExit
  70.  
  71. [ACTION GROUP]
  72. Name = NoCommand
  73. Action = StopTimer
  74. Action = WaitForResponse, NoResponse
  75.  
  76. [RESPONSE GROUP]
  77. Name = NoResponse
  78. Response = Timeout, NoCommand
  79.  
  80. [ACTION GROUP]
  81. Name = SuccessExit
  82. Action = ExitDialog, Success
  83.  
  84.