25601 Commits

Author SHA1 Message Date
Anthony Minessale
2771498707 change to lua 5.2 2013-11-13 07:55:12 +05:00
Anthony Minessale
931d3fb86a remove condition for mem leak 2013-11-12 12:33:32 -06:00
Anthony Minessale
043376b2db tweak 2013-11-12 22:17:58 +05:00
Anthony Minessale
1fc018f5f2 FS-5211 --resolve 2013-11-12 10:22:58 -06:00
Chris Rienzo
048a0eb898 FS-5961 --resolve mod_rayo: fixed <dial>, wasn't returning errors in some scenarios 2013-11-12 11:02:37 -05:00
wavecb
681ea6c40b fix build on mac os 10.9 2013-11-12 13:54:20 +08:00
Anthony Minessale
5456daa010 add logical-direction to events 2013-11-11 16:47:13 -06:00
Anthony Minessale
0d1b647197 remainder of previous patch to pass through dynamic payload numbers used 2013-11-12 00:42:32 +05:00
Chris Rienzo
9500e120a9 mod_rayo: fix config to passthrough loopback dialstrings 2013-11-11 11:43:03 -05:00
Anthony Minessale
13dcbae0b4 regression from last commit 2013-11-10 22:11:37 +05:00
Anthony Minessale
fb78273ab0 inherit dynamic payloads from A leg where applicable 2013-11-10 07:53:48 +05:00
Travis Cross
afaa8e3a75 Add back build/config/uuid.m4 missed from reversion
This finishes reverting commit 04aac8c932ec853145e3efb60014d6f6e4fefafb.
2013-11-10 02:03:56 +00:00
Anthony Minessale
6e9fa3ba27 revert 04aac8c932ec853145e3efb60014d6f6e4fefafb 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 f7fb54d0cd22c361298c772ce025a47f7937631d.
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 v1.5.6 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