Hi, just to close this:
The http interface is used to alert third-party services upon message arrival. On your first post, you are also talking about sending messages - you can't do this with the Http interface. The HttpServer interface might be of your interest, which makes SMSServer a "web" server which can accept requests for sending messages as well. See: http://smslib.org/wiki/smsserver:interfaces:http http://smslib.org/wiki/smsserver:interfaces:httpserver On Aug 14, 6:22 pm, golfdude <[email protected]> wrote: > I think i figured it out looking at SmsServer.java code. > > Thanks > > gd > > On Aug 14, 3:06 pm, golfdude <[email protected]> wrote: > > > > > How does one use the Http interface ? Should I have to override > > getMessagesToSend(), then compile Http.java using the same package > > ( java/org/smslib/smsserver/interfaces/ ) ? > > > gd > > > On Aug 14, 1:34 pm, golfdude <[email protected]> wrote: > > > > If I have a http interface, Does sms server get the next message to be > > > sent from the "dlr_url" ? I am confused on the role of smsserver. Does > > > it wake up ( inbound_interval ) so often, poll the http interface, get > > > the text, and then send the sms out ? I dont think so because I do not > > > see a send format to smsserver. ie, if I were to send sms also > > > regularly, then would smsserver pick up the phone and message from a > > > url and then send the sms ? > > > > Thanks > > > > gd- Hide quoted text - > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
