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

Plus sign in phone number not taken #1

Open
mheidt opened this issue Apr 15, 2013 · 1 comment
Open

Plus sign in phone number not taken #1

mheidt opened this issue Apr 15, 2013 · 1 comment

Comments

@mheidt
Copy link

mheidt commented Apr 15, 2013

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);
}

@carlos22
Copy link
Owner

Maybe it would be better to replace the plus sign (+) with 00, which should be equal.

carlos22 pushed a commit that referenced this issue Oct 28, 2015
check if $t is an array
carlos22 pushed a commit that referenced this issue Oct 28, 2015
Create fritzbox_delete_foncallslist.php
carlos22 pushed a commit that referenced this issue Oct 28, 2015
implemented change for Radicale server: Ignore elements of resourcetype collection
@ghost ghost mentioned this issue Sep 11, 2017
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