2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

fixing the quick'n'dirty hack

git-svn-id: https://svn.fhem.de/fhem/trunk@2437 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch 2013-01-04 23:06:01 +00:00
parent c83b58fc86
commit 1d1272f154

View File

@ -484,7 +484,7 @@ sub FB_CALLMONITOR_loadInternalPhonebookFile($)
{
$number = $2;
$number =~ s/^+\d\d/0/g; # quick'n'dirty fix in case of international number format.
$number =~ s/^\+\d\d/0/g; # quick'n'dirty fix in case of international number format.
$number =~ s/\D//g unless($number =~ /@/);
$number =~ s/\s//g if($number =~ /@/);