# A sample configuration for dial.
# This is configured for Denmark (more specifically, Northern Jutland)
# and almost certainly needs adjusting.

# How many seconds to wait before redialing when the line is busy.
# IF zero, don't attempt redial.
redialinterval	60

# How many seconds to wait before aborting the connect attempt.
# Zero means forever.
connecttimeout	60

# The cost of starting to dial a number.
# Set to 0 if you don't pay until you get the connection.
dialcost	0.125

# Where to log connect info.
# The user must have write permission to this file.
logfile ~/.dialcosts

# Use the ISO 639 standard two character code for your country, in _lowercase_.
country da

# This gets printed in front of the cost. Use any string that strikes your
# fancy, as long as it does not contain spaces.
currency Kr.

### RATE INFO
# If you only ever dial a single number, you can omit the 'number' line
# and just state the rates.
# Numbers always match the longest possible prefix, i.e. if you have
#   number 1
#   number 12
# then '123' matches '12', and '132' matches '1'.

### Local numbers (start with 98)
prefix		98
nightrate	0.168
dayrate		0.336
# Rates are low from 19:30 to 8:00
nighttime	19:30-23:59
nighttime	0:00-8:00
# And the entire day on Sundays and holidays
cheapday	sun
cheapday	holidays

### Calls to USA (just as an example)
prefix		001
nightrate	5.60
dayrate		7.00
# Rates are low from 19:30 to 8:00
nighttime	19:30-23:59
nighttime	0:00-8:00
# No special days

### Denmark only: "Hyggesnak 10", landstakst
prefix		*171*
dialcost	1.175
dayrate		0.245

### Default rate for all other national calls
prefix		
nightrate	0.35
dayrate		0.70
# Rates are low from 19:30 to 8:00
nighttime	19:30-23:59
nighttime	0:00-8:00
# And the entire day on Sundays and holidays
cheapday	sun
cheapday	holidays

# The list of possible numbers
# The first is the default number.
number		38333133
number		*171*38333133
number		98126796
number		001453678
