Versions Compared

Key

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

...

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
 

...