#
# A phonebook entry has the following format:
#
# [name]         Name of the entry. 
#    number    = number to dial
#    login     = login name
#    password  = password
#    type      = type of connection. This is currently not used.
#                Later it will be used to indicate the type of connection
#                for this entry, like FAX, PPP etc.
#
# All items are optional. When not specified you will be prompted for
# the right values when needed.
# The items above are the items used by the program. Other items can be 
# defined, they will just be ignored.                 
# 
# sample:

[xs4all]
  number   = 6222175
  login    = (mylogin)
  password = (mypassword)
  type     = ppp
[university]
  number   = 1234567
  type     = ppp

[bbs]
  number   = 7654321
