Versions Compared

Key

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

...

...

...

NVG Product Info -> http://www.sangoma.com/products/netborder-voip-gateway-appliance/

...

Code Block
<context name="from-pstn-to-sip">
    <extension name="to-sip">
        <condition field="destination_number" expression="^(.*)$" break="never">
            <action application="set" data="hangup_after_bridge=yes" />
            <action application="bridge" data="freetdm/g2/a/$1"/>
            <action application="hangup" data="${originate_disposition}"/>
        </condition>
    </extension>
</context>

Warning

  • The dial plan here is simplified (making it easier to read) so the extra content in the default.xml file needs to be in the file. The new condition for bridging to PRI is complete, so you can just copy/paste this into your dial plan. 

  • Always take a backup of your dial plan before editing it so you can restore it if you hit issues

  • You can enter the NSG CLI by running the command "nsg_cli"

...