check_mk-plugins
check_mk-plugins copied to clipboard
notify-via-isms: + sign in phone number not compatible with all gateways
My solution:
# replace + by 00 and delete whitespaces
my $phone = $p{CONTACTPAGER};
$phone =~ s/\s+//g;
$phone =~ s/\+/00/g;
And use $phone instead of $p{CONTACTPAGER} for sending