Commit Graph

23736 Commits

Author SHA1 Message Date
Travis Cross
fc40475037 Build from the root directory
Move all the GNU build files to the root directory so that we look
like a normal *NIX-centric project.

Thanks to Viktor Krikrun for an initial patch here.  For this commit,
I ended up redoing the move from scratch to separate out this move
from other changes.
2013-02-11 16:41:43 +00:00
Viktor Krykun
670f61be4d Ignore Eclipse project
Ignore local eclipse cdt project used for libzrtp development.

Modified-by: Travis Cross <tc@traviscross.com>
Signed-off-by: Travis Cross <tc@traviscross.com>
2013-02-11 16:41:42 +00:00
Moises Silva
7c6ba6a34c OPENZAP-207 --resolve Rework the zt_read function
Break the read loop when receiving ELAST
2013-02-11 11:35:30 -05:00
Steve Underwood
2cc1f04eb0 Fixed NEON tests 2013-02-11 22:40:20 +08:00
Anthony Minessale
475c235df4 FS-5053 2013-02-10 17:29:16 -06:00
Jeff Lenk
099d7979b3 FS-4830 --resolve mod_json_cdr misses information 2013-02-10 11:53:29 -06:00
Travis Cross
8ae24a7dfb Build portaudio modules for Debian sid and wheezy
These build as of FS-4265 being fixed.
2013-02-10 08:46:26 +00:00
Travis Cross
79a5709362 Add debian support for installing languages
Languages are installed at /usr/share/freeswitch/lang so that they can
be referred to by the user's configuration in /etc/freeswitch.  As a
Debian package user isn't going to have access to `make vm-sync` these
files need to be readily available somewhere.
2013-02-10 08:28:51 +00:00
Travis Cross
f15ecbb8af Use -g3 rather than -ggdb3 for debian
On a GNU/Linux system -g3 and -ggdb3 should produce the same result
under gcc, but clang only recognizes -g3.
2013-02-10 06:20:46 +00:00
Travis Cross
1a08987975 Make custom directory for mod_xml_cdr if missing
Previously mod_xml_cdr would only make its directory if log-dir was
not specified.  The behavior now matches that of mod_json_cdr.
2013-02-10 04:32:52 +00:00
Travis Cross
42372e1914 Add mod_flite to debian meta packages 2013-02-10 02:49:55 +00:00
Anthony Minessale
578f455741 FS-5084 There is only one thing I can see that might be the case, try this patch [bounty payable via paypal@freeswitch.org] 2013-02-08 13:18:13 -06:00
Anthony Minessale
7989798ec4 FS-5082 test this patch 2013-02-07 19:58:04 -06:00
Marc Olivier Chouinard
30faa2dd87 FS-4532 --resolve 2013-02-07 22:01:08 -05:00
Ken Rice
f3550eb410 FS-5075 --resolve 2013-02-07 19:27:36 -06:00
Ken Rice
9c975033a7 FS-4844 --resolve 2013-02-07 13:16:19 -06:00
Anthony Minessale
a55a9b3915 FS-5081 --resolve cool, thanks 2013-02-07 07:35:24 -06:00
Steve Underwood
4b46a5511e Eliminated a couple of unused variable warnings in the Broadvoice codec. 2013-02-06 17:07:29 +08:00
Brian West
f5151691c7 testing 2013-02-05 17:31:43 -06:00
Michael Jerris
1e6200b597 FS-5074: --resolve support sqlite:// for DSNs 2013-02-05 14:52:55 -06:00
Jeff Lenk
70a9560306 add windows vs2012 esl project and solution 2013-02-04 18:31:28 -06:00
Anthony Minessale
f3206e5ff1 reswig and fix header file 2013-02-04 11:36:56 -06:00
William King
3199f5ce0a Fixing the only place where parms is used instead of params. 2013-02-04 12:20:25 -06:00
William King
e5bf180938 Adding a radius_auth_result variable to a mod_xml_radius authenticated call for dialplan routing. 2013-02-04 12:10:14 -06:00
William King
fca349941e Adding ability to require authentication for sip messages on a sofia profile. 2013-02-04 12:00:28 -06:00
Steve Underwood
5144700927 Changed the ..._image_sdp routine to ..._udptl_image_sdp in preparation for
adding other kinds of image (specifically RTP and TCP/TPKT).
2013-02-03 16:28:20 +08:00
Michael S Collins
f5f8e90f01 Add global var so you don't have to remember 640hz 2013-01-31 17:38:05 -08:00
Raymond Chandler
70f4741b50 fix build 2013-01-31 18:52:11 -05:00
Raymond Chandler
6adfbde861 Merge branch 'master' of fs-git:freeswitch 2013-01-31 18:00:54 -05:00
Raymond Chandler
6e92156fb0 sending spa8000 check-sync seems to work better 2013-01-31 17:58:27 -05:00
Anthony Minessale
65f17f4d3e add headers 2013-01-31 14:41:12 -06:00
Jeff Lenk
22eca4cf6b windows download openssl from the correct location 2013-01-31 15:53:50 -06:00
Michael Jerris
0bd902b546 add checks for dtls functions only in openssl 1.0.1 and later 2013-01-31 16:43:44 -05:00
Jeff Lenk
3a30c4df33 FS-4768 MSB_LNK_warnings.diff applied 2013-01-31 15:36:08 -06:00
Raymond Chandler
f8cbbb032c FS-4351 --resolve patch tested and applied 2013-01-31 14:56:48 -05:00
Anthony Minessale
1c9a10162f FS-5068 --resolve this was an edge case assert in a DNS error. You may want to check that you have valid DNS servers but this should stop the crash 2013-01-31 13:53:50 -06:00
Travis Cross
388206d784 Whitespace 2013-01-31 19:25:07 +00:00
Travis Cross
69cda3d7cc Fix handling of the ZRTP cache path and file name
libzrtp strings are weird, and we were previously misusing the
function zrtp_zstrcpyc.  We can't use ZSTR_GV because it does insane
things and causes an array-bounds warning on gcc 4.7.  So we have to
take matters into our own hands and setup the string correctly and
copy data into it.

Because we were doing it wrong, people would get weird pseudo-random
single-character names for the zrtp cache file, and the file would end
up in the wrong place.  Now that this is fixed, users will need to
locate and move their zrtp cache file to their db_dir and name it
"zrtp.dat" if they wish to keep their current ZRTP cache.

FS-4344 --resolve
2013-01-31 18:40:24 +00:00
Jeff Lenk
283eb6ee45 vs2010 reswig 2013-01-31 10:45:25 -06:00
Anthony Minessale
5c176e889d FS-4810 --resolve 2013-01-31 08:59:58 -06:00
Anthony Minessale
203f727e1f add async select feature to sql queue manager api 2013-01-31 08:59:57 -06:00
Anthony Minessale
f0bf3b917d FS-5047 --resolve This seems to be a problem in libsofia, this should fix it. 2013-01-30 17:20:19 -06:00
Anthony Minessale
3f8b5a9069 FS-5065 please test this version 2013-01-30 14:08:08 -06:00
Michael Jerris
79bba25ca2 this will go back in in a more sane way soon enough 2013-01-30 15:26:13 -05:00
Marc Olivier Chouinard
b594503c04 mod_voicemail: add extra param inside the MWI event to know if it was fired because of a new message, or other reason 2013-01-30 14:58:35 -05:00
Anthony Minessale
145a85224f fix sql string leak regressions 2013-01-29 16:33:07 -06:00
Brian West
ccad34f0b5 sigh, wip cisco mwi issue 2013-01-29 14:45:43 -06:00
Anthony Minessale
25a992bc27 reswig 2013-01-29 09:34:27 -06:00
Anthony Minessale
1e22ba2ba5 add cleanup method to event consumer 2013-01-29 09:34:23 -06:00
Anthony Minessale
4319bc8bd9 mutex around one-off sql stmts from sofia 2013-01-28 16:41:29 -06:00