FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device.
Go to file
Anthony Minessale 85dab893d9 A few changes:
1) The xml_curl now has a more enterprise config where it can have more than 1
   url configured so you could have failover. (*note the syntax change*)

2) dialplan modules now take an extra arguement making it possible to pass runtime params to
   them.  This is now used in mod_dialplan_xml to allow an alternate file path to be specified.

   dialplans were already stackable meaning you can configure a sofia profile, for example,
   to use enum followed by the default XML dialplan.

   e.g. <param name="dialplan" value="enum,XML"/>

   From now on, you can also specify :param after each dialplan name to allow param
   to be passed to the module.  mod_dialplan_xml uses this param as a way to override
   where it looks for the dialplan making it possible to stack mutiple calls to the XML dialplan.

   e.g. <param name="dialplan" value="XML:/some/xml/file.xml,XML"/>

   With this you can search the local file file.xml first and if there is still no match
   the hunt will move on to the standard XML using the onboard XML registry and or the external
   gateways.

   *NOTE* this alternate path does not use the external bindings but it does parse the #includes etc.



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4066 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-01-27 16:23:33 +00:00
build Removing deprecated feature.. Also to test new SVN setup. 2006-12-23 23:58:13 +00:00
conf A few changes: 2007-01-27 16:23:33 +00:00
docs dox 2006-05-10 20:02:01 +00:00
libs add file object from spidermonkey. 2007-01-22 17:59:27 +00:00
scripts update 2007-01-19 21:56:31 +00:00
src A few changes: 2007-01-27 16:23:33 +00:00
support update public key 2006-11-28 19:07:29 +00:00
w32 prepare for libteletone linking to the core in the windows build 2006-11-18 16:31:19 +00:00
.indent.pro update .indent.pro, and script to generate it 2006-10-15 02:03:49 +00:00
aclocal.m4 build progress break everything 2006-12-17 01:01:09 +00:00
acsite.m4 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3681 d0543943-73ff-0310-b7d9-9358b9ac24b2 2006-12-16 23:22:45 +00:00
AUTHORS playfile fixes for startpos from Matt Klein. 2006-11-29 20:07:13 +00:00
build.sh change build.sh to ensure gnu make 2006-02-08 21:32:03 +00:00
ChangeLog hi 2005-11-12 21:27:19 +00:00
configure automistake 2006-12-19 00:47:37 +00:00
configure.in automistake 2006-12-19 00:47:37 +00:00
COPYING fix oops (svn merge -r 418:417 http://svn.freeswitch.org/svn/freeswitch/trunk) 2006-01-20 15:05:05 +00:00
Freeswitch.sln Initial windows build for new portaudio module, so far completely untested, it will NOT work on 64 bit and potentially problematic on SMP boxes still as I am building right now. This build currently uses only winmme, will follow up with better support for optionally building against direct sound, asio, and wasapi. 2007-01-19 01:45:58 +00:00
generic_mod.mk git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3681 d0543943-73ff-0310-b7d9-9358b9ac24b2 2006-12-16 23:22:45 +00:00
indent_options.sh update .indent.pro, and script to generate it 2006-10-15 02:03:49 +00:00
INSTALL build progress break everything 2006-12-17 01:01:09 +00:00
Makefile.am tweak var types in xml config, change makefile to install all the new broken out xml files. 2007-01-23 01:40:14 +00:00
Makefile.in tweak var types in xml config, change makefile to install all the new broken out xml files. 2007-01-23 01:40:14 +00:00
modules.conf.in Add mod_xml_curl to modules.conf.in and add parameter change submitted by Bret McDanel (thanks) 2007-01-17 17:22:14 +00:00
NEWS hi 2005-11-12 21:27:19 +00:00
README this was all wrong.. blanking it out for now.. I am sure we should have somthing useful in there. 2006-10-28 19:59:01 +00:00