Jeff-Lewis / telephone

Automatically exported from code.google.com/p/telephone
Other
0 stars 0 forks source link

Looser address-book matching for incoming calls #288

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I store my phone numbers with international extension in my address 
book.

E.g. +65 9200 1500

However, because I am in the +65 region (Singapore), my calls come in 
without the +65 in front, i.e. 9200 1500, thus it's not caught by the 
address book.

Perhaps you could make it match the phone numbers from the right-hand 
side of the phone number, and wildcard the front, so that it will match 
regardless of region.

Thanks for your kind consideration, this is a nice and simple app.

Original issue reported on code.google.com by andr3wy...@gmail.com on 9 Feb 2010 at 3:53

GoogleCodeExporter commented 9 years ago
How many digits do your local telephone numbers have, eight? If so, quit 
Telephone and run the following 
command in Terminal

defaults write com.tlphn.Telephone SignificantPhoneNumberLength -integer 8

Original comment by eofs...@gmail.com on 9 Feb 2010 at 12:54

GoogleCodeExporter commented 9 years ago
Yup, that works great.

P.S.: Feature request - if this could pull the phone number formats configured 
in Address Book, that would be 
really cool.

Original comment by andr3wy...@gmail.com on 18 Feb 2010 at 4:56