Welcome Guest ( Log In | Register )

Bump Topic Topic Closed RSS Feed
148 Pages « < 5 6 7 8 9 > » Bottom

Outline · [ Standard ] · Linear+

 U Mobile Fan Club v2 - New UMI Plan!, Questions? Problems? Deals? Come here!

views
     
thesun
post Aug 2 2013, 11:01 AM

Regular
******
Senior Member
1,810 posts

Joined: Sep 2009
Hi, i am using umi28, let say i finish the free sms and call, what is the call and sms rates? Can pin the info at first post?

also, what does this means?

RM0.Free calls&SMS activated until 03/09/13.7pm-11:59pm 3sen/30sec.Panggilan&SMS percuma diaktifkan,sah 03/09/13.7pm-11:59pm 3sen/30saat

does it means free calls is only from 12am to 7pm daily? I thought can use anytime as long as got 100 minutes?

This post has been edited by thesun: Aug 2 2013, 11:24 AM
TSwcypierre
post Aug 2 2013, 12:26 PM

Newbie Programmer
Group Icon
Elite
4,619 posts

Joined: Jul 2011
QUOTE(thesun @ Aug 2 2013, 11:01 AM)
Hi,  i am using umi28, let say i finish the free sms and call, what is the call and sms rates? Can pin the info at first post?

also, what does this means?

RM0.Free calls&SMS  activated until 03/09/13.7pm-11:59pm 3sen/30sec.Panggilan&SMS percuma diaktifkan,sah 03/09/13.7pm-11:59pm 3sen/30saat

does it means free calls is only from 12am to 7pm daily? I thought can use anytime as long as got 100 minutes?
*
The charges after you've used up the freebies for your UMI plan is based on the prepaid plan

user posted image

The free calls and sms that you mentioned is this(free call and sms to *U Mobile* numbers only, the number of days depends on your amount of top up):
http://www.u.com.my/prepaid/free_sms_and_calls
thesun
post Aug 2 2013, 01:12 PM

Regular
******
Senior Member
1,810 posts

Joined: Sep 2009
QUOTE(wcypierre @ Aug 2 2013, 12:26 PM)
The charges after you've used up the freebies for your UMI plan is based on the prepaid plan

user posted image

The free calls and sms that you mentioned is this(free call and sms to *U Mobile* numbers only, the number of days depends on your amount of top up):
http://www.u.com.my/prepaid/free_sms_and_calls
*
so how about
"7pm-11:59pm 3sen/30saat"

what does it means? normal call rates is 9cent/30second
!@#$%^
post Aug 2 2013, 01:33 PM

Safe Trader
********
All Stars
17,496 posts

Joined: Feb 2006
From: KL
QUOTE(thesun @ Aug 2 2013, 01:12 PM)
so how about
"7pm-11:59pm 3sen/30saat"

what does it means? normal call rates is 9cent/30second
*
normal rate after the free calls duration is over ie 20 days or 30 days and so depending on ur topup
TSwcypierre
post Aug 2 2013, 03:15 PM

Newbie Programmer
Group Icon
Elite
4,619 posts

Joined: Jul 2011
QUOTE(thesun @ Aug 2 2013, 01:12 PM)
so how about
"7pm-11:59pm 3sen/30saat"

what does it means? normal call rates is 9cent/30second
*
Let's put a scenario for an easier understanding laugh.gif

Let's say that you've top up RM10, so it entitles you for 10 days of free calls to other U Mobile numbers from 12am to 6.59 p.m.

Within this 10 days, if you called U Mobile number in between 12am and 6.59 p.m and the duration of call per day is less than or equal to 60 minutes, then the call charge is foc.

However, if you called a U Mobile number in between 12am and 6.59 p.m but the duration of call is > 60 minutes then you will be charged(with normal 9 cent/30 sec, I think).

Meanwhile, if you called a U Mobile number that is outside of the free call time(which is 7PM to 11.59PM), you will be entitled of a cheaper call rate which is 3 cent/30 sec.
C63 AMG
post Aug 2 2013, 05:25 PM

Frequent Flyer
******
Senior Member
1,643 posts

Joined: Aug 2011
From: Bolehland



QUOTE(wcypierre @ Aug 2 2013, 03:15 PM)
Let's put a scenario for an easier understanding  laugh.gif

Let's say that you've top up RM10, so it entitles you for 10 days of free calls to other U Mobile numbers from 12am to 6.59 p.m.

Within this 10 days, if you called U Mobile number in between 12am and 6.59 p.m and the duration of call per day is less than or equal to 60 minutes, then the call charge is foc.

However, if you called a U Mobile number in between 12am and 6.59 p.m but the duration of call is > 60 minutes then you will be charged(with normal 9 cent/30 sec, I think).

Meanwhile, if you called a U Mobile number that is outside of the free call time(which is 7PM to 11.59PM), you will be entitled of a cheaper call rate which is 3 cent/30 sec.
*
Man this is some serious rocket science going on rclxub.gif
TSwcypierre
post Aug 2 2013, 05:44 PM

Newbie Programmer
Group Icon
Elite
4,619 posts

Joined: Jul 2011
QUOTE(C63 AMG @ Aug 2 2013, 05:25 PM)
Man this is some serious rocket science going on  rclxub.gif
*
this is nothing near rocket science. want something of rocket science(and this is not even near that sweat.gif )?

CODE
call_block = 30; // call block for the rates(30 seconds)

if(free_call_days_left > 0) // to check if the free calls are still available or not
{
if(same_operator(number)) // to check if you're calling the same operator or not(U Mobile to U Mobile)
{
 if(time_hr >= 0 && time_hr < 19) // 12a.m to 6.59p.m
 {
  if(daily_free_talktime <= 60) // Haven't reach 60 minutes of daily free talk time, the rate is foc
  {
   call_rate = 0; // foc until 60 minutes has been used up for each day
  }
  else // reached 60 minutes of daily free talk time, so normal rates will apply
  {
   call_rate = 0.09; // 9 cent per 30 seconds
  }
 }
 else // 7p.m to 11.59a.m
 {
  call_rate = 0.03; // special promotional rate: 3 cent per 30 seconds
 }
}
else // calling different operator, so normal rates apply
{
 call_rate = 0.09;
}
}


http://pastebin.com/8wzUtiHE
macang
post Aug 2 2013, 07:21 PM

Getting Started
**
Junior Member
81 posts

Joined: Aug 2011
simple question here. can i use free airtime for make international call? have 100 minute now after sub umi 28.
TSwcypierre
post Aug 2 2013, 07:38 PM

Newbie Programmer
Group Icon
Elite
4,619 posts

Joined: Jul 2011
QUOTE(macang @ Aug 2 2013, 07:21 PM)
simple question here. can i use free airtime for make international call? have 100 minute now after sub umi 28.
*
well, afaik, all free calls are only to local operators.
macang
post Aug 2 2013, 10:23 PM

Getting Started
**
Junior Member
81 posts

Joined: Aug 2011
QUOTE(wcypierre @ Aug 2 2013, 07:38 PM)
well, afaik, all free calls are only to local operators.
*
very sad. what i want do with 100 minute call?

unixcorp
post Aug 3 2013, 01:37 AM

On my way
****
Senior Member
564 posts

Joined: Dec 2007


Hi.. I got a question.. If I subscribe to umi28, I'll get 100 minutes free calls.. So, I can use my free 100 minutes call anytime or 12am and 6.59pm only?
thesun
post Aug 3 2013, 04:50 AM

Regular
******
Senior Member
1,810 posts

Joined: Sep 2009
QUOTE(wcypierre @ Aug 2 2013, 03:15 PM)
Let's put a scenario for an easier understanding  laugh.gif

Let's say that you've top up RM10, so it entitles you for 10 days of free calls to other U Mobile numbers from 12am to 6.59 p.m.

Within this 10 days, if you called U Mobile number in between 12am and 6.59 p.m and the duration of call per day is less than or equal to 60 minutes, then the call charge is foc.

However, if you called a U Mobile number in between 12am and 6.59 p.m but the duration of call is > 60 minutes then you will be charged(with normal 9 cent/30 sec, I think).

Meanwhile, if you called a U Mobile number that is outside of the free call time(which is 7PM to 11.59PM), you will be entitled of a cheaper call rate which is 3 cent/30 sec.
*
so, this is for those who doesn buy any umi plan? Correct?

thesun
post Aug 3 2013, 04:50 AM

Regular
******
Senior Member
1,810 posts

Joined: Sep 2009
QUOTE(unixcorp @ Aug 3 2013, 01:37 AM)
Hi.. I got a question.. If I subscribe to umi28, I'll get 100 minutes free calls.. So, I can use my free 100 minutes call anytime or 12am and 6.59pm only?
*
exactly my question..
TSwcypierre
post Aug 3 2013, 05:05 AM

Newbie Programmer
Group Icon
Elite
4,619 posts

Joined: Jul 2011
QUOTE(macang @ Aug 2 2013, 10:23 PM)
very sad. what i want do with 100 minute call?
*
call someone from another operator that is at Malaysia? sweat.gif

QUOTE(unixcorp @ Aug 3 2013, 01:37 AM)
Hi.. I got a question.. If I subscribe to umi28, I'll get 100 minutes free calls.. So, I can use my free 100 minutes call anytime or 12am and 6.59pm only?
*
anytime

QUOTE(thesun @ Aug 3 2013, 04:50 AM)
so, this is for those who doesn buy any umi plan? Correct?
*
QUOTE(thesun @ Aug 3 2013, 04:50 AM)
exactly my question..
*
it is for those who reloads laugh.gif


thesun
post Aug 3 2013, 05:50 AM

Regular
******
Senior Member
1,810 posts

Joined: Sep 2009
Ooo.. Never knew with umobile, even if no buy plan and just reload will get entitled for free calls..

TSwcypierre
post Aug 3 2013, 06:23 AM

Newbie Programmer
Group Icon
Elite
4,619 posts

Joined: Jul 2011
QUOTE(thesun @ Aug 3 2013, 05:50 AM)
Ooo.. Never knew with umobile, even if no buy plan and just reload will get entitled for free calls..
*
but do mind that it is only for U Mobile to U Mobile though. smile.gif
unixcorp
post Aug 3 2013, 03:10 PM

On my way
****
Senior Member
564 posts

Joined: Dec 2007


QUOTE(wcypierre @ Aug 3 2013, 05:05 AM)
call someone from another operator that is at Malaysia?  sweat.gif
anytime
it is for those who reloads  laugh.gif
*
Thank you very much.. I'm thinking on switching to U-Mobile..

Tried my friend Umobile Internet Mobile.. It's quite fast... brows.gif
TSwcypierre
post Aug 3 2013, 03:15 PM

Newbie Programmer
Group Icon
Elite
4,619 posts

Joined: Jul 2011
QUOTE(unixcorp @ Aug 3 2013, 03:10 PM)
Thank you very much.. I'm thinking on switching to U-Mobile..

Tried my friend Umobile Internet Mobile.. It's quite fast...  brows.gif
*
yeah, its H+ is pretty fast brows.gif brows.gif

but still slower than Maxis 4G cry.gif cry.gif (but Maxis's plan is a much higher rate la sweat.gif )
unixcorp
post Aug 3 2013, 03:26 PM

On my way
****
Senior Member
564 posts

Joined: Dec 2007


QUOTE(wcypierre @ Aug 3 2013, 03:15 PM)
yeah, its H+ is pretty fast  brows.gif  brows.gif

but still slower than Maxis 4G  cry.gif  cry.gif  (but Maxis's plan is a much higher rate la  sweat.gif )
*
Got no 4G coverage at my place.. Anyway, with UMI38 is the best plan for me.. notworthy.gif

Anyway, are you UMobile dealer?
TSwcypierre
post Aug 3 2013, 03:30 PM

Newbie Programmer
Group Icon
Elite
4,619 posts

Joined: Jul 2011
QUOTE(unixcorp @ Aug 3 2013, 03:26 PM)
Got no 4G coverage at my place.. Anyway, with UMI38 is the best plan for me..  notworthy.gif

Anyway, are you UMobile dealer?
*
nope, I'm a normal user as well smile.gif

148 Pages « < 5 6 7 8 9 > » Top
Topic ClosedOptions
 

Change to:
| Lo-Fi Version
0.0276sec    0.57    6 queries    GZIP Disabled
Time is now: 29th November 2025 - 11:39 AM