You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 issue reported on code.google.com by
[email protected]
on 23 Mar 2012 at 11:23The text was updated successfully, but these errors were encountered: