sms

sms receive on Port 0 of mobile

I am configuring my J2ME app to get an event from the push registry on receipt of an SMS. Would I be able to access the SMS message, before it reaches the inbox? I have read that messages sent to port0 of the mobile go directly to native inbox and we can't access it. Is there any way of diverting or even sniffing these messages so as ...

what is the best programming language for mobile phone development involving SMS ?

Hi, I work in an environment were most people use Nokia (Symbian OS) and I am required to develop software that handles SMS inbox. I know Java (J2ME or MIDP) would be the best being platform-independent, but it doesn't support accessing the SMS inbox to read or create messages. so what is the next best language/platform to use, bearing...

sms aggregator implementation/application

What could be the use or application of SMS aggregators such as SMSLib or Kannel. Can I use them to send SMS's from my web server. In case they can send SMS's will those be sent on a GSM channel or GPRS channel. What would be the cost implications per sms on part of the customer and on part of my implementation process? ...

RSS monitoring tool to send SMS

I need a monitoring tool, which can monitor 50+ RSS feeds and send me an SMS with micro link, when certain words or sentences turn up in those RSS streams. Of cause it would be great if such a tool was open source .NET such that I could optimize it for my specific use. Does anyone know of such a tool? ...

How should I go about implementing this SMS notification system?

Hi, I have developed a application which involves billing users. To do this i have incorporated a GSM modem (gateway) that the SMS messages are sent through. This SMS message is sent to the user when he is billed with the bill details. The GSM modem is connected to a single computer but the billing can happen in other systems. How do I s...

how to send SMS/Email from an application

Hi all, first of all thanks a lot to all of you for past valuable suggestions,we are creating an application where on certain events wants to send email/sms to specified phone number we already tried with the openURL call but it opens the existing inbuilt email/sms application of the iphone.Our requirement is to send sms/email without o...

if statements in sql query

Good morning all. I have an issue with a query. I want to select something in a query only if another field is somethingelse. The below query will better explain select Case isnull(rl.reason,'Not Found') When 'D' then 'Discontinued' When 'N' then 'Not Found' When 'I' then 'Inactive' When 'C' then 'No Cost' When '' then 'Not ...

SMS - How to avoid Bankruptcy?

I'm coding a new website that will need users to enter their mobile phone number, the problem I'm facing is that I need to make sure that the user is in fact the owner of (or in this case, has access to) the mobile number. The solution I've come up with is, upon number submission I send them a SMS with a token and ask the user to enter ...

send sms with skype using php

Hello, Does anyone have any experience using php to send an sms with skype I want the user off the website to use one the forms and give them a choice if they want to send an sms to do some request. First it will have to check for the availabillity off skype on the clients computer, if so it should send an sms. I already have the users...

use off sms gateway third party api

Hello, I have a question about the use off the http api from the company clickatell. They actually have several api that you can use, amongst are xml and smtp also. Does anyone have any experience with those, especially with the http api. For the http api: Does this php code actually doing the work in the background? This line $re...

Mobile programming: how secure is SMS

I am currently developing a web service that is configured to receive SMS text messages from different cell phones. Along with each message I also get the mobile number from which the SMS originated. My question is it possible for someone to masquerade as a different phone number. That is it possible to send a SMS from phone (or other ...

SMS/Text message sending via PHP

I'm interested in knowing if it would be at all feasible to be able to send text messages via PHP. The main purpose of which would be to send a single message to a group of people - 10+ - with updates regarding news and such. Preferably the solution should be free, though it is not a necessity in any way. Thanks to all in advance. ...

PHP Script Delaying SMS Messages Being Sent?

Hello all, I am currently running a PHP script that queries the database and then sends text messages (via carrier's email-to-sms gateway). In other words, I have the phone numbers stored in the DB as: [email protected] [email protected] // etc... My method for sending these is using the Swift Mailer PHP Library. I am send...

API to add small text ads to sms's

I need a API for small text ads to include in a sms service I have developed. But I can not find any useful info by Google. I know a lot of free sms provider add a small ad to the sms they send out. Do there exist a service, where I can get the ads and include them, when I create the messages in C# greetings msdata ...

send free SMS from C# + ASP.NET

Hello guys, I want to use any free SMS service to send the SMS (free) from my application. I am developing the application in C# + asp.net. How can I do the code for that. Does anyone have any examples? ...

Blackberry - how to read SMS and bookmarks?

Hi Friends, I wanted to do a application which will read bookmarks & SMS Is there a way to read SMS from Inbox/Outbox/Sent folders for blackberry devices? I have read many forum post replying that it is not possible to read SMS, still i wanted to know any possibilities through which i can achieve? Is there is any way to read sav...

about sending SMS by writing program

Exccuse me, may I ask is there any API for sending SMS mesaages to mobile phone through programming? If there is any, may I ask if there is any recommended one which is morer reliable and have more reasonable prices? ...

How do i set the PDU mode of a modem using python sms 0.3 module?

Am using python sms 0.3 module to access my modem on com port. Am trying to send an sms but am getting the following error sms.ModemError: ['\r\n', '+CMS ERROR: 304\r\n'] When i read the Modem error codes, Error code 304 is for PDU mode, am just wondering how do i set the mode using sms 0.3 Am using a USB modem, Huawei model E220. Ga...

Blackberry - how to count unread sms messages?

Can anyone please help me .... I need the full code. Folder containing inbox ... and i need to count the unread sms there. ...

insert data in increments

Does anyone know how to insert data into a table in increments of about 1000? I have a table with thousands of records that I want to insert into an identical table on a different server. ...