blob: 70b558b114ca23afde5c0bc96651ffa3dd7670cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
################################################################
#
# This is the cost rule for Internet (0610) calls in Argentina,
# if your carrier are Telecom or Telefonica, as of Sep.2000.
#
# Matías Alejo García
# matiu00@yahoo.com
################################################################
name=Argentina_0610
################################################################
# currency settings
################################################################
currency_symbol=$
currency_position=left
currency_digits=2
################################################################
# connection settings
################################################################
default=(0.007865, 60)
on (monday..friday) between (08:00..19:59) use (0.01573, 60)
on (saturday) between (08:00..12:59) use (0.01573, 60)
|