kannel routing ability
"Clay Zevely" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <003801cd9da0$4e266640$ea7332c0$@com> |
Can I do the following on Kannel and if so can someone tell me where to look for info on configuring this ability? I want to send sms and have the orgination number changed from SMSC1 and Destination Number changed on messages sent to SMSC1 Smsc1 => Kannel Kannel=> SMSC2 SMSC2=> Kannel Kannel=> Smsc1 sends receives sends receives sends or replys receives sends receives 12345 12345 54321 54321 98765 98765 98765 98765 to to to to to to to to 98765 98765 98765 98765 54321 54321 12345 12345 Based on a file or database I would have a list of numbers for mapping to be read Below is an example of a file to be read 539990721 8149190173 539990725 8149190174 539990728 8149190175 539990729 8149190176 539990730 8149190177 In the above list any sms sent from 539990721 would arrive in Kannel and Kannel would change the Org adr from 539990721 to 8149190173 Any message sent to 8149190173 would be sent to 539990721. Is this possible now or would it require development?