Hello
I started using sms server 3.3 with my phone Sony Ericsson z610i. = I
tried sending messages. Its working with the example SendMessage.java.
However its not working in SMSServer. It always marks my message entry
in the database as Sent "F". I tried debugging it and found out that
the sendMessage method in Service class which has AGateway gateway =
routeMessage(msg); on line 532 is returning a null gateway. What i
tried to do for now as a workaround is to find my outbound gateway
manually:
for (org.smslib.AGateway gtw : getGateways())
if (gtw.isOutbound())
{
gateway = gtw;
break;
}
But still im wondering. Is this a bug? or did i miss something out?
Hope for immediate assistance for this.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SMSLib Users Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/SMSLib?hl=en
-~----------~----~----~----~------~----~------~--~---