Raymond Chandler
86242db094
don't seg if we forget milliseconds on pause tag
2013-01-14 21:31:59 -05:00
Brian West
d04016dd89
FS-5018 --resolve
2013-01-14 08:20:08 -06:00
Anthony Minessale
b3d12d49b3
FS-5013 --resolve better to submit here and I can tell you when you can commit
2013-01-13 19:39:01 -06:00
Marc Olivier Chouinard
da1f3c380e
FS-3924 --resolve
2013-01-13 01:00:38 -05:00
Marc Olivier Chouinard
3e7ccb4689
FS-4832 --resolve
2013-01-13 00:51:54 -05:00
Steve Underwood
b18490ae06
Layout tweaks
2013-01-10 22:12:19 +08:00
Steve Underwood
10152cd336
Tweaks to formatting and minor steps towards T.38 support in T.31
2013-01-10 08:37:58 +08:00
Stefan Knoblich
5ae5803e63
mod_soundtouch: Use sed to patch configure.ac to use AC_CONFIG_HEADERS
...
AM_CONFIG_HEADER is deprecated in automake 1.13.1 (and temporarily not available in 1.13),
the replacement is available in autoconf-2.59 (and maybe before).
NOTE: Remove sed hackery when upstream has released a fixed version (> 1.7.0)
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2013-01-10 00:17:02 +01:00
Anthony Minessale
1e5beafe97
FS-5002 --resolve
2013-01-07 14:22:56 -06:00
Anthony Minessale
a2e46d558f
FS-4984 --resolve
2013-01-07 11:06:55 -06:00
Raymond Chandler
5462ea69ac
don't disable conference if conference-set-profile is disallowed and set expand-vars permission to match code
2013-01-04 20:53:00 -05:00
Travis Cross
b2714cbc30
Fix mod_mongo build when no CFLAGS/CXXFLAGS are set in environment
...
os.environ['CFLAGS'] raises a KeyError if no CFLAGS variable is set in
the environment. So instead we use os.environ.get('CFLAGS','') which
will return the empty string in the event no CFLAGS variable is set.
The previous problematic pattern originated from the suggested code
here for importing the build environment in SCons:
http://www.scons.org/wiki/FrequentlyAskedQuestions#Why_doesn.27t_SCons_find_my_compiler.2BAC8-linker.2BAC8-etc..3F_I_can_execute_it_just_fine_from_the_command_line .
FS-4746 --resolve
2013-01-03 17:38:28 +00:00
Steve Underwood
79d578adeb
Use a new function in spandsp to access the AT interpreter state inside a T.31
...
state, rather than directly probing inside the T.31 structures.
2013-01-01 23:48:47 +08:00
Jeff Lenk
dc2c11f13f
FS-4768 initial add of vs2012 build support
2012-12-29 14:57:15 -06:00
Anthony Minessale
190da435d1
FS-4958 --resolve thanks but again you could have submitted a patch so I did not have to hunt the 3 million lines of code for the line in question
2012-12-22 22:38:03 -06:00
Anthony Minessale
b7a6d3f551
FS-4959 --resolve
2012-12-22 22:35:52 -06:00
Brian West
22efebc301
FS-4956 --resolve
2012-12-20 20:49:36 -06:00
Anthony Minessale
5e62fde357
FS-4789 --resolve
2012-12-18 19:16:10 -06:00
Anthony Minessale
7085de2546
FS-4588 --resolve
2012-12-18 18:18:31 -06:00
Anthony Minessale
ef077917fd
FS-4867
2012-12-18 14:56:44 -06:00
Anthony Minessale
3730504693
FS-4933 --resolve
2012-12-13 10:02:36 -06:00
Jeff Lenk
17b6087d7a
fix for covici on mailing list
2012-12-12 21:15:09 -06:00
Michael Jerris
08fdff4511
don't block on db for fifo track_calls
2012-12-11 16:35:53 -05:00
Michael Jerris
c4cf1ba222
don't block on db for fifo_callers del
2012-12-10 16:39:02 -05:00
Anthony Minessale
3025375cc6
fix logic in openpty case
2012-12-09 13:12:40 -06:00
Steve Underwood
bfc3c17bcb
Tweaks to the T.31 modem
2012-12-09 13:59:26 +08:00
Ken Rice
ad57781be4
copyright statement update
2012-12-06 17:42:14 +00:00
Ken Rice
84ce23038e
copyright statement update
2012-12-06 17:18:56 +00:00
Anthony Minessale
8790476f0f
FS-4903 --resolve
2012-12-03 08:49:50 -06:00
Anthony Minessale
abcff8c94c
FS-4886 --resolve the file permisions must be set properly by you, you must have installed it as root then changed users. This patch will fix the crash.
2012-12-03 08:07:24 -06:00
Anthony Minessale
8dd35c1d8c
doh
2012-11-30 15:01:16 -06:00
Anthony Minessale
f0c47ede91
fix fifo queue_manager placement
2012-11-30 14:56:36 -06:00
Marc Olivier Chouinard
026da2b33d
FS-4890 --resolve
...
I've also added the CC-Agent-Called-Time and CC-Agent-Aborted-Time in case you find this useful also.
2012-11-29 15:42:46 -05:00
Anthony Minessale
16eaa729b1
FS-4889 --resolve
2012-11-29 08:30:33 -06:00
Brian West
fdca268aed
tweak
2012-11-29 01:33:17 -06:00
Anthony Minessale
f1a89fb016
let mod_fifo use sql_queue_manager
2012-11-28 23:11:31 -06:00
Anthony Minessale
0b148a85b9
this breaks the auto rate hunting code in mod_sndfile
2012-11-26 11:59:48 -06:00
William King
671e935d34
FS-4872: --resolve In the case of an event injected sms message that doesn't enable blocking mode the event would be queued up indefinately.
2012-11-25 18:11:04 -08:00
Anthony Minessale
cf32d24b5d
FS-4860 --resolve This seems to have come from a malformed file_string in the ringback var
2012-11-21 13:06:28 -06:00
Marc Olivier Chouinard
7448b075b7
FS-4760 --resolve
2012-11-16 14:30:00 -05:00
William King
a47321f0fd
Differentiate when the sms message successfully matched an extension in the chatplan, and when it fell through.
2012-11-14 16:48:21 -08:00
William King
b8f0d11a8a
Fire an event on successful sms delivery, as well as clearify if the delivery method was blocking or not.
2012-11-14 16:45:32 -08:00
Anthony Minessale
ca0ffe6b76
add version to status output
2012-11-14 13:22:48 -06:00
Anthony Minessale
7cb8d4dbb0
fix mutex to work better
2012-11-13 17:56:31 -06:00
Anthony Minessale
eb0c514e4f
don't count pickup endpoints in sps limits
2012-11-12 18:45:53 -06:00
Anthony Minessale
8cd8b15266
FS-4825 --resolve
2012-11-12 05:50:00 -06:00
Anthony Minessale
2fa045cf37
FS-4784 --resolve this should have the same effect
2012-11-08 16:47:05 -06:00
Anthony Minessale
6591eb1497
fix mod_db regex
2012-11-08 12:35:50 -06:00
Anthony Minessale
ba625501ba
fix a lock logic error in lcr endpoint
2012-11-07 14:53:47 -06:00
Michael Jerris
fe6c8b7037
don't seg on invaild config
2012-11-06 09:15:50 -05:00