***Application for delivery reports***

***Application for delivery reports*** SearchSearch
Author Message
Gaurav
New member
Username: Gauravbhardwaj

Post Number: 1
Registered: 08-2007
Posted on Friday, August 10, 2007 - 11:46 pm:   

Hi Bryce,
We are using NOW SMS 'Trial Version', Soon we will be buying a licensed version as our SMS pushing volumes are going to touch 10 Million marks by this Month end.

I have a question about delivery reports. I have seen various postings on delivery report problems, but I am still unable to find out a way. Please help me out with this -

How can we get all the delivery report automatically to our database(SQL 2000). Connectivity we are providing to our clients is HTTP and SMPP(Both). What exactly we are looking at is, the delivery reports should go to our database itself. So further, our web application, which is running on our server can pick up the reports and show it to user if they request through our application.

Do we need to develop a separate application for this purpose(Transferring delivery reports to database), or is there any feature available in NOW SMS.
Looking forward for your earliest response.
Thanks
Darek Chorazewicz
Frequent Contributor
Username: Daro

Post Number: 72
Registered: 03-2004
Posted on Sunday, September 30, 2007 - 03:54 am:   

Hallo.
Please contact me at darek.ch@mobitex.pl
We'll help you with this application

Regards
Dariusz
Prakash Bansal
New member
Username: Vrinfosoft

Post Number: 17
Registered: 09-2007
Posted on Wednesday, October 03, 2007 - 01:52 pm:   

Sir, I working on the issue will be ready within 10 to 15 days. If you have any other requirement, you can contact me at vrinfosoft@gmail.com
Marrakech
New member
Username: Walou

Post Number: 3
Registered: 11-2007
Posted on Friday, January 18, 2008 - 10:56 pm:   

Hi all,

can someone give me any inf about storing statut reports to an sql database ?

thanks in advance
Marrakech
New member
Username: Walou

Post Number: 5
Registered: 11-2007
Posted on Tuesday, January 22, 2008 - 03:54 pm:   

Hi Brice,

Our test period is expiring. Before purchasing a license, we need to solve all problems (delivery reports).

Can we have a little of your time to solve this problem?

Many thanks
Marrakech
New member
Username: Walou

Post Number: 6
Registered: 11-2007
Posted on Tuesday, January 22, 2008 - 04:08 pm:   

Brice, all,
Below the details of the problem. Thanks.
http://www.nowsms.com/cgi-bin/discus/show.cgi?12/23506
Rohit Shah
New member
Username: Sms4india

Post Number: 2
Registered: 04-2008
Posted on Friday, April 25, 2008 - 05:28 am:   

Hello,
Can anybody please help in this application.
Or do you know anybody who cam provide me the application.
Pls contact rohit@smsindia.info
Kamel Fahd
New member
Username: Kfsmart

Post Number: 19
Registered: 01-2008
Posted on Sunday, May 11, 2008 - 01:37 pm:   

hi all
delivery reports can be done by 2way sms
SMS prefix command:*
command to execute:http://localhost/DeliveryReports/Default.aspx?Sender=@@SENDER@@&message= @@FULLSMS@@&DateSent=@@MSGDATE@@&TimeSent=@@MSGTIME@@&messageId=@@RECEIPTMESSAGE ID@@

in the message you will get a log like:
id:481DCDD8 sub:000 dlvrd:001 submit date:080510192256 done date:080510192313 stat:DELIVRD err:000 text:hi

but I have 2 problems here
first I got stat:DELIVRD,FAILED,REJECTD
what is the difference between FAILED and rejectd?
second problem:
how I know which user send the SMS?I mean I got many logs,but to which user these logs,I can't know!!
Can anyone help me please?

thanks in advance
Kamel Fahd
New member
Username: Kfsmart

Post Number: 20
Registered: 01-2008
Posted on Sunday, May 11, 2008 - 02:21 pm:   

also I got another stat:UNDELIV.
and I got another problem which is delaying in getting the DR:
The SMS sent and after some time ,I 'll get the SMS saved in my database although the same log appeared directly in the NowSMS log files.
Kamel Fahd
New member
Username: Kfsmart

Post Number: 21
Registered: 01-2008
Posted on Tuesday, May 13, 2008 - 01:47 pm:   

I solved the first problem,It's actually not a problem.There are 7 states for delivery receipt messages.
but I still have 2 problems:
1-how I know which user send the SMS?I mean I got many logs,but to which user these logs,I can't know!!
Note: I'm building my own websms.
2-The SMS sent and after some time ,I 'll get the SMS saved in my database although the same log appeared directly in the NowSMS log files

Can anyone help me please

thanks in advance
Kamel Fahd
New member
Username: Kfsmart

Post Number: 26
Registered: 01-2008
Posted on Monday, July 07, 2008 - 11:11 am:   

hi byrce,
I succeeded to have delivery reports .
I got this log in the message:

id:481DCDD8 sub:000 dlvrd:001 submit date:080510192256 done date:080510192313 stat:DELIVRD err:000 text:hi

but how I know which user send the SMS?I mean I got many logs,but to which user these logs,I can't know!!
any help?
Erida Shkira
New member
Username: Erida

Post Number: 4
Registered: 09-2008
Posted on Thursday, September 04, 2008 - 01:31 pm:   

Hi Kamel,
I have the same situation as you.
I have created my own websms but I don't know where to find the log and how to cath it:

id:481DCDD8 sub:000 dlvrd:001 submit date:080510192256 done date:080510192313 stat:DELIVRD err:000 text:hi

Can you please tell me how to find it?

Thank you in advance.
Hope you or anyone else could help me cause it urgent.
Omar
New member
Username: Kfsmart

Post Number: 36
Registered: 01-2008
Posted on Thursday, September 04, 2008 - 01:36 pm:   

Hi Erida,
One thing to do that when you submit the messages to nowsms ,you got the messageId and the receipt of each messag from the output response.
You can save in your database the username(login user)and the messageId.

when you got the delivery report you can update your database according to the messageId.
Erida Shkira
New member
Username: Erida

Post Number: 5
Registered: 09-2008
Posted on Thursday, September 04, 2008 - 02:13 pm:   

Thank you for your attention Omar,
I really appreciate it.
I have another question for you:

How does my web appl know(check) that a delivery report is comming?I should run it from time to time or ...?
Please help me because I am a little confuse on this.

Thanks
Erida Shkira
New member
Username: Erida

Post Number: 6
Registered: 09-2008
Posted on Thursday, September 04, 2008 - 05:10 pm:   

HI,
I will ask one more question again, please see it with priority, its important for me.

How can I communicate with gateway to get the parameters value:
Should I make a request to the gateway telling the messageID, if so how?
or should the gateway be configured to return a response(parameters) at my application.
At any exe of parameter it should read all the statuses of messages and I will proccess them one by one.
or I should read the parameters using Request.Querystring["MessageID"] exe?

Many many thanks again
Omar
New member
Username: Kfsmart

Post Number: 38
Registered: 01-2008
Posted on Friday, September 05, 2008 - 11:02 am:   

in the output response you will get a text including:MessageId=xxxx.req,Receipt=999999,
MsgId=xxxxxx.req,Receipt:9999 ;;;etc.
Erida Shkira
New member
Username: Erida

Post Number: 8
Registered: 09-2008
Posted on Friday, September 05, 2008 - 01:44 pm:   

Greetings

I have some questions and I want detailed answers urgently if possible:

1. How can I use the 2-Way SMS support of NowSMS to send and receive messages via a separate HTTP application. In other words, if I have an HTTP application that can submit and receive a query string, then how can I define it to the NowSMS gateway so that the incoming messages received by the gateway will be sent to that application and the application will process the message and save it in the appropriate database.

2. How can my application receive delivery reports (message status of a particular message that was sent) from the gateway. This is very important because I want the application to update the status of the message accordingly in the database.

Thank you in advace
Regards
Erida Shkira
New member
Username: Erida

Post Number: 9
Registered: 09-2008
Posted on Friday, September 05, 2008 - 01:45 pm:   

Greetings

I have some questions and I want detailed answers urgently if possible:

1. How can I use the 2-Way SMS support of NowSMS to send and receive messages via a separate HTTP application. In other words, if I have an HTTP application that can submit and receive a query string, then how can I define it to the NowSMS gateway so that the incoming messages received by the gateway will be sent to that application and the application will process the message and save it in the appropriate database.

2. How can my application receive delivery reports (message status of a particular message that was sent) from the gateway. This is very important because I want the application to update the status of the message accordingly in the database.

Thank you in advance
Regards
Omar
New member
Username: Kfsmart

Post Number: 39
Registered: 01-2008
Posted on Sunday, September 07, 2008 - 11:36 am:   

1-in the 2 way sms check process received SMS;
SMS Prefix Command:*
command to execute:URl where you can process the SMS and save it.
2-same as 1 but put SMS Prefix Command=id:*
Erida Shkira
New member
Username: Erida

Post Number: 10
Registered: 09-2008
Posted on Wednesday, September 10, 2008 - 03:40 pm:   

Thank you very very much Omar,


Wish you the best