quang.sreng schrieb: > Hello everyone, > > I've been studying kannel for a few days now and I'm stuck with a question. > The documentation has a section about HTTP SMSC: "HTTPbased relay and > content gateways". I would have found logical that to be the place where I > configure kannel with the Broker API specifications. Unfortunately, it seems > there is no way to configure the way kannel and the HTTP API speak to each > other. There is a system-type option that seems to select some API preset > but what if my broker doesn't use one of these presets ? > > Is there anyone using kannel with a broker ? NetSize in particular ? Did you > succeeded in configuring it to use the HTTP API of the broker ? > > I would be relived to have someone helping me on that subject :-) thanks > guys !
Netsize has a SMPP interface. See http://www.netsize.com/sdk/sms/NSO_SMPP_Interface.pdf so I would strongly suggest to go rather with that one, then implementing the proprietary HTTP API of them. However, if there is billing/premium things to be covered in the msg submission, and Netsize doesn't do that via optional TLVs in SMPP, but only in their own HTTP API, then you will have to go that way. Which means implementing the HTTP API in the gw/smsc/smsc_http.c module. Stipe ------------------------------------------------------------------- Kölner Landstrasse 419 40589 Düsseldorf, NRW, Germany tolj.org system architecture Kannel Software Foundation (KSF) http://www.tolj.org/ http://www.kannel.org/ mailto:st_{at}_tolj.org mailto:stolj_{at}_kannel.org -------------------------------------------------------------------
