Can I change the default port to which the MMS notification sms is ...

Can I change the default port to which the MMS notification sms is ... SearchSearch
Author Message
Roc Chang
New member
Username: Roc

Post Number: 2
Registered: 06-2005
Posted on Sunday, June 05, 2005 - 11:58 am:   

Hi Bryce,

I am building a J2ME MMS client. Basically, I want my MMS client be able to send and to receive MMS. For sending MMS, I know I just post a encoded MMS to http://server.ip/mm1/username=password. But to receive an MMS is not so easy, I think. Since I am on J2ME platform, and the only way I could receive an MMS notification is to use WMA API. As with WMA API, I have to specify a port number to listen to. The problem is that it is forbidden to listen to the default WAP Push port 2948 on J2ME platform for some security reason.

Here comes my question: Can I change the default port number to which Nowsms gateway send the MMS notification after it received a post from its MM1 interface.

To clarify a little more, I did read on a thread talking about changing the destination sms port number using proper UDH value. But what I need is to change the default destination port number of MMS notification which is sent through sms.

Thanks