[Freeswitch-users] Connecting FS to Hicom 300

Michael Collins msc at freeswitch.org
Fri Oct 2 12:18:30 PDT 2009


On Fri, Oct 2, 2009 at 11:53 AM, Russell Mosemann <Russell.Mosemann at cune.org
> wrote:

> > 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>
>
> cool. can you pastebin a debug log on an incoming call?
-MC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091002/4edb220f/attachment-0002.html 


More information about the FreeSWITCH-users mailing list