25687 Commits

Author SHA1 Message Date
Anthony Minessale
1af72288d1 FS-6061 --resolve 2013-12-23 22:43:06 +05:00
Marc Olivier Chouinard
8f73c4ef44 FS-6062 --resolve 2013-12-23 07:34:34 -05:00
Chris Rienzo
6779217d12 FS-6051 added some logging to help troubleshoot mod_rayo crash 2013-12-20 09:56:04 -05:00
Chris Rienzo
fede96f35b rpmbuild: tweak to config-rayo.sh to play nice /w rpmbuilder.sh 2013-12-19 12:10:59 -05:00
Anthony Minessale
0ab8cf0f7c FS-6054 2013-12-19 21:36:28 +05:00
Anthony Minessale
417ef16de5 FS-6054 2013-12-19 21:32:44 +05:00
Travis Cross
8d1c1a5bb9 Treat freeswitch-{sounds,music} as virtual packages only
Previously we were creating freeswitch-music, freeswitch-sounds,
freeswitch-sounds-en, and freeswitch-sounds-en-us metapackages and
also providing those names as virtual packages from the
freeswitch-{sounds,music} source packages.  This is unnecessarily
confusing and meant that freeswitch-all wasn't depending on any sounds
in actuality as it was also providing freeswitch-sounds.
2013-12-18 19:51:12 +00:00
Travis Cross
763bc8cfde Fix freeswitch-all module provides/replaces/conflicts
We were generating freeswitch-mod-mod-* rather than freeswitch-mod-*.
2013-12-18 18:54:35 +00:00
Anthony Minessale
9a20d0ab0c FS-6054 --resolve 2013-12-18 23:22:29 +05:00
Eliot Gable
713303a2a9 Add case-insensitive search to switch_regex_match() based on code from switch_regex_perform(). 2013-12-18 16:19:58 +00:00
Anthony Minessale
635fbc4bd3 add loops var durning looped execution 2013-12-18 03:19:33 +05:00
Anthony Minessale
24b7b48885 FS-6042 FS-6044 --resolve 2013-12-18 00:55:34 +05:00
Ken Rice
23534be676 bump opus rev for rpm builds
Conflicts:
	freeswitch.spec
2013-12-17 10:34:16 -06:00
Travis Cross
f2f1c38fe4 Follow bump to opus lib version for debian packaging 2013-12-16 21:13:34 +00:00
Anthony Minessale
8231cb9f01 fix codec renegotiation on hold/reinvite issue 2013-12-16 23:46:29 +05:00
Anthony Minessale
bc08591812 update opus to 1.1 2013-12-16 22:55:56 +05:00
Anthony Minessale
14f7e1aa58 FS-5920 --resolve 2013-12-16 11:54:15 -05:00
Seven Du
0292a04c7c debug all media type 2013-12-15 11:44:50 +08:00
Anthony Minessale
87751f9eaf FS-5036 --resolve 2013-12-13 23:13:56 +05:00
Seven Du
f5b18c0fdd FS-5642 --resolve add back the ETIMEDOUT check, needed on Mac 2013-12-13 11:46:14 +08:00
Chris Rienzo
9ec1e86574 rpmbuild: update version of flite, lame, and opus 2013-12-10 14:17:01 -05:00
Anthony Minessale
ef730b75aa FS-5987 pushing the patch now since no matter what its better than before 2013-12-11 00:04:26 +05:00
Anthony Minessale
d2f8cf40bc FS-6006 2013-12-10 23:48:14 +05:00
Travis Cross
58d0d3d4a8 Cleanup whitespace 2013-12-10 18:19:55 +00:00
Travis Cross
8099af6564 Cleanup whitespace in debian/ 2013-12-10 03:53:17 +00:00
Travis Cross
a5647414e4 Deal correctly with spaces in SWITCH_VERSION_REVISION_HUMAN
This affects the set_fs_ver bash function and the
./build/set-fs-version.sh script.

Previously we were failing to quote the value of
SWITCH_VERSION_REVISION_HUMAN when inserting it into configure.in.
When it contains spaces, which it often does, this results in a
malformed line in the generated configure script, which results in the
define in src/include/switch_version.h.in being left unset.
2013-12-09 23:20:38 +00:00
Anthony Minessale
ea6a05cac5 FS-6033 --resolve 2013-12-10 03:42:18 +05:00
Chris Rienzo
d9a8dd0bb6 build: added freeswitch-config-rayo package and script to build it 2013-12-09 17:41:01 -05:00
Chris Rienzo
72aea1f53f build: updated mod_rayo config, fixed RPM packaging in master, added mod_rayo and mod_ssml 2013-12-09 17:40:14 -05:00
Jeff Lenk
069941f1da fix spandsp for windows build 2013-12-09 16:37:56 -06:00
Anthony Minessale
75bf4625ff add lua-reconf 2013-12-10 03:33:22 +05:00
Anthony Minessale
1a2942cd60 FS-6032 2013-12-10 01:02:24 +05:00
Anthony Minessale
87c5c64c32 FS-6032 2013-12-09 22:14:38 +05:00
Chris Rienzo
5cc5fae8f9 mod_mongo: use lboost_thread by default 2013-12-09 11:14:53 -05:00
Chris Rienzo
9d70d99d89 mod_mongo: use C++ driver pooling, added support for socket timeout 2013-12-09 11:09:50 -05:00
Nathan Neulinger
0174aba5af mod_skinny: move hardwired ptime to a define so it's in one place 2013-12-09 09:01:02 -06:00
Nathan Neulinger
3f064220b9 FS-6024 --resolve 2013-12-09 08:54:54 -06:00
Travis Cross
9caae64f37 Correct shlibs of freeswitch-all wrt libfreeswitch1
The freeswitch-all package provides libfreeswitch1, so any
shlibs-generated dependency should be for libfreeswitch1 rather than
freeswitch-all.

Because dh_shlibdeps / dpkg-shlibdeps searches for shlibs files in
debian/*/DEBIAN/ it was sometimes using freeswitch-all rather than
libfreeswitch1 to satisfy dependencies for freeswitch.so.1.

FS-6029 --resolve
2013-12-09 09:22:49 +00:00
Jeff Lenk
553bda996b vs2010 reswig 2013-12-08 21:53:56 -06:00
Travis Cross
f148aa9c3b Improve upgrade path to freeswitch-all
That is to say, declare all appropriate Provides/Conflicts/Replaces
for freeswitch-all and freeswitch-all-dbg by enumerating the binary
packages that we're going to produce during the build.

Conflicts is more appropriate than Breaks here as both packages will
continue to provide the same files on an ongoing basis and we would
like to force the removal of the other package.
2013-12-08 15:13:14 +00:00
Anthony Minessale
074b70b7db comment 2013-12-08 07:09:40 +05:00
Steve Underwood
ac2bf8a405 Fixed a file permission in the ESL library 2013-12-08 01:39:00 +08:00
Steve Underwood
eb3e843692 Eliminate a warning from valgrind, that might potentially be reporting actual
trouble.
2013-12-07 01:57:59 +08:00
Anthony Minessale
6c5a17894c accept any payload when no payload map is present 2013-12-05 16:35:49 -06:00
Anthony Minessale
715731de9a FS-6026 --resolve 2013-12-05 11:35:33 -06:00
Steve Underwood
d5a7495a72 This should fix the FAX crashes when negotiation falls back to slower modems 2013-12-05 21:49:59 +08:00
Steve Underwood
9edbbd9c61 Tweaks to FAX modem handling. These do NOT fix the occassional crashes people
see, but they are working towards a clean and complete fix.
2013-12-05 21:10:57 +08:00
Steve Underwood
7d6b0e48b7 Added an XML script to the FAX tests which will provoke the crashing
issue seen recently in spandsp's FAX engine. The next step is to fix
the actual crash.
2013-12-05 13:34:25 +08:00
Chris Rienzo
4a2054a951 mod_rayo: doh- fix adhearsionconf core dump 2013-12-04 20:18:09 -05:00
Anthony Minessale
70accd9f27 FS-5997 --resolve 2013-12-04 17:46:02 -06:00