Questions tagged [sms-gateway]

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.

680 questions
-1
votes
1 answer

Using kannel and a GSM Modem interactively?

I would like to find out whether one can use a script to query a user some data through kannel. Usecase Consider a scenario where I need to carry out a registration process via sms. I need to query for the name, birthdate, gender and so…
Brayoni
  • 15
  • 1
  • 6
-1
votes
1 answer

Database structure is from newer Gammu version

i get error when run gammu-smsd Log filename is "/var/log/gammu-smsd" gammu-smsd[11271]: Database structure is from newer Gammu version gammu-smsd[11271]: Initialisation failed, stopping Gammu smsd: Unknown error. (UNKNOWN[27]) Failed to run SMSD:…
kputri
  • 63
  • 1
  • 5
  • 18
-1
votes
3 answers

How to send an sms to a phone number using php- Codeigniter?

How to send an sms to a phone number using php- Codeigniter? We have an sms-gateway-provider and I have a user-id, password and api-url. What I wanted to know is, how would I use these in a codeigniter framework, could I get a sample codes? I just…
Madhu
  • 2,643
  • 6
  • 19
  • 34
-1
votes
1 answer

Which SMS gateway is best for getting world-wide service with all service providers

I am developing a mobile application, which needs a SMS verification scenario. So which one is the best solution. I have created one account with www.nexmo.com. But their service is not available for some service providers in some countries
Anooj VM
  • 2,593
  • 22
  • 19
-1
votes
2 answers

Send sms from C# or VB.NET to mopile phone

I have tried to send an sms from C# code using Gmail but I can't find Gmail services for sending sms. I need any way to do that by Gmail or another posiibility. How can I send an sms from C# or VB.NET program to a mobile phone?
user2970865
  • 15
  • 1
  • 4
-1
votes
2 answers

PHP script to send and retrive sms from a website

I'm not sure where to begin, but got a case I need help from others where and if possible to solve. Thing is, got a new alarm system at home, this system uses sms function so I can send a short code to my alarm asking for status if it`s ON or OFF,…
Kommersnart
  • 33
  • 1
  • 3
-1
votes
1 answer

Sms gateway foreach error

Can anybody please help me. I want to create php script for sms gateway, but something is wrong with foreach command. I cannot find what... Here is my code:
Aleksandar
  • 501
  • 3
  • 10
  • 21
-1
votes
2 answers

OZEKI NG GATEWAY not receiving SMS messages

I'm working on a project in which I'm trying to get Ozeki to send and receive SMS messages from my Nokia 3110 classic.I have also configured the inbound route,outbound route,GSM modem service provider and standard user correctly.Sending messages is…
-1
votes
1 answer

send sms to multiple recipients

I am developing a small application to send SMS to mutiple users through Ozeki NG - SMS Gateway. I found a Windows application to send a sms to one recipient. But I want to send sms to multiple client using C# and a MySQL database. I follow the…
sandeep
  • 31
  • 1
  • 2
  • 5
-1
votes
1 answer

send sms through tomcat server using java

I am trying to send sms using java by a sms gateway. i found the following code to send sms through tomcatserver.HERE IS SOURCE CODE. In my windows xp tomcat is running on port 8084 and while running java class i.e. sendSMS.java i am getting…
sujit
  • 251
  • 5
  • 12
  • 23
-2
votes
1 answer

Is there any API for USSD requests for a usb modem

I am starting a small topup buisness in my country and for different reasons, I had to use a usb modem to make the USSD request which my buisness depends on The best modem I found is Huwaui e3531 usb modem The way I was thinking on buidling my…
-2
votes
2 answers

How to send an sms to a phone number via internet?

I would like to send an SMS verification code from a web page to a phone number exactly like what Facebook or Google are doing when someone wants to register on their websites. So, is there any idea or a free API services that could send SMS over…
h3t1
  • 1,126
  • 2
  • 18
  • 29
-2
votes
2 answers

Send SMS to multiple numbers using PHP?

I have a link that works directly from browser that is the sms gateway we are using. I am trying to make to send sms to multiple numbers using php and mysql as database please help me with full code.
-2
votes
2 answers

How can I stop smsgateway from sending any more messages

I have a bit of a problem, I have created the function below: function sendQuedMessagesByDeviceAndDate($deviceId){ require_once 'php/classes/smsGateway.php'; $smsGateway = new SmsGateway(SMS_GATEWAY_EMAIL, SMS_GATEWAY_PASSWORD); $result…
CoAmA
  • 1
  • 4