[Freeswitch-users] Connecting FS to Hicom 300

Russell Mosemann Russell.Mosemann at cune.org
Fri Oct 2 11:53:59 PDT 2009


> Can you pastebin a dialplan snippet (or put it here) so I can see what
> you're doing?
> -MC

It is the stock FS configuration with a small change. We're still testing things, getting them to work. This is from public.xml. It detects calls to internal 71xx extensions and transfers them. The transfer works. Do some additional variables need to be set here?

<extension name="public_extensions">
  <condition field="destination_number" expression="^(10[01][0-9]|71\d{2})$">
    <action application="transfer" data="$1 XML default"/>
  </condition>
</extension>

--
Russell Mosemann





More information about the FreeSWITCH-users mailing list