Jeff Lenk
7fb68faa55
fix windows build for lua 5.2
2013-11-13 18:06:12 -06:00
Jeff Lenk
4ee3b70496
fix windows esl compile
2013-11-13 17:59:52 -06:00
Anthony Minessale
98d453c7d9
move media reset code a little deeper so it does not interrupt media when there is no change
2013-11-14 04:18:59 +05:00
Anthony Minessale
9d2400b7ab
doh
2013-11-14 01:48:48 +05:00
Anthony Minessale
300e55e56c
FS-5941 --resolve
2013-11-14 01:39:53 +05:00
Anthony Minessale
c429de4139
fix build err
2013-11-14 01:38:00 +05:00
Anthony Minessale
c469e7ada2
cleanup ESL a little
2013-11-14 00:43:25 +05:00
Ken Rice
f9a19ee57f
FS-5880 --resolve
2013-11-13 11:23:25 -06:00
Ken Rice
37d566c6f6
FS-5943 --resolve
2013-11-13 11:23:25 -06:00
Chris Rienzo
43da8509f5
mod_mongo: update mongo_find_one syntax
2013-11-13 11:45:59 -05:00
Chris Rienzo
b90f2446d4
mod_mongo: add support for query options
2013-11-13 11:42:39 -05:00
Anthony Minessale
e603c17de8
try to improve performance of subscribe sip handler
2013-11-13 21:41:37 +05:00
Anthony Minessale
81a48a9e4e
missed a few files in new lua commit
2013-11-13 21:06:04 +05:00
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 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