[Freeswitch-users] How to find an extension in public.xml ?
henkoegema
pabx_freeswitch at telenet.be
Mon Nov 10 04:21:02 PST 2008
I have an offsite phone in ( as described in
http://wiki.freeswitch.org/wiki/Example_Offsite_phones):
//freeswitch/conf/dialplan/public.xml:
=============================
<extension name="remote_extension_2014">
<condition field="destination_number" expression="^2014$">
<action application="bridge" data="sofia/doublenat/$1%$${domain}"/>
</condition>
</extension>
When I dial 2014, FS looks through the whole file in
../dialplan/default.xml, but can't find it there (because it's not definded
in default.xml)
(http://pastebin.freeswitch.org/6062)
Q: How can I force FS to look in ../dialplan/public.xml if it can't find an
entry in default.xml ?
Henk
--
View this message in context: http://www.nabble.com/How-to-find-an-extension-in-public.xml---tp20418918p20418918.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.
More information about the FreeSWITCH-users
mailing list