Hi Arun, The exception is thrown because SMPP gateway does not support reading messages. You can check about this issue here
http://code.google.com/p/smslib/issues/detail?id=354 To resolve this issue just override the AGateway.readMessages() method with an empty one in AbstractSMPPGateway. Check this revision http://code.google.com/p/smslib/source/detail?r=2219 - Bassam On Jul 7, 7:52 pm, Arun <[email protected]> wrote: > Hello all, > > When I run SMS server with SMPP config , I get exception "SMSServer: > reading messages exception! : Feature not supported" and Inbound > polling thread stops, so I couldn't get delivery reports. > > When I run SendReceiveMessage with setStatusReport(true) I am getting > delivery report. > > Do I need change any configuration So that the server reads only > delivery reports. > > Thanks > > Arun -- You received this message because you are subscribed to the Google Groups "SMSLib User 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.
