I am using restcomm smsc gateway 7.3.135. I need to achieve the following.
SmppClient --> RestcommSMSC ---> ExternalSMPPServer
SmppClient --> RestcommSMSC ---> ExternalHTTPServer
Can you please help how to achieve this type of routing.
Thanks.
I am using restcomm smsc gateway 7.3.135. I need to achieve the following.
SmppClient --> RestcommSMSC ---> ExternalSMPPServer
SmppClient --> RestcommSMSC ---> ExternalHTTPServer
Can you please help how to achieve this type of routing.
Thanks.
Copyright © 2021 Jogjafile Inc.
I'm having the same requirements. From the documentation, the default is to have HTTP only for incoming sendSMS requests.
https://www.restcomm.com/docs/core/smsc/SMSC_Gateway_Admin_Guide.html#_design_overview
You will notice that HTTP have only one direction.
For this requirement you have two options:
If you came across another solution please share.
Thanks.