35172 Commits

Author SHA1 Message Date
Brian West
a54901212c FS-6248 it builds, ship it... 2014-02-22 20:18:36 -06:00
Jeff Lenk
2a3a1aae44 libsndfile remove accidental line endings 2014-02-22 18:45:09 -06:00
Brian West
ae1016107d FS-5723 java makefile problem 2014-02-22 18:33:56 -06:00
Brian West
97e136c12b FS-5724 include realm in sofia::unregister Event 2014-02-22 18:31:23 -06:00
Anthony Minessale
e47aba1e7e FS-6235 2014-02-23 05:17:07 +05:00
Brian West
c0d078e0bb FS-6248 --resolve 2014-02-22 18:08:56 -06:00
Jeff Lenk
259d315372 libsndfile changes more likely to be excepted back into tree 2014-02-22 15:07:54 -06:00
Ken Rice
f4978d614d gitignore for libsndfile generated files 2014-02-22 14:44:27 -06:00
James Le Cuirot
64a2f5493d FS-353: Don't configure libcurl if using system version 2014-02-22 16:37:52 +00:00
Jeff Lenk
c2680ecb18 libsndfile oops 2014-02-21 21:32:45 -06:00
Seven Du
e88ad70563 FS-6235 try this patch, this will send you a DOWN state at last 2014-02-22 09:44:19 +08:00
Michael Jerris
daad292e66 remove more tests 2014-02-21 19:21:46 -05:00
Michael Jerris
036dc53e6d comment out more tests 2014-02-21 19:16:07 -05:00
Michael Jerris
e73eb028ae add more missing in acinclude.m4 2014-02-21 19:04:57 -05:00
Michael Jerris
319d056666 fix typo 2014-02-21 18:58:16 -05:00
Michael Jerris
6e7c748484 fix typo 2014-02-21 18:51:51 -05:00
Michael Jerris
75bfa09783 add new m4 files 2014-02-21 18:43:25 -05:00
Michael Jerris
d54262cf2d more syntax 2014-02-21 18:19:59 -05:00
Michael Jerris
950cf08cba remove generated file 2014-02-21 18:11:18 -05:00
Michael Jerris
8d9848fdce fix calling convention for PKG_CHECK_MOD_VERSION 2014-02-21 18:10:52 -05:00
Michael Jerris
2c68ad3216 fix build 2014-02-21 18:04:30 -05:00
Ken Rice
4c635d6142 FS-4620 --resolve expose to dl_to_user and dl_to_host as chan vars 2014-02-21 16:52:14 -06:00
Jeff Lenk
6a9b09885e lidsndfile remove tests 2014-02-21 16:48:28 -06:00
William King
5fb660933d ESL-82 --resolve
Previously any esl_connect_timeout() failures would not return to the calling application the reason for the failure.
This commit now allows for calling applications to know why the connection attempt fails, but it is now the calling
applications responsiblity to call esl_disconnect() on the esl handle after the failure. Failing to call disconnect after
a failed connection attempt would result in memory being leaked.
2014-02-21 14:14:05 -08:00
Jeff Lenk
199a64bf6a FS-4657 --resolve update libsndfile to its latest master 2014-02-21 16:10:32 -06:00
Anthony Minessale
0c1f6ef2ed make color more portable 2014-02-21 15:51:21 -06:00
Anthony Minessale
159f577b7f run module integrity check post-build 2014-02-21 15:42:47 -06:00
Michael Jerris
fdd4974189 bump 2014-02-21 16:38:46 -05:00
Michael Jerris
b3242541b2 avoid redefined 2014-02-21 16:36:30 -05:00
Michael Jerris
bfad336592 openbsd doesn't like this asm for some reason 2014-02-21 16:17:39 -05:00
Ken Rice
0243b95901 oops 2014-02-21 15:12:21 -06:00
Travis Cross
2fe0516ac2 Fix missing/duplicate declaration
This looks like a copy/paste error.

FS-6037 --resolve

Thanks-to: David Sanders <dsanders@pinger.com>
2014-02-21 21:09:19 +00:00
Michael Jerris
0cebdf8fc5 fix types for reply to 2014-02-21 16:08:30 -05:00
Ken Rice
81185aa9b7 FS-5512 --resolve ; clean up PostgreSQL libpq client detection in configure
Clean up the libpq autodection and make sure it functionswith both pg_config and pkg-config.

if you are installing into a non-FHS standard location such as what happens with RPMs from the Postgres yum repo, you will need to make sure pkg-config can fild the libpq.pc file.
example: export PKG_CONFIG_PATH=/usr/pgsql-9.3/lib/pkgconfig

you may also want to make sure your path can find pg_config
example: export PATH=/usr/pgsql-9.3/bin:$PATH
2014-02-21 14:57:48 -06:00
Michael Jerris
2907a4824f disable modem functionality on openbsd 2014-02-21 15:48:51 -05:00
Travis Cross
19dbd07ff8 Allow access to headers from INVITE
This adds a sip profile parameter parse-all-invite-headers that when
set parses all headers from an INVITE into channel variables.  The
headers are converted to lowercase, underscores are replaced with
dashes, and the result is prefixed with sip_i_.  Headers than exist
more than once are set as arrays.

FS-6075 --resolve

Thanks-to: Peter Olsson <peter@olssononline.se>
2014-02-21 20:45:40 +00:00
Michael Jerris
eab969815a openbsd does not have librt or libcrypt? 2014-02-21 15:36:25 -05:00
Michael Jerris
4f8bb1e465 openbsd has but errors out when you use this header 2014-02-21 15:29:11 -05:00
Chris Rienzo
36f1e5e2bb Merge branch 'master' of ssh://git.freeswitch.org:222/freeswitch 2014-02-21 15:27:40 -05:00
Chris Rienzo
79b26b8e2c FS-6252 fixing RPM packaging - still in progress 2014-02-21 15:27:12 -05:00
Michael Jerris
63aea267bc change macro name to work around conflict in openbsd 2014-02-21 15:25:50 -05:00
Michael Jerris
19f9dc12d3 change macro name to work around conflict in openbsd 2014-02-21 15:24:44 -05:00
Michael Jerris
bbb96f936f fix openbsd build issue 2014-02-21 15:20:08 -05:00
Anthony Minessale
ec50c05df6 make hangup or end of bridge trigger unhold action for held legs 2014-02-21 13:26:04 -06:00
Travis Cross
05214931fb Add man page for freeswitch
This man page is written in ronn format (package ruby-ronn on Debian)
which is a subset of markdown that can be converted to nroff man
pages, HTML, and other formats.
2014-02-21 15:27:47 +00:00
Anthony Minessale
74f9ed5d0b improve make -j detection to tolerate FS build being launched from within another make file 2014-02-20 18:47:34 -06:00
Anthony Minessale
e209b1a0b7 left line in that breaks mod_dingaling build update and run sh config.status from build root or do a clean build to correct 2014-02-20 17:55:59 -06:00
Marc Olivier Chouinard
8dab4f358a FS-6236 --resolve 2014-02-20 16:20:17 -05:00
Brian West
8bf70dcf47 FS-6164 I can see from this jira that this should be strcasecmp so SIP or sip are caught 2014-02-20 13:50:04 -06:00
Peter Olsson
c679d98eb7 mod_v8: Minor tweaks to keep up with recent V8 API changes 2014-02-20 17:34:27 +01:00