# You must specify an interface or id,
# If the id is not specified, RTTY will uses the MAC address
# of the interface you specify as its ID, otherwise the id
# you specify is used as its ID
config config 'global'
        option enabled '0'

config rtty
   option  interface   'lan'
   option  id          'serial_number'
   option  description 'router_desc'
   option  host        'acs_server'  # Server host
   option  port        '8094'              # Server Port
   option  ssl         1                   # Whether to use ssl
   option  keepalive   5                   # keep alive in seconds for this client
