kannel configure save and forwrd sms
smii saber <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel,gmane.comp.mobile.kannel.user |
|---|---|
| Message-ID | <CAH4xTOcDQfEV=_hb7JSsQdsT6RNZZDfkkSYXn8YOKd-cb2yeFg@mail.gmail.com> |
Dear team I need to use kannel to get SMS messages from SMSC, and forward those messages to other smsgatwaysn platforms., My need is to keep a copy of the sms (, sender, receiver, date, text...) into a mysql database and forward the sms to the final gateway. I can do the save of sms in mysql dtatabase with the get-url parameter, baut I can not forward the message. I succeded to do an other configuration to send the sms to the destination gateway based on destination short code but I cannot save the sms in database. My question how to have the 2 actions together: save the sms in DB and forword it to final smsgateway. Thank you