home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / va210-o2.zip / FAQ.DOC < prev    next >
Text File  |  1997-02-05  |  3KB  |  79 lines

  1.  
  2.          Frequently Asked Questions
  3.          ══════════════════════════
  4.  
  5.                 The following is a continuing compilation of the most
  6.          commonly asked questions about Virtual Advanced.
  7.  
  8.    ------------------------------------------------------------------------
  9.  
  10. Q: VADV seems to be reinitializing the modem every 5 minutes.
  11.  
  12. A: VADV checks to see if it need to dial out for network transfers
  13.    every so often. The interval is defined under VCONFIG, Main
  14.    configuration. The default is 300, which is 5 minutes. You may wish
  15.    to adjust this option to better suit your needs. You can disable
  16.    it entirely by setting the value to 0.
  17.  
  18.    ------------------------------------------------------------------------
  19.  
  20. Q: I've added new networked subs, but they don't seem to be getting out,
  21.    or anything coming in.
  22.  
  23. A: Make sure you run "Compile Network Info" from the VCONFIG Database
  24.    Menu everytime you make changed to the way your subs are networked.
  25.    
  26.    ------------------------------------------------------------------------
  27.  
  28. Q: I have trouble getting VADV to answer the phone; The modem picks up
  29.    for 2 seconds, and then hangs back up before a connection can be made.
  30.  
  31. A: Make sure S0=0 (and sometimes E0) are part of your VADV modem init string.
  32.  
  33.    ------------------------------------------------------------------------
  34.  
  35. Q: I've added new Topics, but they don't show up when I try to list them
  36.    from the BBS.
  37.  
  38. A: Line 2 of every FB file (Function Block) controls what Topics
  39.    (Database Groups) are enabled at the current FB prompt.
  40.    
  41.    For example, line 2 of the default START.FB that comes with VADV looks like:
  42. A
  43.  
  44.    It enables Topic A only. If you added more Message Base Topics,
  45.    B, C, and D, your line 2 should look like:
  46. ABCD
  47.  
  48.    Line 2 of the default FILES.FB that comes with VADV looks like:
  49. F
  50.  
  51.    It enables Topic F only. If you added more File Base Topics,
  52.    G, H, and I, your line 2 should look like:
  53. FGHI
  54.    
  55.    ------------------------------------------------------------------------
  56.  
  57. Q: The call-back verifier refuses to verify.
  58.  
  59. A:  The file that *must be set up in order for the Callback verifier to work 
  60.     is called ALLOWED.CBV and it should be located in the VADV Data Directory.
  61.  
  62.     The format for the file is ASCII, one entry per line, as follows:
  63.     XXX-YYY Z
  64.  
  65.     Where XXX is the area code, YYY is the prefix, Z is a "specifier,"
  66.     that tells the CBV how to dial this area code-prefix combination.
  67.  
  68.     Specifier   Type of Call                 How Dialed
  69.     ---------   ------------                 ------------------- 
  70.          +        Local/Same Area Code       YYY-????
  71.          $        Long Distance              1-XXX-YYY-????
  72.          /        Local/Different Area Code  XXX-YYY-????
  73.  
  74.     RESTRICT.CBV specifies the list of RESTRICTED phone numbers, that may not
  75.     be dialed.
  76.    ------------------------------------------------------------------------
  77.  
  78.      
  79.