View Single Post
Posts: 73 | Thanked: 9 times | Joined on May 2010 @ London
#15
Originally Posted by rajil.s View Post
@t4ure4n. Sms capability is now added. Set SMSPERMINUTE=2 to in freecalls.sh in your case. Also, the minutes are rounded off to a minute.
I am going to check the SMS functionality now.

Glad that you added functionality for free numbers,
I had already updated your SQL for this as I make lots of calls to 150 which is free for T-Mobile.

Originally Posted by rajil.s View Post
With regards to your free minutes not being updated, i think your triggers function in the database (Step 1) is not working. The triggers script i linked to is for firmware 1.2 and above.
I found the problem:
My minutes update on the 9th of every month,
I used MONTH_STARTDAY=09 but it didn't work but when I used MONTH_STARTDAY=9 it worked... so I guess it will be a good idea to have your script check this.


A potential Bug

I have noticed that If you clear the "Recent Calls List" the counter starts again. This may not be a problem for people who leave their call log but I clear my recent call list every few days.

Can any one else please varify this?