#
# A modem entry has the following format:
#
# [name]       Type of modem to define e.g. hayes
#   attn   =  String to put modem in Command Mode.
#   rset   =  String to reset modem
#   dial   =  String to start dialing
#   hangup =  String to hang up the modem
#
# All entrys are optional. When not defined the default commands are used
# as defined at compile time.
# The items above are the items used by the program. Other items can be
# defined, they will just be ignored.
#
# Example:
#
[hayes]
  attn   = +++
  rset   = ATZ
  init   = ATE0 Q0 V1 X4
  dial   = ATD
  hangup = ATH
[my_modem]
	init  = ATS7=45 S0=0 L1 V1 X4 &c1 E1 Q0
