Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

View file
nameLCR-sample.csv

Table of Contents
minLevel1
maxLevel6
outlinefalse
stylenone
typelist
printablefalse

Overview 

Least Cost Routing (LCR) allows users to intelligently select the ITSP provider to route the traffic based on the cost for a certain destination number.

...

Once the LCR internal database is created, you can start using LCR routing now from both the advanced and basic routing plan engines:

Basic Dial Plan

...

Advanced Dial Plan

<condition field="destination_number" expression="^(.*)$">
    <action application="lcr" data="$1"/>
    <action application="bridge" data="${lcr_auto_route}"/>
</condition>

Code Block
 

...