Hi. I'm using SMSLib for sending and receiving messages. Everything's working great, but now I'd like to plug more than one modem. I want to receive messages by all of my modems and do something with them (I can do that, I think). But I also want to send messages only through the selected modem (there's my problem). Until I had one gateway i did sending like this:
OutboundMessage msg = new OutboundMessage(recipientNumber, text); Service.getInstance().sendMessage(msg); But now, how can I select the one specific gateway, that I want to use to send my message? -- You received this message because you are subscribed to the Google Groups "SMSLib Discussion Group" group. To view this discussion on the web visit https://groups.google.com/d/msgid/smslib/abe84c85-7f54-4f34-8db5-e9cd8bd9c92a%40googlegroups.com.
