An SMS gateway is a way of sending a text message with or without using a mobile (cell) phone. Specifically, it is a device or service offering SMS transit, transforming messages to mobile network traffic from other media, or vice versa, allowing transmission or receipt of SMS messages with or without cell phone.
Questions tagged [sms-gateway]
680 questions
0
votes
1 answer
Setting up a Wavecom M1206B-ON USB0
This Wavecom works on the old server on ttyS0 OK, on the new Ubuntu server I am using USB0, dmesg acknowledged "pl2303 converter now attached to ttyUSB0", but minicom does not seem to be talking to it.
What is missing? Do I need to modify the config…

Tim Richardson
- 45
- 1
- 5
0
votes
1 answer
MS Office Mobile Service (OMS) for Outlook connection error
I developed an OMS web service by following guidelines at http://msdn.microsoft.com/en-us/library/ff606754.aspx.
Whenever I tried to configure the SMS account in Outlook I get following error.
"Outlook did not receive a response from the Web service…

Jawaid
- 99
- 1
- 4
- 17
0
votes
2 answers
How to use output from a splited sms
How can l capture the output from a split and use it for example as an action or comparing with data in the database
String myString = (msg.getText());
String[] a = myString.split("\\*");
for (String b : a)
System.out.println(b);
the output…

user1263516
- 1
- 3
0
votes
4 answers
send sms in java
I got a java class which is used to send SMS to a mobile by java web application. But I am not getting following terms, how can i get these?
String username = "MySMSUsername";// how to know MySMSUsername?
String password =…

saroj
- 643
- 8
- 14
- 25
0
votes
1 answer
send sms in java web application by fetching data from database
I want to develop SMS application through java web i.e. in jsp, servlet and other things needed for sms application.
My requirement is: In my database(oracle) two columns i.e. student_name and student_score exist. If somebody wants to know his…

saroj
- 643
- 8
- 14
- 25
-1
votes
1 answer
SMSC interconnect
I am curious about SMS aggregators and I would like to get info about build one but I have no point to start getting info. Do you know?
Necessary hardware/Software
Good SMSCs to start the bussiness
Most price-competitive SMSCs
Minimum SMS volume to…

LooPer
- 1,459
- 2
- 15
- 24
-1
votes
2 answers
Sending SMS messages from a Rails Application without Gems
What are the links/keys needed to create a ruby application to send an SMS using an API. Without having to write gems for it? I have a link to the service and an API key. I need to know where to start. Im new to ruby and am trying to follow this…

CodeGeek123
- 4,341
- 8
- 50
- 79
-1
votes
1 answer
CORS policy error in Fast2sms.com API with Javascript
I have following API with Javscript API for fast2sms.com:
function sendOtp() {
var settings = {
"async": true,
"crossDomain": true,
"url": "https://www.fast2sms.com/dev/bulkV2",
"method": "POST",
…

Ishpreet
- 659
- 5
- 19
-1
votes
1 answer
How to Send SMS from angular App to mobile
I want to send SMS from Angular6 web application. Can anyone tell me how to do this? Please suggest me some reference link or code sample.
user12359058
-1
votes
2 answers
Ruby on rails: is there any gem/plugin which helps to switch between multiple SMS gateways
I am looking for any gem or plugin which will help in switching between multiple sms gateways.
Thanks

pravs
- 27
- 4
-1
votes
1 answer
Send SMS from AngularJS Web App using Ozeki sms Gateway
I want to send SMS from AngularJS web application using Ozeki sms gateway. Can anyone tell me how to do this? pr suggest me some reference link or code sample.

user2940926
- 17
- 6
-1
votes
1 answer
Unified java api to integrate with multiple SMS gateways
I'm building a common messaging service for our distributed micro services solution to send SMS notifications for the users using Spring Boot, this service should be configurable with N number of SMS gateways providers (Nexmo, Twilio, Twizo, etc.)…

Ashraf Sarhan
- 1,507
- 16
- 21
-1
votes
1 answer
use smsgateway result object
i am following this link send sms with smsgateway php
and getting Successful response. But unable to get result object->id . Example result object looks like this
SMSGatewayMe\Client\Model\Device Object
(
[id:protected] => 1
[name:protected] =>…

Ahsan Khan
- 152
- 11
-1
votes
1 answer
php Integrate with differnet SMS API
I working on php system , and client must insert his sms api information to let system send sms automatically , so as you want SMS API's parameters are different , for example clickatell api need APIKEY , Message,Phone parameters, to insert it into…

muhammad ahmed
- 25
- 1
- 7
-1
votes
1 answer
Receive Text Message (SMS) in a .net API
How do we receive text messages in a .net API?
Ex. Someone send a text message to my number, I need to the text message in my asp.net web API.
How can we implement this?

blue
- 833
- 2
- 12
- 39