cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
129
Views
0
Helpful
1
Replies

ISE remove + sign from mobile number

amitspanchal
Level 1
Level 1

While registering to the guest portal, the registration is getting successful. But the user is not getting the SMS. Because the mobile number send by ISE is +91750XXXXXXX and our SMS vendor accepts only the number that dosen't have + sign before the number.

SO does anybody knows how to remove this + sign from the number.

amitspanchal_0-1718961437703.png

 

1 Reply 1

Arne Bier
VIP
VIP

Wow - an SMS provider that doesn't understand international telephony standard E.164 (been around since the 1980's). I would make that apparent to them as an area of "improvement".

There is an option to write a small Java Code function before making the API call to the SMS provider. You could write some regex to strip out the leading symbols (if present).

ArneBier_0-1719007056191.png