Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ideas for speed dial by prefix #1

Open
lgaetz opened this issue Jan 31, 2014 · 0 comments
Open

Ideas for speed dial by prefix #1

lgaetz opened this issue Jan 31, 2014 · 0 comments

Comments

@lgaetz
Copy link
Member

lgaetz commented Jan 31, 2014

Currently there is no way to speed dial a phone number by feature code. The design philosophy is to make zero changes to the iAddressBook project and only make changes via the possa template, so additional fields or database changes to accommodate speed dial codes are out. The simple way to do this is have users manually enter a speed dial code as part of the phone number, i.e.:
1-888-555-1234 {123}
so speed dialing 123 would call the 888 number. The problem with this is that by manually entering speed dial codes, there is no mechanism to prevent duplicates, there is no way to get a list of speed dial names/codes, what happens if a user uses curly brackets incorrectly etc. etc. just a mess.

A better way to do speed dial codes would be to hijack another less important database field such as 'related names' or 'Instant messaging', edit the possa template to remove the field from display then force the contents to be speed dial codes corresponding to the individual phone numbers. There are still technical issues to solve to prevent duplicates and maybe another template to generate a list of names/codes, neither of which may be possible without changes to core iAB files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@lgaetz and others