
# this works for my ELSA MicroLink 56k
# should work for all normal modems

MODEM_DEVICE='/dev/ttyS0'

SPEED='115200'

# dial command
#   DP - Pulse dialing
#   DT - Touch-Tone dialing
DIALCOMMAND='ATDT'

DIALPREFIX=''

#  reset modem
INIT1='ATZ'

INIT2='AT Q0 V1 E1 S0=0 &C1 &D2 +FCLASS=0'

# speaker control
#   M0 - always off
#   M1 - turn on until carrier is detected
#   M2 - always on
#   M3 - turns on until a carrier is detected, except during dialing
INIT8='ATM0'

# don't detect carrier
INIT9='ATX3'


# adjust to your provider

PROVIDER='komtel'


# and for network/sysconfig stuff

STARTMODE='manual'
BOOTPROTO='none'

USERCONTROL='yes'

