Re: own http gateway
"Arne K. Haaje" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Stipe Tolj wrote: > Niels Przybilla wrote: > >> Hi, >> >> in http i can define wether it is for "brunet" or "wapme". I think >> this is related to the http request you need for the different sms >> providers. >> >> my concrete question is, where i can define the string for the http >> requests and the parameters for my sms provider > > Kannel deals with proprietary HTTP APIs of SMS aggregators as follows: > > you need to implement an own "type" (like burnet, wapme) in the > gw/smsc/smsc_http.c module to make the HTTP SMSC type act against your > SMS provuider's API. > > I have a beast here called "generic HTTP SMSC patch", that is able to > use teh URLTrans escape codes for the get-url varlues and regex'es the > HTTP response to determine if submission was considered successfully, > temp. failture or final failure. > > The patch works and is in production state at a customer's site. > Adding the patch for post-1.4.1 release. > I think perhaps Niels means SMS services. Niels, see get-url and post-url in the Userguide http://www.kannel.org/download/1.4.0/userguide-1.4.0/userguide.html#AEN3087 Arne