Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Routing rule for destination address for Mo SMS #5

Open
GoogleCodeExporter opened this issue Apr 1, 2015 · 2 comments
Open

Routing rule for destination address for Mo SMS #5

GoogleCodeExporter opened this issue Apr 1, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

SMSC should be flexible to allow adding routing rule depending on destination 
number.

For example SMS is sent to number 1234, and administrator configured routing 
rule for 1234 to be routed over SMPP to Connection1, SMSC should send SMS to 
corresponding ESME via SMPP

Original issue reported on code.google.com by [email protected] on 23 Mar 2012 at 11:23

@GoogleCodeExporter
Copy link
Author

Hi,

SMSC should also have the feature to be able to route a shortcode [ 1234 ] to a 
normal MSISDN like [ 93700XXXXX ] . 

Original comment by [email protected] on 9 Apr 2012 at 3:06

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

More like vice versa as well - sms sent to long numbers should be translated 
into SMPP accounts / other long numbers.


# international address is passed thru (without +)
#
# eat the plus regardless the prefix after that
#long code to short code mapping for election
<92700000XXXXX>{s/2727}:ACCEPT;
<226610010>{&}:ACCEPT;
<2266>{&}:ACCEPT;
<91002>{&}:ACCEPT;
<2299>{s/92XXXXXXXX}:ACCEPT;

Original comment by [email protected] on 9 Apr 2012 at 3:07

  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant