I cant process received message

I cant process received message SearchSearch
Author Message
Eby Thomas
New member
Username: Ebythomas

Post Number: 2
Registered: 02-2012
Posted on Sunday, February 19, 2012 - 08:01 pm:   

Sir,
Our company is a florist.
So consumers are mainly smsing us there details.
we want to store it on MySQL database.
But I cant retrieve message from nowsms V5.51.
I m using NOKIA MOBILE (X2-01) which is given from company.
Received sms is not transferring to Data Base.
Database and php application is working fine. but the data is not being send by nowsms.
Please be kind to reply soon.}
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 3798
Registered: 08-2008
Posted on Sunday, February 19, 2012 - 09:52 pm:   

Hi,

NowSMS v5.51 is not a currently supported version of our product. You can find more current versions available at http://www.nowsms.com/download-free-trial

That said, there is a limitation of the modem interface in many GSM phones, that the modem interface can be used for sending only, not receiving.

For Nokia phones, this limitation applies to all models introduced since 2006 (and all Symbian/Series 60 devices before that).

To be able to receive messages, I would recommend a dedicated GSM modem device, such as USB stick modems from Option and Huawei.

--
Des
NowSMS Support
satvirsingh
New member
Username: Satvir

Post Number: 1
Registered: 04-2012
Posted on Friday, April 20, 2012 - 09:56 pm:   

sir i am sending a sms to java code it showed on queued but not deliver to the mobile number
i am not specify any value to Destination port or delayed delivey tell me how it is possible to do this
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 3919
Registered: 08-2008
Posted on Friday, April 20, 2012 - 11:18 pm:   

I'm sorry, but I don't have enough information to answer your question.

Are you able to send other messages with NowSMS? (Is it only the ones destined for Java that are failing?)

You do realise that you need an SMSC connection or GSM modem to be able to send messages with NowSMS, correct? What type of SMSC connection are you using?

I'm also confused that you say you are not specifying a value for the destination port ... if you want to send it to a Java app on a phone, you must specify a destination port. It is one of the parameters on the "Send Text Message" form: http://www.nowsms.com/doc/web-menu-interface/send-text-message

If you need to specify a destination port for a binary message, you need to construct the UDH, which is described in the following discussion thread: http://support.nowsms.com/discus/messages/1/70947.html

--
Des
NowSMS Support
Kemboi Tim
New member
Username: Kibarbet

Post Number: 1
Registered: 05-2012
Posted on Monday, May 21, 2012 - 08:16 am:   

hi. i can now ssend text using php. how can i process the received sms to send it to my db
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 3965
Registered: 08-2008
Posted on Monday, May 21, 2012 - 09:39 pm:   

Hi,

On the 2-way page, you can configure a command that NowSMS processes when a message is received. This command can be an HTTP request, where the details of the message are passed as parameters.

The following is an old example, but it shows a simple PHP script that accepts message details and processes the parameters. The logic is very similar to processing input from a web form. If you wanted to interface the details with a database, you would add database specific code to do this. http://support.nowsms.com/discus/messages/1/3991.html

Some more links and discussion that may be helpful can be found here:

http://support.nowsms.com/discus/messages/1/4520.html

--
Des
NowSMS Support