I want to implement an SMS messaging system (using Twilio account) on my PHP web application using a US Number. So how can I test using a US number?
Asked
Active
Viewed 269 times
-1
-
Twilio developer evangelist here. I'm not sure what you're asking here. Are you not in the US, but want to send messages to your Twilio number using a US number? Could you give me some more detail please? – philnash Aug 13 '15 at 07:59
-
yes , I have created one web app using php it require text message command for registration ,sign up any many more functionality and it based on us phone number. us client can send text message for for registration.also give it feedback using text message.So messaging Functionality i have use twilio account credential .so for testing purpose how use us number where i can see functionality work correct. – Dipesh More Aug 13 '15 at 10:04
1 Answers
1
Twilio developer evangelist here.
You have a few options:
Firstly, Twilio numbers, particularly US numbers, are available internationally. So you can test this with your local number, wherever you are.
Alternatively, you could buy a US phone and test with that.
Or, with a bit more work, you could buy a second US Twilio number and build a small app for sending and receiving SMS messages with it and use that number to interact with your first Twilio number.
Let me know if this helps at all!

philnash
- 70,667
- 10
- 60
- 88
-
I have sent message to twilio free number from my number (i.e. india) ,but i didin't get response from twilio , I have tried following code for receiving message :- – Dipesh More Aug 21 '15 at 14:16
-
-
Also I have set path of receiving file for that free number. please help my where i got stuck ..thanks in advance.. – Dipesh More Aug 21 '15 at 14:19
-
You can check whether your message arrived at Twilio in the Monitor in your account dashboard. You should be able to see what's going on from there. – philnash Aug 21 '15 at 15:22