Subject: | User-specific phone number formatting |
It would be nice if users could override the formatting defaults imposed
by Callerid::format_phone_number(). For example, perhaps my phone
company reports all local numbers without the area code, but I want to
display the area code in my application. Changing what's internally
stored (i.e. modifying $Callerid->{number}) feels like bad voodoo to me,
as it removes the ability to tell what the orginally reported
information was.