Skip to content

Routing

Myng edited this page Jul 24, 2021 · 17 revisions

Overview

LibreSBC provided a powerful built-in routing engine which allows to selects an destination entities (outbound interconnection) for an inbound call based on one/multiple session criteria/variable. The Routing Engine can serve for most of use case in real life include:

  • Block Traffic
  • Jumping routing plan
  • Various Matching type: Longest matching prefix, Exactly match, Comparing
  • Load Distribution: Fail-over, Load Balancing, Revert Fail-over
  • Inbound Classify
  • Diversity routing variable
  • Flexible by Manipulate/Translation

Routing Table

  • name
  • action
  • variable
  • routes
    • primary
    • secondary
    • load

Routing Record

  • table
  • match
  • value
  • action
  • routes
    • primary
    • secondary
    • load