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. _______________________________________________ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org