Versions Compared

Key

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

...

  1. Access the NSG Dialplan:

    1. Select Netborder SS7 from side Menu

    2. Select Configuration -> Dialplan

  2. Add the following configuration in the "from-sip" context

<action application="export" data="nolocal:tone_detect_hits=10" />
<action application="set" data="fax_enable_t38_request=true" />
<action application="set" data="fax_enable_t38=true" />
<action application="export" data="nolocal:execute_on_answer=t38_gateway peer ced_preamble" /> 

All the above must be added BEFORE:
      <action application="bridge" data="freetdm/g1/a/${destination_number}" />

  1. Add the following configuration in the "from-pstn" context

<action application="set" data="tone_detect_hits=1" />
<action application="set" data="fax_enable_t38_request=true" />
<action application="set" data="fax_enable_t38=true" />
<action application="set" data="execute_on_answer=t38_gateway peer cng" />

All the above must be added BEFORE:
      <action application="bridge" data="sofia/internal/$1@192.168.1.149:5062" /> 

 

   4. Save all changes by clickcing on Save (Disk Icon)
       Note that Dialplan can be modified in real time without the need to restart the gateway. 
       Once you Save the Dialplan, you will be prompted to Reload the gateway which will apply the changes without any service interrupt.
       All the currently established calls will not be affected. Only the newly established calls will start using the new dialplan rules.