Am Using Twilio to send sms , and when some one use arabic number phone in my forms, it cant send sms and shows the following exception.
I understand if i used english like this
+962772211755 it works
But in arabic
+٩٦٢٧٧٢٢١١٧٥٥ dose not work
And shows exception
com.twilio.sdk.TwilioRestException: The 'To' number +???????????? is not a valid phone number.
at com.twilio.sdk.TwilioRestException.parseResponse(TwilioRestException.java:74)
at com.twilio.sdk.TwilioClient.safeRequest(TwilioClient.java:497)
at com.twilio.sdk.resource.list.MessageList.create(MessageList.java:70)