Allow * and # in phone numbers and config option to disable image processing #40
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Allow * and # in phone numbers
This commit will allow you to add * and # characters to your phonebook via carddav2fb. Therefore it is possible to control the calling behaviour or save internal FB numbers to the phonebook as well.
For example you now may control through which account you like to dial a number by adding an extra phone entry for the contact
*121#0049123456
, If you call it it the call will be handeled through the first VOIP account in your FRITZ!Box or you may add*31#
as prefix for some numbers to call them without sending your caller id.config option to disable image processing
Just inserted a config option to disable the image processing and FTP-Upload. Only three If cases where needed where the config value has to be checked. Important lines in carddav2fb.php are only:
115, 582, 704 and 801
other changes are just line indents.