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

How to get mtrouter to go down the route order if a route fails #1219

Open
prashan-abey opened this issue Jul 18, 2024 · 0 comments
Open

How to get mtrouter to go down the route order if a route fails #1219

prashan-abey opened this issue Jul 18, 2024 · 0 comments

Comments

@prashan-abey
Copy link

I have 3 smpp connectors and I need to distribute traffic between 2 connectors and have the 3rd connector as a failover route. Is there any way I could implement that in Jasmin using mtrouter. I have tried FailoverMTRoute but I can't seem to incorporate that with RandomRoundrobinMTRoute. What I found is if a filter returned true Jasmin wouldn't go down the route order even if a route fails.

Has anyone come across a similar situation before?

jcli : mtrouter -l
#Order Type                    Rate       Connector ID(s)                                  Filter(s)                                              
#30    RandomRoundrobinMTRoute 0 (!)      smppc(c1), smppc(c2)                    <T>                                                                        
#0     DefaultRoute            0 (!)      smppc(c3) 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant