blob: ad5c750d0968594ff723296ade45d7e2833ce2e8 (
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 Local calls in Argentina,
# if your carrier are Telecom or Telefonica, as of Sep.2000.
#
# Matías Alejo García
# matiu00@yahoo.com
################################################################
name=Argentina_local
################################################################
# currency settings
################################################################
currency_symbol=$
currency_position=left
currency_digits=2
################################################################
# connection settings
################################################################
default=(0.024, 120)
on (monday..friday) between (08:00..19:59) use (0.012, 120)
on (saturday) between (08:00..12:59) use (0.012, 120)
|