/etc/tua.pcd is in tua 4.3-13.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 | # -*- c -*-
#
# This file contains a country specific description of how your telephone
# company calculate the cost of the call thru each day of the week.
# The language used is simple: see the configuration for "italy" for an example;
# it does contain all the allowed statements.
#
# Overlapping slots will be detected and ignored by TUA. There will be a message
# printed on stderr that shows exactly the location of the slots.
#
#
##############################################################################
# I know this file is outdated. If you have updated rates, please open
# a bug against the package with the correct data for your country.
# (The debian package maintainer. -- md@linux.it)
##############################################################################
# DEFAULT COUNTRY:
# This statement defines the default country, i.e. the country that will
# be in effect if no --country option is used.
default = "italy-city"; # Pizza & Spaghetti country
#default = "uk";
#default = "germany"; # Sauerkraut und Bier
#default = "Germany-96-City";
#default = "canada";
#default = "denmark"; # Little Mermaid & H.C. Andersen
#default = "rsa"; # Springbok and Protea Flowers
#default = "usa";
#default = "namibia"; # Biltong and Boereworst country (dried meat and a nice sausage)
#default = "france";
#default = "spain";
# ITALY - Pizza & Spaghetti country
country "italy" = {
currency = "Lit";
decimals = 0; # Do not print fractions of Lits
# COSTS:
# - assuming that 1 unit costs 127 Lit...
# - timings are for distances > 120km
name PEAK = "Orario di Punta"; # 8:30am to 1pm
cost PEAK = 127,127/13.1; # 1 unit for the call, then one
# every 13.1sec
name NORMAL = "Orario Diurno"; # 8am to 8:30am, 1pm to 6:30pm
cost NORMAL = 127,127/20;
name EVENING = "Orario Serale"; # 6:30pm to 10pm
cost EVENING = 127,127/32;
name NIGHT = "Orario Notturno"; # 10pm to 8 am
cost NIGHT = 127,127/40;
monday-friday = {
rate PEAK = 8:31-13:00;
rate NORMAL = 8:01-8:30, 13:01-18:30;
rate EVENING = 18:31-22:00;
rate NIGHT = 22:01-08:00; # sc for 22:01-24:00, 0:01-8:00
};
saturday = {
rate NORMAL = 08:01-13:00;
rate EVENING = 13:01-22:00;
rate NIGHT = 22:01-08:00;
};
sunday = {
rate EVENING = 8:01-22:00;
rate NIGHT = 22:01-08:00;
};
}
country "italy-city" = {
currency = "Lit";
decimals = 0; # Do not print fractions of Lits
# COSTS:
# - assuming that 1 unit costs 127 Lit...
# - timings are for city calls
name PEAK = "Orario di Punta"; # 8:30am to 1pm
cost PEAK = 127,127/170; # 1 unit for the call, then one
# every 170sec
name NORMAL = "Orario Diurno"; # 8am to 8:30am, 1pm to 6:30pm
cost NORMAL = 127,127/220;
name EVENING = "Orario Serale"; # 6:30pm to 10pm
cost EVENING = 127,127/300;
name NIGHT = "Orario Notturno"; # 10pm to 8 am
cost NIGHT = 127,127/400;
monday-friday = {
rate PEAK = 8:31-13:00;
rate NORMAL = 8:01-8:30, 13:01-18:30;
rate EVENING = 18:31-22:00;
rate NIGHT= 22:01-08:00; # sc for 22:01-24:00, 0:01-8:00
};
saturday = {
rate NORMAL = 08:01-13:00;
rate EVENING = 13:01-22:00;
rate NIGHT = 22:01-08:00;
};
sunday = {
rate EVENING = 8:01-22:00;
rate NIGHT = 22:01-08:00;
};
}
# UNITED KINGDOM
country "uk" = {
name PEAK = "Peak Rate"; # 9:00am to 1pm
name NORMAL = "Normal Rate"; # 8am to 9.00am, 1pm to 6:00pm
name CHEAP = "Cheap Rate"; # 6pm to 8 am
sunday = { rate CHEAP = 00:00-24:00; };
saturday = { rate CHEAP = 00:00-24:00; };
monday-friday = {
rate PEAK = 9:01-13:00;
rate NORMAL = 8:01-9:00, 13:01-18:00;
rate CHEAP = 18:01-8:00;
};
}
# GERMANY - Sauerkraut und Bier
country "germany" = {
currency = "DM";
decimals = 2;
name DAY = "Day Time"; # 8:00am to 6pm
cost DAY = 0.23/360; # 0.23 DM per 6 minutes
name NIGHT = "Night Time"; # 6pm to 8.00am
cost NIGHT = 0.23/720; # 0.23 DM per 12 minutes
sunday = { rate NIGHT = 00:00-24:00; };
saturday = { rate NIGHT = 00:00-24:00; };
mon-fri = {
rate DAY = 8:01-18:00;
rate NIGHT = 18:01-8:00;
};
}
country "Germany-96-City" = {
currency = "DM";
decimals = 2;
name MONDSCHEINTARIF = "City Mondscheintarif";
cost MONDSCHEINTARIF = 0.12/240;
name FREIZEITTARIF = "City Freizeittarif";
cost FREIZEITTARIF = 0.12/150;
name VORMITTAGTARIF = "City Vormittagtarif";
cost VORMITTAGTARIF = 0.12/90;
monday-friday = {
rate MONDSCHEINTARIF = 00:01-05:00, 21:01-24:00;
rate FREIZEITTARIF = 05:01-09:00, 18:01-21:00;
rate VORMITTAGTARIF = 09:01-18:00;
};
saturday = {
rate MONDSCHEINTARIF = 00:01-05:00, 21:01-24:00;
rate FREIZEITTARIF = 05:01-21:00;
};
sunday = {
rate MONDSCHEINTARIF = 00:01-05:00, 21:01-24:00;
rate FREIZEITTARIF = 05:01-21:00;
};
}
country "Germany-96-Region50" = {
currency = "DM";
decimals = 2;
name NACHTTARIF = "Region50 Nachttarif";
cost NACHTTARIF = 0.12/120;
name MONDSCHEINTARIF = "Region50 Mondscheintarif";
cost MONDSCHEINTARIF = 0.12/60;
name FREIZEITTARIF = "Region50 Freizeittarif";
cost FREIZEITTARIF = 0.12/45;
name NACHMITTAGTARIF = "Region50 Nachmittagtarif";
cost NACHMITTAGTARIF = 0.12/30;
name VORMITTAGTARIF = "Region50 Vormittagtarif";
cost VORMITTAGTARIF = 0.12/26;
monday-friday = {
rate MONDSCHEINTARIF = 00:01-02:00, 21:01-24:00;
rate NACHTTARIF = 02:01-05:00;
rate FREIZEITTARIF = 05:01-09:00, 18:01-21:00;
rate VORMITTAGTARIF = 09:01-12:00;
rate NACHMITTAGTARIF = 12:01-18:00;
};
saturday = {
rate MONDSCHEINTARIF = 00:01-05:00, 21:01-24:00;
rate FREIZEITTARIF = 05:01-21:00;
};
sunday = {
rate MONDSCHEINTARIF = 00:01-05:00, 21:01-24:00;
rate FREIZEITTARIF = 05:01-21:00;
};
}
country "Germany-96-Region200" = {
currency = "DM";
decimals = 2;
name NACHTTARIF = "Region200 Nachttarif";
cost NACHTTARIF = 0.12/120;
name MONDSCHEINTARIF = "Region200 Mondscheintarif";
cost MONDSCHEINTARIF = 0.12/30;
name FREIZEITTARIF = "Region200 Freizeittarif";
cost FREIZEITTARIF = 0.12/21.5;
name NACHMITTAGTARIF = "Region200 Nachmittagtarif";
cost NACHMITTAGTARIF = 0.12/13.5;
name VORMITTAGTARIF = "Region200 Vormittagtarif";
cost VORMITTAGTARIF = 0.12/12;
monday-friday = {
rate MONDSCHEINTARIF = 00:01-02:00, 21:01-24:00;
rate NACHTTARIF = 02:01-05:00;
rate FREIZEITTARIF = 05:01-09:00, 18:01-21:00;
rate VORMITTAGTARIF = 09:01-12:00;
rate NACHMITTAGTARIF = 12:01-18:00;
};
saturday = {
rate MONDSCHEINTARIF = 00:01-05:00, 21:01-24:00;
rate FREIZEITTARIF = 05:01-21:00;
};
sunday = {
rate MONDSCHEINTARIF = 00:01-05:00, 21:01-24:00;
rate FREIZEITTARIF = 05:01-21:00;
};
}
country "Germany-96-Fern" = {
currency = "DM";
decimals = 2;
name NACHTTARIF = "Fern Nachttarif";
cost NACHTTARIF = 0.12/120;
name MONDSCHEINTARIF = "Fern Mondscheintarif";
cost MONDSCHEINTARIF = 0.12/25;
name FREIZEITTARIF = "Fern Freizeittarif";
cost FREIZEITTARIF = 0.12/20;
name NACHMITTAGTARIF = "Fern Nachmittagtarif";
cost NACHMITTAGTARIF = 0.12/12.5;
name VORMITTAGTARIF = "Fern Vormittagtarif";
cost VORMITTAGTARIF = 0.12/11.5;
monday-friday = {
rate MONDSCHEINTARIF = 00:01-02:00, 21:01-24:00;
rate NACHTTARIF = 02:01-05:00;
rate FREIZEITTARIF = 05:01-09:00, 18:01-21:00;
rate VORMITTAGTARIF = 09:01-12:00;
rate NACHMITTAGTARIF = 12:01-18:00;
};
saturday = {
rate MONDSCHEINTARIF = 00:01-05:00, 21:01-24:00;
rate FREIZEITTARIF = 05:01-21:00;
};
sunday = {
rate MONDSCHEINTARIF = 00:01-05:00, 21:01-24:00;
rate FREIZEITTARIF = 05:01-21:00;
};
}
# CANADA
country "canada" = {
name PEAK = "Peak Rate"; # 8:00am to 6:00pm
name EVENING = "Evening Rate"; # 6:00pm to 11:00pm
name NIGHT = "Night/Weekend Rate"; # 11:00pm to 8:00am
sunday = { rate NIGHT = 00:00-24:00; };
saturday = { rate NIGHT = 00:00-24:00; };
mon-fri = {
rate PEAK = 8:01-18:00;
rate EVENING = 18:01-23:00;
rate NIGHT = 23:01-8:00;
};
}
# DENMARK - Little Mermaid & H.C. Andersen
country "denmark" = {
name DAY = "Day Time"; # 0800 to 1930
name NIGHT = "Night Time"; # 1930 to 0800
sunday = { rate NIGHT = 0:00-24:00; };
mon-sat = {
rate DAY = 8:01-19:30;
rate NIGHT = 19:31-8:00;
};
}
# South Africa - Springbok and Protea Flowers
country "rsa" = {
name RATE1 = "Rate group 1"; # weekdays 0700 to 1800, saturday 0700-1300
name RATE2 = "Rate group 2"; # weekdays 1800 to 2000
name RATE3 = "Rate group 3"; # all other hours
mon-fri = {
rate RATE1 = 7:00-18:00;
rate RATE2 = 18:01-20:00;
rate RATE3 = 20:01-6:59;
};
sat = {
rate RATE1 = 7:00-13:00;
rate RATE3 = 13:01-6:59;
};
sun = { rate RATE3 = 0:00-24:00; };
}
# USA
country "usa" = {
name PEAK = "Peak Rate"; # 8:00am to 5:00pm
name EVENING = "Evening Rate"; # 5:00pm to 11:00pm
name NIGHT = "Night/Weekend Rate"; # 11:00pm to 8:00am
sunday = {
rate NIGHT = 23:01-17:00;
rate EVENING = 17:01-23:00;
};
saturday = { rate NIGHT = 00:00-24:00; };
mon-fri = {
rate PEAK = 8:01-17:00;
rate EVENING = 17:01-23:00;
rate NIGHT = 23:01-8:00;
};
}
# NAMIBIA - Biltong and Boereworst country (dried meat and a nice sausage)
country "namibia" = {
currency = "$NA";
decimals = 2;
name NORMAL = "Normal Time";
cost NORMAL = 0.185/8;
name CHEAP = "Cheap Time";
cost CHEAP = 0.185/23;
monday-friday = {
rate NORMAL = 7:01-19:00;
rate CHEAP = 19:01-7:00;
};
saturday = {
rate NORMAL = 07:01-13:00;
rate CHEAP = 13:01-7:00;
};
sunday = {
rate CHEAP = 0:01-24:00;
};
}
# FRANCE
country "france" = {
currency = "Francs";
decimals = 2;
name NORMAL = "Plein Tarif";
cost NORMAL = 0.73 / 180;
name PEAK = "-30% Tarif reduit";
cost PEAK = 0.73 / 270;
name EVENING = "-50% Tarif reduit";
cost EVENING = 0.73 / 360;
name NIGHT = "-65% Tarif de nuit";
cost EVENING = 0.73 / 540;
mon-fri = {
rate NORMAL = 08:00-12:29, 13:30-17:59;
rate PEAK = 12:30-13:29, 18:00-21:29;
rate EVENING = 06:00-07:59, 21:30-22:29;
rate NIGHT = 22:30-05:59;
};
sat = {
rate NORMAL = 08:00-12:29;
rate PEAK = 12:30-13:29;
rate EVENING = 06:00-07:59, 13:30-22:29;
rate NIGHT = 22:30-05:59;
};
sun = {
rate EVENING = 06:00-22:29;
rate NIGHT = 22:30-05:59;
};
}
# SPAIN
country "spain-old" = {
currency = "Pesetas";
decimals = 0;
name NORMAL = "Normal";
name PEAK = "Punta";
name NIGHT = "Reducida";
mon-fri = {
rate NORMAL = 17:01-22.00;
rate PEAK = 08:01-17.00;
rate NIGHT = 22:01-08:00;
};
sat = {
rate PEAK = 08:01-14:00;
rate NIGHT = 14:01-08:00;
};
sun = {
rate NIGHT = 00:01-24:00;
};
}
# SWITZERLAND
country "switzerland" = {
name NORMAL = "Normal Rate"; # 8am to 5pm, 7pm to 9pm
name CHEAP = "Cheap Rate"; # 5pm to 7pm, 9pm to 8am
sunday = { rate CHEAP = 00:00-24:00; };
saturday = { rate CHEAP = 00:00-24:00; };
monday-friday = { rate NORMAL = 8:00-17:00, 19:00-21:00;
rate CHEAP = 17:01-18:59, 21:01- 7:59;
};
}
|