Juan, You surely can do that with Kannel!
What you have to do is setup one or many smpp connections using the "smsc" group directive. Your carrier will give you the basic connection parameters (host, user, password, port and probably System Type). i.e: group = smsc smsc = smpp smsc-id = mysmsc host = "22.33.44.55" port = 1234 receive-port = 1234 smsc-username = "myuser" smsc-password = "mypass" system-type = "VMA" address-range = "" Then any messages received from that link will get processed by your "service" groups and will have the parameter "smsc" loaded with "mysmsc". To route messages through that link you can use the sendsms interface. You must load "smsc" with "mysmsc" of course. or if your app replies to a message coming from that link, the response will go using that route also. Read the documentation for further explanation about the many ways you can twist the parameters to suit your needs. We were using it for that kind of work for many months and works like a charm. Regards, On Tue, 26 Oct 2004 12:08:55 -0300, Juan Nin <[EMAIL PROTECTED]> wrote: > Hi! > > Sorry for the basic question, but I'm a bit new to this topics... > > I'm working as content agreggator with different operators round the > world. With all of them I'm working through HTTP APIs, so messages and > content are delivered by invoking URLs and passing parameters to them, > or sending specially crafted requests in HTTP protocol. > > Now, I want (and need to) connect to SMSCs via SMPP. What I need is just > to be able to send text messages and content to ths SMSC via SMPP, and > they are the ones who deliver them to the final users. > > So, the question is... is kannel the right software to use for this? > if not, what should I use? > > I've been looking a bit at the docs, but I'm not sure if it's what I > need or not.. > > I've also seen http://opensmpp.logica.com, maybe this is more adecuated > for my needs? > > Thanks in advance, and sorry again for the basic question.. > > Juan > > -- Alejandro Guerrieri Magicom http://www.magicom-bcn.net/
