##-----------------------------------------------------------------------------
## modem.txt - fli4l configuration parameters                            V2.1.5
##
##        P L E A S E   R E A D   T H E   D O C U M E N T A T I O N ,
##                      S E E   R E A D M E . T X T
##
##        B I T T E  U N B E D I N G T   D I E   D O K U M E N T A T I O N
##              L E S E N ,  S I E H E   R E A D M E . T X T
##
## Creation:     26.11.2001  od
## Last Update:  07.11.2003  Michael Schmitz
##
## Copyright (c) 2001 Oliver Dawid <od@123.org>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or
## (at your option) any later version.
##-----------------------------------------------------------------------------
 
#------------------------------------------------------------------------------
# Optional package: MODEM for dialout (experimental)
#------------------------------------------------------------------------------

OPT_MODEM='no'
MODEM_DEV='ttyS0'       #  which  port is your modem connected to? (ttyS0=com1)
MODEM_SPEED='115200'    #  what modemspeed do you want to use (leave this unchanged)
MODEM_COMMANDS=''       # additional commands eg 'sync'
MODEM_CHAT_COMMANDS=''  # additional chat commands like 'OK ATM0L0'
MODEM_DIALOUT='010900191799' # the phonenumber of your provider
MODEM_DEBUG=''          #  put  in  'debug'  here for debug information in syslog
MODEM_MTU='1424'        #
MODEM_MRU='1424'        #
MODEM_HUP_TIMEOUT='120' #  after this time, the modem hangs up if there was no traffic
MODEM_USER='anonymer'   # username for your dial out
MODEM_PASSWD='surfer'   # password for your dial out


#------------------------------------------------------------------------------
# Optional MGETTY_DIALIN (dialin via analog modem)
#------------------------------------------------------------------------------
OPT_MGETTY_DIALIN='no'          # dialin via analog modem: yes or no
MGETTY_SPEED='38400'            # COM port speed for pppd
MGETTY_IPADDR='192.168.200.1'   # IP address of fli4l router
MGETTY_PEER='192.168.1.1'       # IP address of peer
MGETTY_DNS='192.168.0.1'	# remote network
MGETTY_USER='login'             # login name for pppd
MGETTY_PASS='password'          # password for pppd
MGETTY_INIT=''			# init-chat for /etc/mgetty+sendfax/mgetty.config
MGETTY_CALLER_ID=''		# using caller-id to selectively accept or reject calls
