I'm using smslib with a web application to send SMS through a SMS gateway. I was able to connect and bind to the SMPP server. But when I tried to send a SMS using following code I get an error saying "Invalid source address". Can someone tell me how can I configure that?
code Service.getInstance().sendMessage(new OutboundMessage(number, "Hello from SMSLib and JSMPP")); Thanks -- 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/8b52f0ac-03c0-40b7-ae42-a33052d17fba%40googlegroups.com.
