How to stop mms notifications.

How to stop mms notifications. SearchSearch
Author Message
rajeev saini
New member
Username: Rajeev

Post Number: 1
Registered: 03-2005
Posted on Wednesday, March 16, 2005 - 01:25 pm:   

Hi,
In Now SMS i have done the settings for SMSC,added HTPP over tcp/ip and configured the port number as 4991.Also i have made a program which listens to 4991 port.Now using web interface of now sms i am sending a MMS to port 8800 and my notification will go to port 4991.
Now my problem is that now sms tries to send these notifications in case it fails.meaning it tries and tries and resends the notification.Therefore if i am listening at port 4991 i get messages.Can i configure now sms such that it sends notifications once only and not retry it again and again.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 4180
Registered: 10-2002
Posted on Wednesday, March 16, 2005 - 05:49 pm:   

Return an HTTP 200 OK response.

A simple example of the raw HTTP response would be:

HTTP/1.0 200 OK
Content-Type: text/plain
(blank line here)
OK

If we get an error, we assume that the message needs to be retried.