Delivery Report Status from direct SMPP Connection

Delivery Report Status from direct SMPP Connection SearchSearch
Author Message
Anonymous
 
Posted on Friday, June 11, 2004 - 04:50 am:   

Dear: Mr Bryce

Hello I need your help about getting the delivery report from now sms. We connect directly to operator SMSC via SMPP.
Where i can get the delivery report ?
Since sometimes there are "fail to charge" delivery report from the customers MSISDN due to not enough balance , and the operator will sent us the delivery report that the charging is not successfull , vice versa if the every thing ok , the status is "Delivered".
Please help me ....

Rgds
iwansp
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 2822
Registered: 10-2002
Posted on Friday, June 11, 2004 - 08:36 pm:   

iwansp,

If you include a parameter of "&receipt=yes" on message submissions, then we will request a delivery receipt for messages that are submitted via SMPP.

However, note that in current versions, NowSMS does not perform any processing against these receipts, so you'll need to figure out how to handle these in your application. They will arrive as SMS messages back to the sender address of the originally sent message.

It is also possible to request a delivery receipt for all messages submitted over an SMPP connection by editing SMSGW.INI, and creating a section header titled simply [SMPP]. Under that section header, add the statement: DeliveryReceiptFlag=1

-bn