Delivery rapports

Delivery rapports SearchSearch
Author Message
rtoustrup
Unregistered guest
Posted on Wednesday, February 02, 2005 - 08:14 pm:   

Which log shows whether the send SMS message is received by the phone, is that even posible ?
rtoustrup
Unregistered guest
Posted on Wednesday, February 02, 2005 - 08:44 pm:   

Might have a problem receiving the messages, but in with logs does it land ?
rtoustrup
Unregistered guest
Posted on Thursday, February 03, 2005 - 08:17 am:   

I have marked the Receive SMS Messages tag and in advanced marked transceiver. Is there any other settings i should put in to receive delivery rapports ?.

I might have a problem where the port isnt forwarded to my server, that will prevent the rapports from getting in right ?.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 4002
Registered: 10-2002
Posted on Thursday, February 03, 2005 - 08:44 pm:   

Are you requesting a delivery report when submitting the message?

If you are submitting the request via HTTP, you need to specify "&ReceiptRequested=Yes".

And your service provider, of course, needs to support delivering them back to you. We only support this when interfacing with an SMPP server or a GSM modem.

-bn
rtoustrup
Unregistered guest
Posted on Thursday, February 10, 2005 - 03:17 pm:   

Hi Bruce

I use a SMPP connection to the SMSC. Where do i enable asking for reports in SMPP ?.

Is it posible to route the reports on to a client connected via HTTP?.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 4050
Registered: 10-2002
Posted on Thursday, February 10, 2005 - 07:54 pm:   

If your SMPP provider supports them, they will come back in as received messages.

You can only route them to an HTTP client by configuring a command in the "2-way" table. Usually SMPP delivery reports start with "id:", so you can specify "id:*" as the command prefix for a command that specifically is to only receive delivery reports.

-bn
rtoustrup
Unregistered guest
Posted on Thursday, February 10, 2005 - 08:08 pm:   

Will this work if there is more then one client connected, can the gateway find out which client to forward the reports to ?.

E.g. i have 2 users connected via HTTP wanting reports.
rtoustrup
Unregistered guest
Posted on Thursday, February 10, 2005 - 08:53 pm:   

The reports should of course go to the client which send the message
Anonymous
 
Posted on Friday, February 11, 2005 - 09:26 am:   

How do you assign a delivery report to a particular number? Eg. I sent 10 messages, how do I know which numbers the reports correspond to?

Basically, I know how to request delivery reports, however, when I get it back, how do I get the number for which the report is intended?
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 4060
Registered: 10-2002
Posted on Friday, February 11, 2005 - 11:26 pm:   

Currently, the delivery report is routed back to the sender address of the original message. So if you have multiple users, they need to use predefined sender addresses that your system routes back to them.

The original recipient address is generally shown as the sender of the delivery report.

If you sent multiple messages to the same recipient, there is currently no way to identify that a particular delivery report corresponds to a particular message.

-bn