You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2021. It is now read-only.
# 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
The text was updated successfully, but these errors were encountered:
kucert
changed the title
+ sign in phone number not compatible with all gateways
notify-via-isms: + sign in phone number not compatible with all gateways
Jan 20, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
My solution:
And use $phone instead of $p{CONTACTPAGER} for sending
The text was updated successfully, but these errors were encountered: