473,788 Members | 2,892 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Message delivery status using GSM Modem

58 New Member
I have an application through which I am sending and receiving SMS using GSM Modem. I want to receive Delivery reports when a message is delivered successfully at the receiver's end.
I have tested the GSM modem through hyper terminal using the following commands

AT+CSMP=49,167, 0,0 <CR>

AT+CNMI=2,2,0,1 ,0 <CR>

AT+CMGS="[phoneNumber]" <CR>
> Message content <ctrl Z>
+CMGS: 72

OK

+CDS:6,72,"[phoneNumber]" ,129,"08/11/17,10:16:18+22" , "08/11/17,10:16:21+22" , 0

I am able to receive delivery reports as shown above until a new message indication arrives.
After that delivery reports indications are not forwarded from the modem to the Hyper terminal.

+CMT: "+[PhoneNumber]" , , "08/11/17, 11:59:28+22"
New Message contents


I find that the parameters for CNMI have changed

AT+CNMI?
+CNMI: 2,0,0,0,0

Please could you explain why this is happening? I would like to know how to receive delivery reports without affecting the new message indications.

Thanks in advance
Nov 17 '08 #1
1 4075
Plater
7,872 Recognized Expert Expert
I am moving this to mobile developement, since I believe it fits more correctly there
Nov 19 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
1906
by: postmaster | last post by:
This is an automatically generated Delivery Failure Notification. Delivery to the recipient failed. Status Code: 5.1.1 User Unknown If you are trying to reach Blue, please send email to newaddress@bluetiger.com.
8
3698
by: Elf M. Sternberg | last post by:
I'm having a devil of a time with signal handling under BSD 4.4 with Python and I was hoping that this might ring a bell with someone. Using the Webware Application Server (a multi-threaded Python application), I fork off a process to run independently and do some heavy-duty multi- threaded I/O churning. The process is launched with os.spawnvp(). The user may, at any time, elect to terminate this process before it reaches its end. I...
1
4039
by: administrata | last post by:
Hello. I was about to use tutor-mailing But, When i send to tutor@python.org reply is... This is an automatically generated Delivery Status Notification. Delivery to the following recipients failed. bob.gailer@magnoliaroad.net
0
1678
by: Dica | last post by:
i think i've gotten the wrong idea about the differences between a read receipt and delivery status notificaiton. i was assuming that delivery status notificaiton is a response line from the remote smtp server that would be added to the originatoring smtp server's log file. but that's not it, is it? delivery status notification means an email is generated and sent to the recipient's email box, correct?
1
1276
by: David | last post by:
Hi, I have a problem in getting the status of the modem. Here is my code: HANDLE hfile; DCB dcb; hfile = CreateFile("BCM V.92 56K Modem", GENERIC_READ, 0, NULL, OPEN_EXISTING, 0, NULL); i(hfile != INVALID_HANDLE_VALUE)
9
9416
by: flit | last post by:
Hello All, Using poplib in python I can extract only the headers using the .top, there is a way to extract only the message text without the headers? like remove the fields below: " Return-Path: X-Original-To: Received: from
0
3810
by: Mail Delivery System | last post by:
--foo-mani-padme-hum-2391-1-1176705911 Content-Type: text/plain This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: giles@localhost SMTP error: 550 X-Spam_score: 9.0
2
6932
by: Sany | last post by:
Helo, I am using myMail.DSNOptions = 14 n a script that uses CDO.Message to send an internal mail. Is there a way to access the delivery status in the same script and report a bad route...below is an example I would like to achieve. Any help is greatly appreciated. Example:
2
1146
by: akshaycjoshi | last post by:
Friends , hello to all of you. I am using Matrix GSM modem with airtel prepaid sim. Also using sms and pager toolkit. I am developing an application to send sms(s) and also receive them with c#. The problem is that The GsmOut object is giving error that "this feature is not supported in ur device" when i enable "QueryStatus" . But the facilty is there in the modem i am using and also by the provider.
0
9498
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10366
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10112
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9969
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6750
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5399
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5536
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3675
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2894
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.