We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you are using the country code with a plus sign, it is not transfered to the fritzbox.
solution: private function _clear_phone_number($number) { return preg_replace("/[^0-9+]/", "", $number); }
The text was updated successfully, but these errors were encountered:
Maybe it would be better to replace the plus sign (+) with 00, which should be equal.
Sorry, something went wrong.
Merge pull request #1 from wweich/master
4c9d0e5
check if $t is an array
Merge pull request #1 from BenjaminRehn/patch-1
ccb600a
Create fritzbox_delete_foncallslist.php
Merge pull request #1 from Skyr/master
c018faf
implemented change for Radicale server: Ignore elements of resourcetype collection
No branches or pull requests
If you are using the country code with a plus sign, it is not transfered to the fritzbox.
solution:
private function _clear_phone_number($number) {
return preg_replace("/[^0-9+]/", "", $number);
}
The text was updated successfully, but these errors were encountered: