Hi,
I have some ambiguity about the number format used in (MessageConnection)Connector.open(destination)
destination will have the telephone number as well with PORT and
sms:// the problem is there only with the telephone number...
Consider the following...
0094-77-2123454
where,
00-international access code
94- country code (Sri Lanka)
77 - infact 077 the telco
the rest is the subscriber number
what are the possible ways to represent the above in the destination
string..
In fact i wont to have a uniform way when handling this for a local(0772123454) number or international one 009477-2123454
how about the + sign in front...?
can we use the international format when sending to a local number?
will it work if we follow this way 0094772123454?