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
0
votes
1 answer

Get the incoming message on my clickatell number through http api

I want when someone message me on my clickatell number then I want to send this message on my email. I'm using the http request.I have check the http api pdf in which only showing the authentication and send message url . I want the url by whcih I…
user1734190
  • 157
  • 1
  • 2
  • 12
0
votes
1 answer

what happens in GSM receiver if more sms is received

hi i want to know what happens in a gsm modem if it receives many no of sms at a time. say some 1000 sms at a time and it will again receive 1000 sms after every 2 minutes.
0
votes
1 answer

android: Sending temporary sms to a mobile

Is it possible to send an sms to a device or an android mobile such that the sms gets deleted after a specified time (say 30 mins) by itself? The code I am using to send sms is:` public class SMSTestActivity extends Activity { /** Called when…
Sanghita
  • 1,307
  • 3
  • 16
  • 28
0
votes
1 answer

send and receive sms using GSM server

i download send and receive sms using GSM server.program from this link but when send sms from mobile to GSM server, sms didn't display in GSM server.why? please help me.
Sahar Kiyan
  • 67
  • 2
  • 14
0
votes
1 answer

SMS Gateways - what language are they written in?

I want to have a way for mobile devices to interact with my web application (not browser, but text message). I know that an SMS gateway is probably the right choice. I want to have something like texting 'some command' to an email address on my…
Steve
  • 2,936
  • 5
  • 27
  • 38
0
votes
1 answer

PHP regular expression string with + parenthesis + all non alphanumeric character with some exception as # and (?!\^)

Possible Duplicate: PHP remove special character from string I want to find a regex in this way: I have the body of a SMS message in a $sms variable. I would be have as result a string with: - parenthesis - the non alphanumeric character…
0
votes
3 answers

org.smslib port in use exception

I am trying to create web application to send sms by gsm modem in JSP first I put destination mobile number and sms text in url and get by request.getparameter and first message sent with no problem but when send a message again by referenshing the…
danarj
  • 1,798
  • 7
  • 26
  • 54
0
votes
2 answers

Send a POST request to one page but redirect to another

Really having trouble trying to implement this in my controller. Essentially as it stands I have a controller than when it completes passes the user to a URL as below: Function Create(job As Job) As ActionResult If…
NickP
  • 1,354
  • 1
  • 21
  • 51
0
votes
1 answer

How to create a sms server using smslib

Guys I am currently looking at the SMSlib to send and receive SMS via a GSM modem. I was able to successfully receive and send the SMS through it. But what I need to do is to continually listen to SMS and respond to them accordingly. So i guess i…
haedes
  • 612
  • 2
  • 10
  • 23
0
votes
1 answer

How to analyiz the HTTP Post request

If there is a SMS service that makes a HTTP request, Can we know the HTTP request that sent the message and retrieve it's information ?? url and post headers ?
Adham
  • 63,550
  • 98
  • 229
  • 344
0
votes
1 answer

any easy and reliable java API than SMSLib for sending sms?

I want to send sms from my java web application using SMSLib. I followed installation process from http://smslib.org/doc/installation/. but its not working.if anybody help me by any code or information of java API, i really appreciate. public void…
user1504940
  • 175
  • 4
  • 14
0
votes
3 answers

SMS sending in PHP ,without header() function

I am sending SMS from my bus ticketing site. The SMS can be send as follows : header('Location: http://alerts.icisms.in/api/web2sms.php?workingkey=XXXXXX&sender=ABCD&to='.$number.'&message='.$message); But I need to return to my own site.How can I…
AssamGuy
  • 1,571
  • 10
  • 30
  • 43
0
votes
1 answer

Error Codes of Syniverse SMS gateway

I am using Syniverse SMS gateway to send a notification to users through SMS. On Searching I came across error codes like 404 - ACCOUNT OR USER DOES NOT EXIST 500 - ERROR 502 - PIN IN DO NOT CALL DATABASE 503 - INSUFFICIENT BALANCE 504 -…
Poppy
  • 2,902
  • 14
  • 51
  • 75
0
votes
1 answer

Already php sms function convert to C# success

i have already configured SMS gateway & some php code.Now my project is thatone convert it to Csharp with minor changes, probably i have to write new code.but so.. experienced guys from you i wanted to know is that possible ? Sample code…
TechGuy
  • 4,298
  • 15
  • 56
  • 87
0
votes
1 answer

gammu-smsd SQL Query Customization

I've a Problem with the gammu smsd-daemon. I wan't to customize some mysql querys to write something into my database. I found this http://wammu.eu/docs/manual/smsd/sql.html#gammu-smsd-sql So I added this line to my config: [sql] refresh_phone_state…
brokedid
  • 879
  • 2
  • 10
  • 35