mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-04 22:07:28 -07:00
3a49f9ade5
Some of the money announcements can be off by one cent, due to the use of floating point in the money calculations, which is bad for obvious reasons. This replaces floating point with simple string parsing to ensure the cents value is converted accurately. Resolves: #525