25522 Commits

Author SHA1 Message Date
William King
0b9e01be47 FS-5382: Adding a secondary time format thanks to Buklov. 2013-10-24 23:40:40 -07:00
Moises Silva
271eda310e freetdm: Added CAS hangup bit checking to the E&M signaling module 2013-10-24 19:05:35 -04:00
Moises Silva
2b3c98b069 ftmod_analog_em: Block/unblock signaling when a span is stopped/started 2013-10-24 19:05:12 -04:00
Moises Silva
9a45b983b3 Merge remote-tracking branch 'origin/master' into em_management 2013-10-24 16:29:45 -04:00
Anthony Minessale
556e243361 FS-5910 --resolve 2013-10-24 14:29:29 -05:00
Anthony Minessale
3089eee77c minor refactor 2013-10-24 23:59:41 +05:00
Anthony Minessale
328997fb77 examples of new json api interface 2013-10-24 23:56:02 +05:00
Anthony Minessale
daee478115 tweak api 2013-10-24 23:55:07 +05:00
Anthony Minessale
6b2c9e4478 change codec negotiation for edge opus cases 2013-10-24 01:23:18 -05:00
Anthony Minessale
e659814a84 missed a spot 2013-10-23 23:21:31 -05:00
Anthony Minessale
a4a8948774 tweak to devstate 2013-10-23 23:09:14 -05:00
Anthony Minessale
916a75e9cf device state tweaks 2013-10-23 20:45:34 -05:00
Anthony Minessale
8ab31493d7 make exception for g722 2013-10-24 05:04:23 +05:00
Anthony Minessale
55c86bff80 use the actual_sps not the effective on codec load strings 2013-10-23 16:39:32 -05:00
Travis Cross
299081edf7 Use pkg-config for libpq by default
FS-5821 --resolve
2013-10-23 18:18:47 +00:00
Travis Cross
ba052c224c Add option to use pkg-config rather than pg_config
We shouldn't be using pg_config to get build options for FS from
libpq.  pg_config just tells us what was used to build postgresql, not
what we should use.

See:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725007

Make this optional for now until we're comfortable it works
everywhere.

FS-5821 --resolve
2013-10-23 18:18:47 +00:00
Jeff Lenk
88b2e96516 windows fix compiler errors 2013-10-22 23:23:48 -05:00
Anthony Minessale
20a55d3cc6 update 2013-10-22 16:27:15 -05:00
Anthony Minessale
3370002913 delete resources on csv mod shutdown 2013-10-23 03:03:29 +05:00
Brian West
045b764062 Remove duplicated code 2013-10-22 15:44:50 -05:00
Anthony Minessale
e809b41dde add in-memory use_count for fifo-events 2013-10-22 14:47:00 -05:00
Anthony Minessale
73bbd83dc4 FS-5900 --resolve wow, that's a good find 2013-10-22 09:54:58 -05:00
Anthony Minessale
e2bdd78d55 FS-5896 --resolve 2013-10-22 20:33:13 +05:00
Anthony Minessale
3c2a5db225 add missing protos 2013-10-21 20:11:30 +05:00
Michael Jerris
bfcd1e07ca compile failure due to no newline at end of file 2013-10-21 10:54:23 -04:00
Steve Underwood
2cdfb045d2 Update some of the MSVC files for spandsp 2013-10-20 20:55:23 +08:00
Travis Cross
aa2380a04c Install perl module files needed by mod_perl
FS-5892 --resolve
2013-10-19 19:55:22 +00:00
Steve Underwood
eee96c60c9 Tweaks 2013-10-19 18:51:50 +08:00
Travis Cross
8ea0bc73a9 Limit version of packages we replace 2013-10-18 20:15:53 +00:00
Travis Cross
37648ced3e Add freeswitch-all debian package
This package bundles all modules and extras into a single DEB.  This
can have some advantages in terms of convenience and speed of apt
operations.
2013-10-18 19:52:16 +00:00
Chris Rienzo
6354b055f2 mod_rayo: allow unjoin of call without specifying call-uri, fix unjoin of call on hold so that b-leg is not hung up, allow unjoin command to b-leg 2013-10-18 15:14:50 -04:00
Anthony Minessale
0d19abfbdb FS-5887 --resolve 2013-10-19 00:00:28 +05:00
Anthony Minessale
bf78270540 send video break on floor change 2013-10-18 19:14:30 +05:00
Chris Rienzo
da5fd53417 mod_rayo: fix hangup after unjoining bridged calls 2013-10-18 09:47:30 -04:00
William King
e0054af96f Fixing a use after free 2013-10-17 22:27:34 -07:00
Travis Cross
3fce1aae03 Fix build of apr-util expat with libtool2
Applied patch from:
http://people.apache.org/~rjung/patches/expat-libtool2.patch

The failure that results from this seems to occur
non-deterministically.

FS-3185 --resolve
2013-10-17 20:41:58 +00:00
Anthony Minessale
70ea252505 tweak 2013-10-18 01:32:31 +05:00
Anthony Minessale
37774268c0 FS-5882 --resolve 2013-10-17 22:40:07 +05:00
Anthony Minessale
6a7793f72a change dtmf vol to 13 2013-10-17 12:33:55 -04:00
Anthony Minessale
b1a3a106ec FS-5852 --resolve 2013-10-17 12:18:01 -04:00
Anthony Minessale
9246309a21 comment out 2013-10-17 12:07:37 -04:00
Travis Cross
9921007a4b Ensure that flite gets configured before building
Without this change, we would only configure flite if its Makefile did
not exist.  However in the tarball for flite (v1.5.4), there is a
Makefile even before you run configure.  So the only reason this
worked at all was because make was calculating the rules to run before
downloading and extracting flite.

If you build flite without configuring it first, you get a flite with
ALSA symbols that doesn't load in FS.

In discussion with the flite guys, they indicated that the presence of
the Makefile in the tarball is indeed intended.

This change has the side-effect of fixing mod_flite in the Debian
packages.

FS-5873 --resolve
2013-10-17 13:54:47 +00:00
Chris Rienzo
1c3704e78f FS-5884 --resolve mod_rayo: detect unjoin mismatch 2013-10-17 09:42:52 -04:00
Jeff Lenk
4819ee18ab windows compiler warning 2013-10-16 21:47:09 -05:00
Anthony Minessale
2ffe831206 refactor and add more plumbing 2013-10-17 03:58:09 +05:00
Anthony Minessale
af4c91764d only test for reneg after 20 sec with no activity 2013-10-17 03:58:09 +05:00
Anthony Minessale
b694cb09a6 google changed something in DTLS 2013-10-17 03:58:09 +05:00
Anthony Minessale
b474c89708 FS-5861 regression typo 2013-10-16 14:33:25 -04:00
Raymond Chandler
25e7be1c60 FS-2731 apply patch 2013-10-16 10:56:01 -04:00
William King
00c46450ff In a case where calls to phones with presence enabled as well as presence disabled,
there were cases where the presence enabled calls weren't turning off lights
due to the fact that there were calls still up on the phone(though those calls had presence disabled).
2013-10-15 19:09:39 -07:00