Title: Trouble compiling asterisk-addons MySQL

Hello all,

 

         I receive a warning message every time I start my Asterisk.

 

         Rate not correct, requested 8000, got 7999

 

         I see in the source and FOUND where is gerating this warning message.

 

      if (rate != DESIRED_RATE) {
              ast_log(LOG_WARNING, "Rate not correct, requested %d, got %d\n", DESIRED_RATE, rate);
      }

 

         Anyone know HOW TO FIX this problem?

Reply via email to