Configure MMS notification port

Configure MMS notification port SearchSearch
Author Message
Fauzi Setiawan Nasution
Unregistered guest
Posted on Wednesday, August 18, 2004 - 08:46 am:   

hi, i have little problem with configuring port for sending a MMS notification. i have build a software that connected to NowSMS and send a message via delphi. i am using apache as a web server. In web interface, it's using port 8800 but apache is running on port 80. My question is, how can i send a MMS notification via delphi without using web interface and sending it to other mobile phone? in delphi, there is a component called NMHTTP that using GET and POST command. this is my code in delphi :
URLAddress := 'localhost:8800/?phonenumber=....&mmsfile=http://www.xxx.com'
the report appear after that is : internal error
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 3293
Registered: 10-2002
Posted on Wednesday, August 18, 2004 - 03:32 pm:   

Hi,

Is it possible for you to view the reset of the HTTP response. (In addition to "Internal Error", there will be some information in the body of the HTML response.)

My guess is that the MMSC service is not active, or its port number assignment is in conflict with either our web interface, or the Apache server.

Basically, that is another port that needs to be allocated.

How about this ... before you try submitting via API ... what happens if you try to send an MMS message via our built-in web form? If you try that, you should see the text of the error condition. That way, you can resolve that condition before moving on to a direct HTTP submission.

-bn