On Tue, 2 Oct 2001, Stipe Tolj wrote: > Hi Bruno, > > > http smsc could be used to create a kannel proxy where first kannel forwards > > sms to the second > > It is too a template to build code to interface with some future smsc that > > may appear that talks http > > (I've heard about sonera?) > > can soneone give a working example setup? My imagination is still > lacking here to see what we may do using SMSC HTTP.
Consider scenario, where you want your application to send SMS'es to 2 different carriers. The other one has CIMD2 and the other hand only provides HTTP-based "content gateway" (Sonera in Finland, for example) So, instead that your application talks with 2 different protocols, you hide them both behind Kannel. Which talks both CIMD2 and HTTP. (of course, you have to code that specific HTTP based protocol onto it, but then it is coded just to one place, not all your applications)
