Send SMS to Server for update - sms-gateway

I want update my server data when user send SMS to server.
My server wants listen my SMS by mobile.Is there any way to implement?
Please tell me . Thanks In advance.

I guess to acheive the above task, you need to use any SMS gateways like clickatell, nowsms, etc. So when a SMS is sent to the gateway, the gateway will receive the SMS from ur device and than update your server.

Related

Is it possible to use a GSM modem to create my own "SMS SERVER"

I am building an app which requires phone number authentication, but all the online SMS API providers are relatively expensive compared to the SMS prices I can get from Mobile Service Providers here in my country.
Let me start by saying, I KNOW it's not possible to send SMS programaticaly directly but...
My server runs on cloud, so I can't exactly plug in a GSM module to the server computer, but would it be a viable option if I create an SMS server using a GSM module and a Raspberry PI, then have the Raspberry PI have a connection to my Server so it will be notified whenever there is a new authentication to be, and then it will receive the users information and send the user the authentication SMS. Is this a viable idea, I know this will work, I'm just curious speed wise?

Is Firebase Cloud Messaging authentication necessary?

I have server in php with custom user authentication. I'm trying to create chat with Firebase, and after reading docs I'm still confused id I need to authenticate my users for Firebase, and if so should I do it with signInWithCustomToken?
Any other tips on how should I proceed are welcome. Thank you.
There is no need to authenticate users for them to receive FCM messages.
You do need to pass the FCM Server key to send messages to devices however. You can see an example of that in the Authorization header here: https://firebase.google.com/docs/cloud-messaging/send-message

SMS Gateway to send and receive sms in Nigeria

Please help me and suggest me some sms gateways that provide two way sms in Nigeria.
I have created a web application. I need to send and receive sms through this application and maintain a log about the same in my db.
Thanks
You can use Twilio as SMS Gateway.
URL: https://www.twilio.com/sms, https://www.twilio.com/sms/pricing/ng

Twilio SMS Twiml with Test Credentials

I'm using twilio with the test credentials and I send a simple sms from the test number +15005550006 to my twilio number. When I execute it I get an sid. On my twilio number I have set up a request url to receive the twiml request but it never gets hit. I'm able to access that url from the internet (not localhost) myself but never when sending a test sms.
Since I am using test credentials, is twilio sending a request to my url? And is there a way to see from the twilio report/alert to see if it is actually trying to connect to that url?
Twilio developer evangelist here.
The test credentials won't deliver any SMS messages. Think of it as having the ability to exercise any requests, but not actually making them for real. Test credentials are useful for developing if you're concerned about making API requests.
To get the messages delivered you will need to use you real credentials.
Let me know if you have any questions.

SMS gateway integration with Tigase

I am using Tigase server for my application.I want to Integrate my server(Tigase) with SMS gateway. Is there any support available in Tigase.
Thanks
There is no SMS gateway out of the box, but it is very easy to implement one. Just create a Tigase component which intercepts messages and forwards them as SMS. Some of our customers have implemented SMS, iPhone, Android, BB gateways already.