[Freeswitch-users] Re-routing calls to PSTN

Andrew Thompson andrewkt at aktzero.com
Thu Nov 26 20:08:21 PST 2009


  On 11/26/2009 6:02 AM, Otis wrote:
> Can I get FS to re-route incoming-calls to PSTN. If this has been
> raised  before could someone  direct me to URL  or link please

Since I don't have a hard line, I do something like:

<include>
<extension name="2800">
<condition field="destination_number" expression="^2800$">
<action application="bridge" data="sofia/gateway/YOURPROVIDER/18005551212"/>
</condition>
</extension>
</include>

-- 
Andrew Thompson





More information about the FreeSWITCH-users mailing list