# Tariff file for Orange Talk 120

name Orange Talk 120
network orange

connection fee 35.00
monthly line rental 25.00
#monthly itemised billing 0.00
#monthly local call option 0.00
max cost error 0.00005
#min call length 4

# Define charge bands
bands peak, offpeak

# Give pseudo-code to calculate which band we're in.
# Code must return one of the bands given above.
band_code {
  ($dow <= 5 and $hour >= 7 and $hour < 19) ? 'peak' : 'offpeak';
}

# What do you get "free"?
120 mins inclusive monthly NOT for crossnet mobile, intl, sms, voicemail

# Here are the rates.
rate local landline     peak=24, offpeak=5
rate national landline  peak=24, offpeak=5
rate network mobile     peak=12, offpeak=5
rate crossnet mobile    peak=30, offpeak=12
rate network sms        6
rate crossnet sms       6
rate voicemail          peak=9, offpeak=9
rate fax                peak=30, offpeak=5
rate data               peak=30, offpeak=5
