Travis Cross
afaa8e3a75
Add back build/config/uuid.m4 missed from reversion
...
This finishes reverting commit 04aac8c932
.
2013-11-10 02:03:56 +00:00
Anthony Minessale
6e9fa3ba27
revert 04aac8c932
it causes recursion loop in some systems
2013-11-09 23:14:20 +05:00
Anthony Minessale
a4dd6ccb42
fix some issues in passthrough of fec packets
2013-11-09 23:02:11 +05:00
Travis Cross
0af078b6a9
Avoid building mod_java on sid for now
...
We're getting dependency errors that seem to be an upstream issue.
2013-11-09 01:12:43 +00:00
Moises Silva
8469e83835
freetdm: ftmod_analog_em: Remove constant CAS debug log
2013-11-08 19:12:44 -05:00
Anthony Minessale
b18e72162e
uncomment
2013-11-09 00:59:26 +05:00
Travis Cross
04aac8c932
Pull out our own libuuid detection
...
APR is the only reason we depend on libuuid, so we'll rely on APR's
tools here.
This partially reverts commit f7fb54d0cd
.
2013-11-08 19:24:22 +00:00
Travis Cross
bf4440d0c3
Handle APR / apr-util build settings properly
...
After being configured, APR and apr-util provide config scripts that
enumerate the libraries and compiler and linker options needed to
build code relying on APR/apr-util. This patch causes us to more
fully include the output of these scripts in our build process.
FS-5574 --resolve
2013-11-08 19:24:21 +00:00
Anthony Minessale
f4cdbea580
bump number
2013-11-08 23:25:16 +05:00
Anthony Minessale
92f6986b40
FS-5945 --resolve
2013-11-08 22:36:48 +05:00
Chris Rienzo
a5328fe9c3
mod_rayo: send/receivefax bugfixes, also allow outbound calls not created with <dial> to be offered
2013-11-08 11:43:40 -05:00
Chris Rienzo
035818aa3a
mod_rayo: log when rayo call is rejected because there are no online clients
2013-11-08 09:38:10 -05:00
wavecb
fca7a4732c
add miss strlcat strlcpy check for libedit
2013-11-08 20:34:38 +08:00
Moises Silva
7542c5877c
freetdm: E&M: Set the line offhook when suspended
2013-11-08 02:22:36 -05:00
Moises Silva
3b0e8d9e2d
freetdm: ftmod_zt: Refactor event processing to store OOB events that arrive during read/write operations
2013-11-08 02:22:05 -05:00
Moises Silva
774784fbee
mod_freetdm: Handle read errors gracefully when the device is dead already
2013-11-08 02:21:42 -05:00
Moises Silva
545d1e5079
freetdm: Fix hangup supervision on inbound calls for Analog E&M
2013-11-08 02:19:41 -05:00
Jeff Lenk
bf03df9f14
fix windows compiler warnings and vs2010 reswig
2013-11-07 23:01:40 -06:00
Chris Rienzo
96ceb6363e
mod_rayo: <sendfax> bugfixes
2013-11-07 21:41:45 -05:00
Chris Rienzo
f97ca68f8e
mod_rayo: add <sendfax> component
2013-11-07 21:41:45 -05:00
Anthony Minessale
f0335d0f51
FS-5948 --resolve
2013-11-08 03:53:12 +05:00
Anthony Minessale
80dc61594b
bump
2013-11-08 03:49:31 +05:00
Anthony Minessale
37d6922448
bump
2013-11-08 03:48:32 +05:00
Anthony Minessale
bb9adff511
rework media code
2013-11-08 03:48:00 +05:00
Anthony Minessale
73c4eb5f10
add 8k support for opus
2013-11-08 03:44:21 +05:00
Chris Rienzo
69035ff412
mod_rayo: add fax to service discovery query
2013-11-07 16:14:03 -05:00
Chris Rienzo
8bc0f99e70
mod_rayo: <receivefax> now supports HTTP(S)
2013-11-06 17:57:31 -05:00
Chris Rienzo
bb5d283e50
mod_rayo: <receivefax> component added. No support for HTTP(S) yet.
2013-11-06 17:00:13 -05:00
Chris Rienzo
90f0fdb93d
mod_rayo: default record format is now wav
2013-11-05 15:16:04 -05:00
Chris Rienzo
384ddf1517
FS-5931 --resolve mod_mongo: update driver to v2.4
2013-11-04 14:29:48 -05:00
Chris Rienzo
381caad87f
FS-5921 --resolve mod_mongo: use jsonString() instead of toString(), tabs instead of spaces
2013-11-04 14:28:07 -05:00
Ken Rice
ad8796f581
FS-5930 --resolve
2013-11-02 17:34:16 -05:00
Anthony Minessale
859afe9429
FS-5930 --resolve
2013-11-02 10:31:23 -05:00
Anthony Minessale
b86770f34c
FS-5935 --resolve this was broken from the initial check in FS-5524
2013-11-01 16:34:14 -05:00
Anthony Minessale
2589bf7750
minor webrtc tweaks
2013-11-02 01:21:35 +05:00
Steve Underwood
54ae6ff6c1
Adjusted the test for -Wunused-but-set-variable in spandsp, so it gets the
...
answer right with clang.
2013-11-01 10:32:32 +08:00
Anthony Minessale
b0d95efd09
dont byteswap the extended bit headers in the actual packet so it can properly echo back without modification
2013-10-31 17:22:09 -05:00
Anthony Minessale
5f239a5bae
add channel logical direction
2013-10-31 15:28:33 -05:00
Anthony Minessale
fd97365d4a
detect ca-bundle.crt for chain cert to use in dtls connections
2013-11-01 02:22:11 +05:00
Anthony Minessale
4a8e9d634d
add ref counter to la
2013-11-01 02:22:11 +05:00
Anthony Minessale
c8b80cced6
FS-5930 --resolve this should suppress the message
2013-10-31 14:08:50 -05:00
Steve Underwood
f532640c49
Fixed an embedded assembly language constraint issue
2013-11-01 02:44:11 +08:00
Anthony Minessale
a7dab0464d
FS-5933 --resolve
2013-10-31 11:37:46 -05:00
Anthony Minessale
460b8014b9
add channel to logline
2013-10-31 11:21:34 -05:00
Anthony Minessale
ecedd2d21c
FS-5844
2013-10-31 10:35:53 -05:00
Anthony Minessale
dddbcacf0e
FS-5925 --resolve
2013-10-31 09:28:31 -05:00
Anthony Minessale
75ad91e185
FS-5844 --resolve
2013-10-30 20:26:01 -05:00
Anthony Minessale
bd41690d89
FS-4067 this should make g722 work
2013-10-30 19:16:23 -05:00
Anthony Minessale
ee0a7f0ecf
FS-4067 missed another val
2013-10-30 18:13:04 -05:00
Anthony Minessale
57f5306410
FS-4067 missed a 0
2013-10-30 18:09:11 -05:00