Receiving SMS

Receiving SMS SearchSearch
Author Message
Anonymous
 
Posted on Tuesday, September 27, 2005 - 03:19 pm:   

Hello,

i become the follow error when i send SMS message to modem: 15:47:06:062 [2] ReceiveModemCommand: Error - 3E3

I can send SMS over web without problem, also i have received to now 2 messages but the most time i become this error.

I use RS232 modem with benq m22 chip

Thank you very much!
Anonymous
 
Posted on Wednesday, September 28, 2005 - 03:12 pm:   

i have found the error, in settings must set receive sms to sim card :-)

Can anyone tell me the price for this software? I have ask per mail but not become an answer.

Thank you very much!
kamran rifat
New member
Username: Kamz

Post Number: 1
Registered: 09-2005
Posted on Wednesday, September 28, 2005 - 06:20 pm:   

Hello,

I am using Bluetooth modem with Nokia 7610 and there are few problems I am facing. The major one is I am unable to receive messages on the System, yes I do receive them on hand phone. The other one is I am only able to send 10 MPM. I need the solution of the said problems/issues. Other than that the software is working alright.

Regards

Kamran
Anonymous
 
Posted on Friday, September 30, 2005 - 09:33 am:   

i am working on sending and receiving sms mobile to mobile ,,, i dont know how to start,,, can anyone help me out to start work on the following topic..... i am studing nokia sms api So please guide me to start.....
Anonymous
 
Posted on Friday, September 30, 2005 - 01:17 pm:   

How to configure NOWSMS to convert incoming SMS with SAR flag into UDH or to connect it into single SMS?
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 5053
Registered: 10-2002
Posted on Wednesday, October 05, 2005 - 07:05 pm:   


quote:

i become the follow error when i send SMS message to modem: 15:47:06:062 [2] ReceiveModemCommand: Error - 3E3




I'd like to see more of your SMSDEBUG.LOG.

That is a very bizarre error to be returned. I think we need to open up an e-mail conversation directly so that we can try some more in-depth troubleshooting. Please send an e-mail to nowsms@now.co.uk referencing this thread, and please put "Attention Bryce" in the subject line.

-bn
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 5055
Registered: 10-2002
Posted on Wednesday, October 05, 2005 - 07:17 pm:   


quote:

I am using Bluetooth modem with Nokia 7610 and there are few problems I am facing. The major one is I am unable to receive messages on the System, yes I do receive them on hand phone. The other one is I am only able to send 10 MPM. I need the solution of the said problems/issues. Other than that the software is working alright.




Hi Kamran,

The receiving problem is a limitation of using the Nokia 7610 as a modem. Nokia Series 60 only allow sending SMS over the GSM modem interface. They do not support receiving SMS over the GSM modem interface.

There is some more discussion of phone modems in the following thread:

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


quote:

I am only able to send 10 MPM




That is about all I would expect to get out of a single phone modem.

If your operator supports SMS over GPRS, you might be able to increase this to between 30 and 60 MPM (depending on the operator's system). To try enabling SMS over GPRS, select the modem in the "SMSC" list, press "Properties", and change "SMS Access" to "GPRS". If you are no longer able to send messages after doing this, go back and change the setting to "GSM".

-bn
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 5056
Registered: 10-2002
Posted on Wednesday, October 05, 2005 - 07:18 pm:   


quote:

Can anyone tell me the price for this software? I have ask per mail but not become an answer.




I'm sorry that you haven't received a response. We do seem to have a few instances in recent weeks where people have said they sent us an e-mail, but we have no record of receiving it.

Try sending your request via the following contact form on our web site: http://www.nowsms.com/contact.htm
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 5057
Registered: 10-2002
Posted on Wednesday, October 05, 2005 - 07:20 pm:   


quote:

How to configure NOWSMS to convert incoming SMS with SAR flag into UDH or to connect it into single SMS?




It does so automatically.

When we receive a message that has the segmentation flags set, it stays in the SMS-IN directory and is given a ".SAR" extension. We then wait for the other pieces of the message to be received. When all of the pieces are received, the message is reassembled, and routed via the 2-way command facility (or renamed as a ".SMS" file).

-bn
Anonymous
 
Posted on Friday, October 14, 2005 - 12:12 pm:   

--------------------------------------------------------------------------------
quote:
How to configure NOWSMS to convert incoming SMS with SAR flag into UDH or to connect it into single SMS?


--------------------------------------------------------------------------------


----------------------------------------------------------------
quote:
It does so automatically.

When we receive a message that has the segmentation flags set, it stays in the SMS-IN directory and is given a ".SAR" extension. We then wait for the other pieces of the message to be received. When all of the pieces are received, the message is reassembled, and routed via the 2-way command facility (or renamed as a ".SMS" file).

-------------------------------------------------------------

My own client is connecting to NowSMS using SMPP protocol. So I use NowSMS as intermediate transport. How to configure NowSMS to transfer messages with SAR flag to my client in UDH format?

Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 5137
Registered: 10-2002
Posted on Friday, October 14, 2005 - 07:10 pm:   

If the client is connecting via SMPP, they will receive the message in a segmented format.

The message will not be recombined into a single SMS.

The UDH will reflect any segmentation headers.

Note that for text messages, prior to v5.51c, text messages would be packed into 7-bit format for long messages. This behaviour was changed starting in v5.51c where the default behaviour is now UDH with the text in standard text format. (Post v5.51c versions at http://www.nowsms.com/download/latestpatch.zip.)