home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / ld11pifs.zip / NODIAL2.DDF < prev    next >
Text File  |  1994-03-08  |  350b  |  20 lines

  1.  
  2. [DIALOG ENTRY]
  3. Dialog = Originate, SuccessExit
  4. Dialog = Ring,      NoCommand
  5. Dialog = Answer,    SuccessExit
  6.  
  7. [ACTION GROUP]
  8. Name = NoCommand
  9. Action = StopTimer
  10. Action = WaitForResponse, NoResponse
  11.  
  12. [RESPONSE GROUP]
  13. Name = NoResponse
  14. Response = Timeout, NoCommand
  15.  
  16. [ACTION GROUP]
  17. Name = SuccessExit
  18. Action = ExitDialog, Success
  19.  
  20.