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
2 answers
Sending data between 2 Android devices
I have an App which records gps location details of the User. Now when the user clicks "Send" the data needs to be sent to the Another Android phone(Second user) and received by this same app installed in that phone. One way that I feel it can be…
user1559950
0
votes
1 answer
Text API intergration issue - Error 405 page not found
I am using Innovative Text SMS API gateway which is through me error.
Documentation is available at link http://www.innovativetxt.com/services/sms_api_gateway.htm, the error is happening on my local machine, but works fine at the production server. …

Ehtesham Haque
- 53
- 5
0
votes
1 answer
Third Party SMS with google apps script
I would like to use a mail list to send SMS through a third party provider. Here is the code samples that they provide:
<%
' This simple ASP Classic code sample is provided as a starting point. Please extend your
' actual production code to properly…

user2091307
- 107
- 1
- 5
0
votes
1 answer
Any good web service used for SMS integration in mvc4
Is there any good web service used for SMS integration in mvc4?
I know about ozeki but it can't be used as webservice for SMS in mvc4 but there are other list of available webservice like smsgateway etc which makes me confused to choose ,any…

Anish
- 768
- 3
- 12
- 34
0
votes
0 answers
Ways2sms SMS Service Showing Error connecting to the Server
Recently I was trying to learn how to send sms using ways2sms gateway.
After I had successfully entered my UserName (ie my mobilenumber) & Password required for the authentication of sending sms through my mobile no.
Following error prompted: Error…

Miles_To_Go_B4_I_Die
- 61
- 1
- 2
0
votes
1 answer
SMS from Server to be sent to a particular port number in Blackberry
In Blackberry SMSDemo Sample application uses a particular port number through which the message will not be displayed in inbox.
That application works properly if message is sent from a device to device.
I was wondering, if there is a way to send…

Krishnan
- 21
- 1
- 3
0
votes
2 answers
SMS not being sent on mobile phone using bulk sms site
I am trying to send the sms on mobile through the bulk sms sending site . I am trying to send the sms through java api by using the following code. its not showing any error but message is not being sent.
String urlParameters="usr=username…

adesh singh
- 1,727
- 9
- 38
- 70
0
votes
1 answer
Asterisk help on understanding about texting
Hi i am new to Asterisk , I installed Asterisk in my ubuntu , i want to know what is next , I want to sent sms , and voice mail , i am a developer please advice me, How and what to do next

nanda kumar
- 31
- 3
0
votes
3 answers
PHP SMS Code is not working from Server
I want to send SMS from my website. The php code is working fine from localhost but not getting any response from web server. Have I missed to configure something in web server? Please help me..
Here is the code given below...

Subha
- 1
- 2
0
votes
1 answer
SMS authentication for java EE application
I am creating an application using Java EE.
I have created a table in a PostgreSQL database for the user data(username, password, role). I want to make a security realm or something like that in which to put some of the servlets.
The goal is to…

Bouanani Meher
- 107
- 1
- 3
- 13
0
votes
1 answer
sending bulk sms to group using vb.net
I connected recently to SMS provider API using vb.net
I have created a group table and inserted all numbers in this group and then reach each row and send trigger the API to process sending.
The sms is not reached to all group members, its only…

Dan
- 343
- 3
- 9
- 21
0
votes
1 answer
SMS integration in rails 3
Is there any gem or API's that provides the SMS integration in rails 3 application. I tried with sms_fu but the carrier is not available for India. Is any other alternative is there. Please help me as soon as possible. Thanks in Advance.

Rukmangathan Govindarajan
- 421
- 1
- 4
- 11
0
votes
1 answer
sending AT commands to Prolink PHS300 with Mac OS X Lion
Today I am trying to send out SMS with my Prolink PHS300 USB modem by sending AT Commands to it from my machine running OS X Lion.
I have adjusted the settings for my modem such as checking "Connect using a terminal window..." etc. Right now I am…

chongzixin
- 1,951
- 4
- 28
- 55
0
votes
1 answer
Incomplete response from the auto reply database user in ozeki ng gateway
I am using the autoreply database user in ozeki ng gateway which is capable of replying automatically by matching the keyword from the incoming message with the script file of the autoreply database user and execute the corresponding query that is…

Piyush Kumar
- 1
- 3
0
votes
2 answers
Send SMS using phone from computer
I need my computer program to be able to send and receive SMS messages. The software has to run independent of the Internet so using a web based SMS gateway is not the solution.
The software should be running from a linux or a Windows machine.…

Rohit Banga
- 18,458
- 31
- 113
- 191