home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / ld11pifs.zip / SYNCSW.PIF < prev    next >
INI File  |  1995-03-10  |  4KB  |  177 lines

  1. [SYNCSW]
  2. DLL = WCLVPCM
  3. Entry = StartVPCM
  4. Autostart = YES
  5. PIF = SYNCSW.PIF
  6. Title = "Synchronous Switched Connection Modem"
  7.  
  8. [Strings]
  9. D1  = "Synchronicity"
  10. D6  = "Encoding Scheme"
  11.  
  12. D30 = "Call Request String"
  13. D31 = "Valid Response String"
  14. D32 = "Invalid Response String"
  15. D33 = "Connect Response String"
  16. D34 = "Incomming Call String"
  17. D35 = "Delayed Call Response String"
  18. D36 = "Abort Call Response String"
  19. D37 = "Modem Busy Response String"
  20. D38 = "Engaged Tone Response String"
  21. D39 = "Forbidden Call Response String"
  22. D40 = "No Answer Tone Response String"
  23. D41 = "Ring Tone Response String"
  24. D42 = "Dialtone Error Response String"
  25. D42 = "Query String"
  26.  
  27. H6  = "This is the encoding scheme that will be used when receiving an
  28. incomming call."
  29.  
  30. H30 = "This string commands the modem to establish an outgoing call."
  31. H31 = "The modem returns this response string if a command is valid."
  32. H32 = "The modem returns this response string if a command is invalid."
  33. H33 = "The modem sends this string when a connection has been established."
  34. H34 = "The modem sends this string when there is an incomming call."
  35. H35 = "The modem sends this string when the caller must delay before retrying the call."
  36. H36 = "The modem sends this string when a call attempt timed out"
  37. H37 = "The modem sends this string when the modem is currently unavailable."
  38. H38 = "The modem sends this string when the called party's number is busy."
  39. H39 = "The modem sends this string when it is no longer legal to call this party."
  40. H40 = "The modem sends this string when it failed to connect to a modem at the called party."
  41. H41 = "The modem sends this string when the called party did not answer."
  42. H42 = "The modem sends this string when no dial tone is detected."
  43. H43 = "This string is used to determine if a modem is present and powered on."
  44.  
  45.  
  46. [DialogType]
  47. Type = String
  48. Default = "V25BIS.DDF"
  49. Editable = NO
  50. Paneled = NO
  51.  
  52. [Synchronicity]
  53. Display = D1
  54. Default = "Synchronous"
  55. Editable = NO
  56.  
  57. [EncodingScheme]
  58. Display = D6
  59. Type = String
  60. Default = "NRZI"
  61. Set = "NRZI","NRZ"
  62. Optional = NO
  63. Help = H6
  64.  
  65. [CallRequest]
  66. Display = D30
  67. Type = String
  68. StrLength = 255
  69. Default = "CRN"
  70. Optional = NO
  71. Help = H30
  72.  
  73. [Valid]
  74. Display = D31
  75. Type = String
  76. StrLength = 255
  77. Default = "VAL"
  78. Optional = NO
  79. Help = H31
  80.  
  81. [Invalid]
  82. Display = D32
  83. Type = String
  84. StrLength = 255
  85. Default = "INV"
  86. Optional = NO
  87. Help = H32
  88.  
  89. [Connect]
  90. Display = D33
  91. Type = String
  92. StrLength = 255
  93. Default = "CNX"
  94. Optional = NO
  95. Help = H33
  96.  
  97. [IncomingCall]
  98. Display = D34
  99. Type = String
  100. StrLength = 255
  101. Default = "INC"
  102. Optional = NO
  103. Help = H34
  104.  
  105. [DelayedCall]
  106. Display = D35
  107. Type = String
  108. StrLength = 255
  109. Default = "DLC"
  110. Optional = NO
  111. Help = H35
  112.  
  113. [AbortCall]
  114. Display = D36
  115. Type = String
  116. StrLength = 255
  117. Default = "CFIAB"
  118. Optional = NO
  119. Help = H36
  120.  
  121. [ModemBusy]
  122. Display = D37
  123. Type = String
  124. StrLength = 255
  125. Default = "CFICB"
  126. Optional = NO
  127. Help = H37
  128.  
  129. [EngagedTone]
  130. Display = D38
  131. Type = String
  132. StrLength = 255
  133. Default = "CFIET"
  134. Optional = NO
  135. Help = H38
  136.  
  137. [ForbiddenCall]
  138. Display = D39
  139. Type = String
  140. StrLength = 255
  141. Default = "CFIFC"
  142. Optional = NO
  143. Help = H39
  144.  
  145. [NoAnswerTone]
  146. Display = D40
  147. Type = String
  148. StrLength = 255
  149. Default = "CFINT"
  150. Optional = NO
  151. Help = H40
  152.  
  153. [RingTone]
  154. Display = D41
  155. Type = String
  156. StrLength = 255
  157. Default = "CFIRT"
  158. Optional = NO
  159. Help = H41
  160.  
  161. [DialtoneError]
  162. Display = D42
  163. Type = String
  164. StrLength = 255
  165. Default = "CFIDE"
  166. Optional = NO
  167. Help = H42
  168.  
  169. [Query]
  170. Display = D43
  171. Type = String
  172. StrLength = 255
  173. Default = "RLI"
  174. Optional = NO
  175. Help = H43
  176.  
  177.