WMA - Sending SMS to another phone

Hi,

I'd searched through the forum and found that the WMA could be used to send and receive sms'es on certain pre-defined port. Was wondering though whether i could send out a sms that could reach another's phone inbox?

The case i have now is that i could send the SMS from my J2ME client to my phone which is an old Panasonic GD92, but when i try to send it to newer models the sms never reach them. Who says old phone is useless anyway? :p

Any comments, suggestion or info are welcome.

Thanx

fLy

[538 byte] By [blurfLya] at [2007-11-27 5:45:43]
# 1
Sender port and receiver port should be identical. Also your application should be running at receiver side (If not using PushRegistry). Hope this may help you a lot. :)
corej2mea at 2007-7-12 15:27:42 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2

If the sms is sent to the port 0, then it will go always to the inbox without being able to be captured. If you want that your app reads that sms wihtout sending it to the inbox phone then you must send the sms to a defined port and listen also on that port.

If you send the sms to a port and has no a listener app on that port then the sms may or may not go to the inbox. It depesnd on the phone.

MelGohana at 2007-7-12 15:27:42 > top of Java-index,Java Mobility Forums,Java ME Technologies...