In your php script, add detection of rates modification. It must compare the values of max(i_rate) from the billing with the last value stored in your local database. If the values differ, it means the rate was modified. Add this to an existing php script, or advise if this implies too many modifications requiring a separate script. |