home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume14 / pcomm / part02 / Unixpc.shar / Dial_codes next >
Encoding:
Text File  |  1988-05-17  |  2.1 KB  |  72 lines

  1.                   PCOMM v1.0
  2.  
  3.                   AT&T Unix PC 7300
  4.                 Dialing Codes
  5.  
  6.     The dialing codes used by the OBM (On Board Modem) are not straight-
  7.     forward.  The modem setup, as distributed, looks like this:
  8.  
  9.     -------------------------- Modem Setup --------------------------
  10.  
  11.         1) Modem name ............. OBM
  12.  
  13.         2) Modem init string ......
  14.         3) Dialing command ........ %
  15.         4) Dialing cmd suffix ..... @
  16.         5) Hangup string ..........
  17.         6) 300 baud connect ....... CONNECT
  18.         7) 1200 baud connect ...... CONNECT
  19.         8) 2400 baud connect ......
  20.         9) 4800 baud connect ......
  21.         10) 9600 baud connect .....
  22.         11) 19200 baud connect ....
  23.         12) No connect string 1 ...
  24.         13) No connect string 2 ...
  25.         14) No connect string 3 ...
  26.         15) No connect string 4 ...
  27.  
  28.     ---------------------------------------------------------------
  29.     OPTION ==> _                    Press ESC to return
  30.  
  31.     The relevant fields of the modem setup are:
  32.  
  33.         1) Modem name.  This must be "OBM".
  34.  
  35.     NOTE: Pcomm uses the modem name as a flag to determine which dialing
  36.     method to use.  The string "OBM" is a "reserved word" that pcomm uses
  37.     to switch to the AT&T 7300 Unix PC dialing method.
  38.  
  39.         3) Dialing command.  This should be '%' for touch tone
  40.         dialing or '^' for pulse dialing. 
  41.  
  42.         4) Dialing cmd suffix.  This must be the '@' character.
  43.  
  44.         6-7) Connect strings.  The 300 and 1200 baud connect
  45.         strings must both be set to "CONNECT".
  46.  
  47.     NOTE: The OBM cannot determine the connected baud rate if it's 
  48.     different from what it expects.  The two identical connect strings
  49.     disable this feature.
  50.  
  51.  
  52.     Additional OBM dialing commands from phone(7):
  53.  
  54.         '~'    wait for next dial tone
  55.         ','    pause 2 seconds
  56.         ':'    pause 10 seconds
  57.         '&'    perform a hookflash
  58.         '%'    begin tone dialing
  59.         '^'    begin pulse dialing
  60.  
  61.     These commands can be inserted into the phone number string, for
  62.     example:
  63.         
  64.         555-1234~56    dial 555-1234, wait for dial tone, dial 56
  65.         9,555-1234    dial 9, wait 2 seconds, dial 555-1234
  66.         %555^1234    dial 555 using tone, dial 1234 using pulse
  67.  
  68.     NOTE: The dialing commands for the OBM are not subject to character
  69.     synonym translations, therefore the '^' and '~' characters do NOT
  70.     have to be preceded by the '\' character to remove their special
  71.     meaning.
  72.