Re: Build Custom HTTP SMSC
sangprabv <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <1226210757.9781.12.camel@MNC009> |
Hi Alejandro, Currently I use PHP as the bridge to translate the XML then pass it to Kannel. And yes it is a quick and dirty solution. And Im still figuring out how to grab the XML in the telco_receive_sms() function, I tried to grab the body value (param = octstr_duplicate(body)) but none grabbed. I have successfully done the telco_send_sms() with the XML POST. I also have read some modules in Kannel, such as smsbox.c because there is a function also to parse XML. And also in the smsc_http.c there is an xml parser also (xidris part). Thanks for your response Alejandro. Willy