SMSC ROUTING ISSUE

SMSC ROUTING ISSUE SearchSearch
Author Message
Jonathan Davis
New member
Username: Catelco

Post Number: 1
Registered: 06-2018
Posted on Thursday, June 21, 2018 - 03:43 am:   

We are testing a system with 2 SMSC connectors and we need the system to act in the following routing format.

MESSAGES from SMSC CONNECTOR1 go to SMSC CONNECTOR2 and messages from CONNECTOR2 go to CONNECTOR1. That is 100% what we need the system to do.

Can we achieve this with SMS.NOW? If so exactly how?
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 5931
Registered: 08-2008
Posted on Thursday, June 21, 2018 - 06:44 pm:   

Hi Jonathan,

I assume a colleague of mine referred you to another thread at https://support.nowsms.com/discus/messages/1/73809.html because it is a somewhat similar scenario.

The original question there had two SMSC connections, one is a modem, the other is SMPP.

You have 2 SMSC connections, both SMPP, I am assuming.

I understand both connections have been defined, and you have confirmed that you can send to both using the NowSMS web interface.

Each SMSC connection will have a configuration section in SMSGW.INI, such as [SMPP - server1:port].

The ReRouteReceived setting can redirect inbound messages from one connection to be routed out another connection by linking the route names together like this:

[SMPP - server1:port]
RouteName=ROUTE1
ReRouteReceived=ROUTE2

[SMPP - server2:port]
RouteName=ROUTE2
ReRouteReceived=ROUTE1

There will be existing settings already present. Each SMSC connection has its own section for settings. ReRouteReceived indicates that any SMS received on this connection are routed out to the RouteName of another connection.

--
Des
NowSMS Support