> 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


_______________________________________________
FreeSWITCH-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to