You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
626 B
24 lines
626 B
15 years ago
|
################################################################
|
||
|
#
|
||
|
# Addcom rules
|
||
|
#
|
||
|
# created on 99/10/14, Holger Witthaut <Holger@tapage.de>
|
||
|
#
|
||
|
################################################################
|
||
|
|
||
|
name=addcom
|
||
|
currency_symbol=DM
|
||
|
currency_position=right
|
||
|
currency_digits=2
|
||
|
per_connection=0.0
|
||
|
minimum_costs=0.0
|
||
|
default=(0.039, 60)
|
||
|
|
||
|
# Montag bis Freitag
|
||
|
on (monday..friday) between (09:00..20:59) use (0.059, 60)
|
||
|
on (monday..friday) between (21:00..08:59) use (0.039, 60)
|
||
|
|
||
|
# Samstag und Sonntag
|
||
|
on (saturday..sunday) between (09:00..20:59) use (0.055, 60)
|
||
|
on (saturday..sunday) between (21:00..08:59) use (0.039, 60)
|