Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
4answers
1k views

How does SMS gateways work?

I've been looking at systems such as txtlocal, esendex and clickatell. I need to send out a very large number of messages and ideally would like to go in at a lower level then using systems like ...
7
votes
5answers
2k views

Send and receive SMSs to a PHP script?

Can a PHP script (which can be working with a MySQL DB) send and/or receive SMSs using some sort of server-side solution? Any special server-side application, or special hardware required? And ...
4
votes
1answer
498 views

How was Twitter able to send/receive millions of SMS messages for free?

I'm working on an application that sends and receives SMS messages to and from its users. (Don't worry - it's not spam - every user of the app expects to send and receive these messages). One key ...
4
votes
4answers
501 views

What is a SMS gateway

What exactly is and SMS gateway, are "OZEKI" and "KANNEL" the same. Also are they the only thing to send and receive sms from and through your application or you also need additional hardware - "GSM ...
3
votes
2answers
1k views

How to set up an sms gateway

I'm ambitous to setup an SMS Gateway to provide sms capability to multiple providers in India. I want to provide the registered users the ability to add their own sender ID or even their mobile no. as ...
3
votes
3answers
3k views

How to create an SMS gateway?

I know there are lots of 3rd party sites to send bulk SMS via the internet, but if I wanted to create one myself, how would I go about it? I know how to create an SMS gateway using my mobile phone, ...
2
votes
1answer
874 views

Kannel configuration for multiple smsc

I have created multiple SMSC SMPP connection. after configuration i have send sms but sms is send with random smsc. How can i control kannel to send sms with smpp which i want to send.
1
vote
2answers
96 views

possible problems of an sms gateway?

What could be the possible problems of an sms gateway? If you are trying to create a system having large volume of transactions? Is data loss rampant? are there any issues about SMS gateway? or there ...
1
vote
2answers
249 views

Offline/Desktop Application that supports Send & Receive SMS using AT Commands in C#

I would like to build an offline desktop application that could carry out the basic sms functions with the usage of a GSM modem. I currently have a HUAWEI modem which was given to me by the telco ...
1
vote
2answers
562 views

The remote server returned an error: (401) Unauthorized

I m trying to embed Bulk SMS API in my website ...But the code is giving 401 ASPX : <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>%> ...
1
vote
2answers
180 views

What Gotchas have you discovered programming SMS/Alerts?

I am about to start building an SMS alerting function in my web application. The aim is to provide two services: Host pays - e.g. to send an SMS alerting users to the cancellation of an event User ...
1
vote
6answers
982 views

How do I design sms service?

I want to design a website that can send and receive sms. How should I approach the problem ? What are the resources available ? I know php,python what else do I need or are the better options ...
0
votes
0answers
6 views

Send port directed message BulkSMS

Is there a way to send a port directed sms message (to be received by an Android app) in BulkSMS api?
0
votes
1answer
60 views

Kannel - efficiency & bulk sms support

These are the things I want know. 1.Is there a way to send bulk messages using kannel? 2.We can use fakesmsc in the following way, but it sends the same sms to same number, multiple times fakesmsc ...
0
votes
0answers
29 views

Fast sending of SMS to bulk numbers

Am working on a Bulk SMS upload system and all seems to be well except that users complain of speed in sending messages one after the other for bulk numbers using HTTP. Is there a better way to send ...
0
votes
0answers
32 views

Need help on fast bulk SMS sending . [closed]

Am new on this platform and can see its a place to be. Please am working on an online platform to enable sending of Bulk SMS via my SMS gateway. All i need help on now is in the upload of the large ...
0
votes
2answers
110 views

Interacting SQL Server database via SMS in ASP.Net

I am working on an B2B ASP.Net app, where I am targeting people having mobile phone. I want to know if i can use my sms gateway two way , for both sending and receiving msgs. I havent used sms gateway ...
0
votes
1answer
308 views

SMS Gateway Server Hardware Costs and Startup Guide

I'm part of a project which wants to send sms messages to about 500,000 users/week Somehow it seems everything I have read about setting up a custom sms-gateway server like other companies that ...
0
votes
1answer
50 views

Top Group SMS Option for iPhone?

I'm looking for an iPhone app (or web and phone app) that lets me send group SMS texts to smartphones and dumbphones that handles replies to my group texts within the app doesn't automatically ...
0
votes
0answers
106 views

Send sms from my website (only send not receive)

I want to send sms to a group of phone numbers in my database, from my website. Can you please guide me how to do it, which are the best and reliable sms api in php which I can integrate? Is it ...
0
votes
1answer
130 views

Professional Advice: Messaging Solution

I am putting together an application for a bulk SMS solution. I am comfortable writing the application in Java, Perl or PHP. Kindly advise on the best medium to handle asynchronous messaging ...
0
votes
0answers
159 views

Send BulkSMS for free in US - Need Provider and API [closed]

In my application there is a section where i need to send bulk SMS. The SMS are to be sent in USA. Please suggest SMS providers like ClickSMS who provide this facility for free. Thanks in advance.
0
votes
0answers
379 views

how to make website which can send sms [closed]

Possible Duplicate: Sending SMS from PHP i want to make website where user can add different members on backend and then send sms to them from webinterface. Now as i will be having many ...
0
votes
0answers
125 views

how reliable is sending text messages from email

How reliable is it to send text messages (sms) from an email client mail-to-sms gateway of a number? http://en.wikipedia.org/wiki/List_of_SMS_gateways SMS in general are relatively reliable, I do ...
0
votes
1answer
183 views

Making a dektop SMS app

Thanks to Stack Overflow and you guys i successfully completed my first project (viz. a website using JSP and servlets). The idea which every put forth to me (as i have very little practical ...
0
votes
5answers
244 views

Deliver SMS messages to Danish numbers which are roaming on foreign networks

I'm searching for a SMS gateway to deliver SMS messages to Danish numbers which are roaming on networks in USA and other countries.
0
votes
4answers
435 views

How To Setup A Sms Sending Website in .net?

i have a project on newsletter management system. in asp.net.. i am student and i want to provide such a facility in my project for who is become a member of my website and join a group in that so .. ...
0
votes
1answer
3k views

Using Microsoft SMS Sender to send out smses in batch?

I understand that we can use SMS Sender in command line mode. But i been getting this error same as this article http://www.oreillynet.com/pub/a/wireless/2003/10/10/sms.html The smssender.exe will ...