mazilo
625dcfda57
Update to the latest GIT commit and added the new application mod_http_cache to download/play audio files from a webserver
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28407 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-10 17:12:26 +00:00
mazilo
7a89c7f96d
Added new mod_sms and updated to latest mod_blacklist with a capability to dump back and/or sync new list to its text file
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28286 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-22 03:42:48 +00:00
mazilo
258c3dea2f
Added entry for mod_blacklist in autoload_configs/modules.conf.xml
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28282 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-21 19:41:43 +00:00
mazilo
f5060bee2c
update to the latest git commit to include fix for resources leak on mod_blacklist, blacklist.conf.xml file, and add the missing yaml configuration file.
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28281 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-21 17:04:50 +00:00
mazilo
1f47bef922
Added missing net/freeswitch/files/etc.minimal/autoload_configs/dingaling.conf.xml and bumped up to latest git commit
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28246 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-16 01:24:33 +00:00
mazilo
2264255956
updated to latest git version, added HU lang support, and minor fixes to the Makefile
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28128 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-30 00:22:55 +00:00
mazilo
83eb1c0b24
updating/cleaning freeswitch with some new/old modules
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27619 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-15 19:03:13 +00:00
mazilo
683d766d4a
Fixed trac #9574
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27212 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-18 01:01:33 +00:00
mazilo
4d8e384d68
Added support for mod_rtmp (Real Time Messaging Protocol)
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27211 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-18 00:57:22 +00:00
mazilo
017a92bdcf
additional configuration files
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27204 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-17 15:44:29 +00:00
mazilo
d597597a90
fixed some mangling configuration files
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27203 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-17 15:43:02 +00:00
mazilo
56cb9a32a1
Fixed tickets #9551 , #9552 , and #9553 .
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27176 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-15 01:56:23 +00:00
mazilo
1f07fff340
upated to latest git with additional modules
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26966 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-21 14:21:16 +00:00
cshore
9e0436fd11
[packages] net/freeswitch: Added mod_voicemail config mentioned but forgotten in a previous commit.
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22784 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-24 13:23:26 +00:00
cshore
0e83f0b891
[packages] net/freeswitch: Use /usr/share/freeswitch as prefix; this means freeswitch files not in bin, lib, or include will be stored under /usr/share/freeswitch.
...
Modify the configuration so that recordings are stored on /var/lib/freeswitch/recordings by default (this is a tmpfs so should be change if persistance is needed).
Allow the scripts and htdocs to have their directories set individually instead of requirings them to be under /usr/share/freeswitch.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22782 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-24 13:21:35 +00:00
cshore
6bb8ac3e48
[packages] net/freeswitch: Fixed auto module enabling for modules with more dashes than mod-modname (need to transform to underscores in the postinst/postrm scripts). This was part of getting mod_say_en to work. As part of getting mod_say_en working (and de, ru, and fr), added per-package config for freeswitch-mod-say-{en, fr, de, ru}.
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22775 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-22 22:18:15 +00:00
cshore
76955d7a1e
[packages] net/freeswitch: Added includes for phrases back to freeswitch.xml and bumped package version
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22756 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-22 05:33:56 +00:00
cshore
0654549bc2
[packages] net/freeswitch: Fixed remnants of UCI config that prevent FreeSWITCH startup with the UCI config not present (e.g. with -minimal or -upstream-defaults)
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22734 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-20 01:27:26 +00:00
cshore
d2246301c4
[packages] net/freeswitch: Remove shell-script based UCI config. It breaks on restart, and it will be some time before the Lua based one is complete.
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22617 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-13 08:00:22 +00:00
cshore
35bcdc3b0f
[packages]: net/freeswitch: Fixed sed expression for escaping replaced string in the 'real' sed command.
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22158 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-13 01:48:27 +00:00
cshore
0b1143e1b7
[packages]: net/freeswitch: Added UCI config of extensions and incoming DIDs (to extensions only)
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22157 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-13 01:48:08 +00:00
cshore
12a8a6f381
[packages]: net/freeswitch: Added initial uci configuration capability.
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22084 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-07 11:18:11 +00:00
cshore
7fedb0728b
[packages]: net/freeswitch: Fixed config so mod_syslog is used on startup
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22082 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-07 05:39:47 +00:00
cshore
ff49abd0a5
net/freeswitch: Fixed mod_syslog enable for both -upstream-defaults and -minimal
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21971 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-27 19:30:18 +00:00
cshore
e70acbe91f
net/freeswitch: Separated configs. Made -upstream-defaults config a separate package and added it to freeswitch-default. Also added -config-minimal and added it to freeswitch-minimal
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21966 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-27 13:36:34 +00:00
cshore
542b16f10f
net/freeswitch: Change -upstream-defaults and -minimal to use mod_syslog instead of mod_console for logging, and start in daemon mode not foreground
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21965 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-27 13:36:27 +00:00
cshore
79fe47a70b
net/freeswitch: Fixed restart so that it waits for FS to terminated before attempting to start a new instance
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21964 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-27 13:36:24 +00:00
cshore
c653f79180
net/freeswitch: Set stacksize for freeswitch using ulimit in init script
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21811 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-15 22:20:49 +00:00
cshore
f23f758ccb
packages: net/freeswitch: restore logging to syslog instead of file on /tmp/freeswitch at nico's request
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20896 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-16 00:45:05 +00:00
cshore
e41ad3e30c
net/freeswitch: Updated to 1.0.6 (which allowed to eliminate patches), fixed network failure on startup, fixed OOM on exit, and moved logging of fs console output to file (on /tmp) instead of to syslog
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20836 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-13 10:23:46 +00:00
nico
0394f56f0f
[packages] freeswitch: make it fully modular, add patches to allow more modules to cross-compile
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@18044 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-13 07:20:19 +00:00
nico
d908be5a60
[packages] add preliminary freeswitch v1.0.4 package ( closes : #4891 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17984 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-07 16:17:09 +00:00