Moishe Grunstein
3779c7d571
FS-9070 Update config.sub and config.guess
...
Older versions of automake created files that were unaware of newer system architectures, tested with Debian 8.4 and Centos 7
2016-05-03 11:12:11 -04:00
Corey Smith
28c23ab147
FS-8776 #resolve Support GNU make parallel builds
...
* Explicitly define dependency tree for several modules
* Enable parallel builds for libtiff and libspandsp
* Verify module is enabled before attempting build. Allows
the virtual targets to be used for ordering without forcing
a build dependency.
2016-01-28 22:23:47 -05:00
Dušan Dragić
310ca8867d
FS-8298 fix libctb build
2015-10-19 16:03:09 +02:00
Steve Underwood
721ea6dceb
Removed use of _NONSTD for Windows builds of spandsp, so (hopefully) eliminate
...
compatibility problems with recent versions of MSVC
2015-09-28 21:47:27 +08:00
Michael Jerris
57682b8a45
FS-7966: fix scope masked declaration
2015-08-31 17:26:51 -05:00
Mike Jerris
403c1735e5
FS-7966: fix more msvc 2015 warnings.
2015-08-31 17:47:57 -04:00
Mike Jerris
5c59a0159d
FS-7966: fix more msvc 2015 warnings.
2015-08-31 17:08:52 -04:00
Michael Jerris
164c6111a1
FS-7966: remove some older versions of msvc build system as these will no longer work soon, please use 2015 instead
2015-08-31 10:19:10 -05:00
Mike Jerris
5de2f7d7bd
FS-7966: multiple fixes for msvc 2015 build, silence multiple warnings
2015-08-27 18:49:13 -06:00
Michael Giagnocavo
5e456fe9a6
FS-7966. First pass at moving to Visual Studio 2015.
...
The new C compiler breaks a lot of things. snprintf and timespec now exist, and redefining causes an error.
Many more things are warnings, so warnings-as-errors will fail - remove it from some projects for now.
V8: don't pass VS version to build batch file.
mod_sofia: Config has too-long if/elseif chain. Break this up to avoid "parser stack overflow; program too complex".
Add mod_conference.h to project and dir to includes.
2015-08-21 18:28:32 -04:00
Michael Giagnocavo
f116387443
FS-7644. Change 2013.vcxproj references to 2013
2015-06-18 04:17:53 -06:00
Jeff Lenk
345e50d25a
FS-7644
2015-06-11 15:29:28 -05:00
Michael Jerris
2cc0348422
FS-7635: remove msvc 2005 2008 and 2010 non working build systems. There are now multiple more recent (3 different ones) and some free versions of the compiler that can be used.
2015-06-10 16:33:14 -04:00
Anthony Minessale
7c294f242f
FS-7504: allow <modname>.<codecname> support so multiple modules can exist for the same codec
2015-05-28 12:47:13 -05:00
Dušan Dragić
a94fbe8079
mod_gsmopen: add tab completion for api commands
2014-09-29 13:25:30 +02:00
Giovanni Maruzzelli
4ce990504e
Merge pull request #52 in FS/freeswitch from ~DDRAGIC/freeswitch:gsmopen_feature_additions to master
...
* commit 'a9b2e061dcd1d95322d27e169ac2f0016aa628a3':
mod_gsmopen: clean up "gsm list" output a little
mod_gsmopen: convert reported RSSI from AT+CSQ to dBm.
mod_gsmopen: get device manufacturer, model and firmware version info.
mod_gsmopen: add support for reading own number from ON phonebook using AT+CNUM
mod_gsmopen: add AT+COPS support to get operator name.
2014-09-26 10:17:14 -05:00
Giovanni Maruzzelli
9e3a375c36
Merge pull request #54 in FS/freeswitch from ~DDRAGIC/freeswitch:bugfix/FS-6820-mod_gsmopen-executing-gsm-reload to master
...
* commit '9423953e028f8dd319a790ba1e5fdca37ff0cb2f':
FS-6820 mod_gsmopen: fix total interfaces count when executing gsm reload
2014-09-26 10:14:46 -05:00
Giovanni Maruzzelli
0d538cd7b1
Merge pull request #42 in FS/freeswitch from ~DDRAGIC/freeswitch:FS-6799_fix_msg_index_check to master
...
* commit '9cf72b541e8184b2911b0bd78f9aee71cd6d44b4':
FS-6799 fix reading sms in index 0
2014-09-26 10:13:44 -05:00
Dušan Dragić
a9b2e061dc
mod_gsmopen: clean up "gsm list" output a little
...
Replace tabs with spaces and add two columns, operator and imei.
2014-09-21 20:14:13 +02:00
Dušan Dragić
4aa7c98d5a
mod_gsmopen: convert reported RSSI from AT+CSQ to dBm.
...
Add to gsmopen_dump and events.
2014-09-21 20:14:12 +02:00
Dušan Dragić
13a595a15e
mod_gsmopen: get device manufacturer, model and firmware version info.
2014-09-21 20:14:05 +02:00
Dušan Dragić
79d962f38e
mod_gsmopen: add support for reading own number from ON phonebook using AT+CNUM
2014-09-21 20:04:04 +02:00
Dušan Dragić
f262dbce94
FS-6821 mod_gsmopen: fix interface name in log
...
Fix interface name for logs emitted from mod_gsmopen.cpp during startup
2014-09-14 13:06:31 +02:00
Dušan Dragić
9423953e02
FS-6820 mod_gsmopen: fix total interfaces count when executing gsm reload
2014-09-14 12:24:19 +02:00
Dušan Dragić
d5f9de4fa3
mod_gsmopen: add AT+COPS support to get operator name.
...
For now expose the info in gsmopen_dump and events.
2014-09-11 22:33:28 +02:00
Dušan Dragić
9cf72b541e
FS-6799 fix reading sms in index 0
2014-09-07 16:43:00 +02:00
Moises Silva
d6574e8c0f
dos2unix a bunch of files
...
For some reason these files would get marked as modified
just after a fresh clone on Linux
2014-07-22 15:04:28 -04:00
Michael Jerris
0cc3a17072
FS-6408: fix passing of CPPFLAGS to spandsp build
2014-04-01 13:28:22 -04:00
Michael Jerris
496a6db5c4
cxx
2014-03-19 08:33:47 -04:00
Michael Jerris
f575dd6f05
this is a cxx mod
2014-03-19 08:32:25 -04:00
Michael Jerris
45303fdc93
use right var for -I includes
2014-03-18 19:36:26 -04:00
Michael Jerris
4bbea9664d
add depends so these are built
2014-03-18 19:32:02 -04:00
Michael Jerris
524c566e01
attempt at fixing mod_gsmopen build
2014-03-18 19:11:24 -04:00
Giovanni Maruzzelli
40c56c621a
FS-5078 gsmopen: adding ussd capabilities, thanks Boris
2014-03-12 17:51:58 +01:00
Giovanni Maruzzelli
4d8866a7cf
gsmopen: added driver_usb_dongle directory, for building a working and stable 'option' modem serial driver for 2.6.32 kernels (eg: Proxmox, OpenVZ)
2014-03-05 02:06:03 +01:00
Giovanni Maruzzelli
3046e23fbe
FS-5938 fixed, thx Boris
2014-02-24 19:12:33 +01:00
Giovanni Maruzzelli
c242f76634
FS-5830 fixed, thx Dusan
2014-02-24 18:15:43 +01:00
Giovanni Maruzzelli
827c5ac743
FS-5908 FS-5907 fixed, thx Dusan
2014-02-24 18:08:18 +01:00
Giovanni Maruzzelli
156e681c50
FS-6205 fixed, thx Dusan
2014-02-24 17:58:32 +01:00
Peter Olsson
93696934b2
Silence more compiler warnings
2014-01-23 12:25:15 +01:00
Peter Olsson
5a820fdc78
Disabled some compiler warnings on Windows build (for Visual Studio 2012), also disabled code analysis one some projects. This should make the Windows build more clean in the future.
2014-01-22 22:47:11 +01:00
Peter Olsson
084e245085
Lots of trivial tweaks to minimize compiler warnings, especially on 64-bit platform: Added missing type casts, changed types, added missing NULL checks.
2014-01-22 22:30:23 +01:00
Jeff Lenk
94f2187efe
fix gsmopen and skypopen last commit for logging
2014-01-18 23:32:33 -06:00
Jeff Lenk
27035219a7
fix mod_skypopen and mod_gsmopen for switch_version.c
2014-01-16 22:00:21 -06:00
Anthony Minessale
8dfbd91a3d
fold version macros into runtime functions to avoid cascade rebuilds when modifying the core
2014-01-17 01:54:47 +05:00
Anthony Minessale
4a172402d2
some refactoring and plumbing for 1.4
2013-10-16 02:24:32 +05:00
Jeff Lenk
36b840543d
mod_gsmopen fix complier errors windows
2013-09-05 10:24:33 -05:00
Giovanni Maruzzelli
6a64f1b5eb
FS-5727 and FS-5729 gsmopen: inserted some debugging to eventually find a probable flaw in gsmlib. Disabled the suspected code
2013-09-05 11:38:47 +02:00
Giovanni Maruzzelli
dc10a5562e
gsmopen: inserted some debugging to eventually find a probable flaw in gsmlib. Disabled the suspected code
2013-09-05 11:37:04 +02:00
Giovanni Maruzzelli
4a3d1a074f
FS-5148 gsmopen: wait for the first audio write() before giving the AT command that moves the audio path to the audio tty (eg: don't accumulate noise by not sending frames on the open tty)
2013-07-03 13:56:02 +02:00