Multiple operator - Shortcode mapping
Brian McCavour <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, The problem I am trying to solve is MO service routing in a multi operator smsc configuration. (cannot use keyword for MO routing, must use shortcode) Since the operator provides the shortcodes, in a multiple operator configuration I could have the same shortcode used for 2 providers pointing to different services. (breaking the sms-route configuration option) I was thinking of just adding a new configuration field to SMSC.thats compiled into a mapping at startup. Something like: shortcode-map = "1111>2222;3333>4444" Then after creating the Msg in the SMSC, I could just swap the TO based on this mapping (if match found) Allowing the usual shortcode based routing to work. Does this sound viable ? Thx, Brian