Hi again Regarding an SMPP connection, I think you can use a simulator such as SMPPSim (http://www.seleniumsoftware.com/downloads.html). I use it when I don't have a real SMPP connection to test against after that I only change the configurations when I get a real connection.
Once you have code which works with simulator I can test it for you on a real SMSC. On Mar 26, 10:33 pm, Thanasis <[email protected]> wrote: > Hi Bassam, > > On 26 March 2010 19:12, balsarori <[email protected]> wrote: > > > What I came up with is the following: > > - SMSLib can benefit from Kannel's support to different types of SMSCs > > > such as SMPP, Modems, HTTP based and more (http://www.kannel.org/ > > download/1.4.3/userguide-1.4.3/userguide.html#AEN1165) > > - Kannel users can benefit from SMSLib's API (send and receive > > messages, start and stop SMSCs, notifications). > > - SMSLib users will have an additional gateway (that supports SMPP) > > option which they can use from SMSLib API. > > > What do you think? > > I think that SMPP support is a good reason. I still haven't manage to > persuade some of the providers to give me a reduced-cost smpp connection in > order to adopt SMSLib. If Kannel has a ready-and-working smpp module, it may > worth a shot... > > > > On 26 March 2010 19:12, balsarori <[email protected]> wrote: > > > BTW, I wrote a class KannelHTTPGateway (along with a SendMessage > > example) that can send messages through Kannel and can start and stop > > SMSC. I may send it to this group's email, if that's OK. > > Certainly! > Better yet, post it on the tracker > (http://code.google.com/p/smslib/issues/list) and post the link here (its > easier to follow tracker items than this group). > > > > > On Mar 26, 9:32 am, Thanasis <[email protected]> wrote: > > > Hi there, > > > > Well, this sound interesting... > > > > Never thought of adding Kannel support myself. The idea to bring two > > > different platforms together does not sound very appealing to me. I may > > well > > > be mistaked, of course :) > > > > Since you have worked with Kannel, can you please elaborate on what > > features > > > would this "marriage" bring? > > > > On 26 March 2010 03:31, balsarori <[email protected]> wrote: > > > > > Hi all, > > > > > I'm new to SMSLib. I use Kannel for sending and receiving SMS. > > > > > I like the idea of supporting different gateways in SMSLib (modems, > > > > Clickatell and BulkSMS). I'm wondering if you are planning to add > > > > Kannel support to SMSLib? > > > > > I can help in implementing Kannel support. > > > > > Thanks, > > > > Bassam Al-Sarori > > > > > -- > > > > 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]<smslib%[email protected]> > > <smslib%[email protected]<smslib%[email protected]> > > > > > . > > > > For more options, visit this group at > > > >http://groups.google.com/group/smslib?hl=en. > > > -- > > 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]<smslib%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/smslib?hl=en. -- 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.
