Versions Compared

Key

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

...

Code Block
languagehtml/xml
title/etc/freeswitch/dialplan/public.xml
 <include>
<context name="public">
    <extension name="going-in">
        <condition>
            <action application="set" data="transfer_ringback=$${us-ring}"/>
            <action application="bridge" data="sofia/gateway/sip.corp.ezuce.com/${destination_number}"/>
            <action application="answer"/>
        </condition>
    </extension>
</context>
</include>


Notice how there is no condition matching. This simply allows anything coming into this profile to be routed to the sipXecs server.