Peter Olsson
9059fb91cc
FS-5045
2014-02-02 12:33:37 +01:00
Peter Olsson
1e0e66fd47
FS-6160 --resolve
2014-02-02 08:13:55 +01:00
Peter Olsson
40a48ae951
mod_v8: Fixed compiler warnings on Linux
2014-02-01 19:18:47 +01:00
Peter Olsson
4f9402c09d
mod_v8: Fixed line endings, and removed old code.
2014-02-01 18:54:39 +01:00
Peter Olsson
04005dfa68
mod_v8: Added new extension class that makes it possible to subscribe to FS events. Wiki will be updated soon.
2014-02-01 18:20:04 +01:00
Giovanni Maruzzelli
a324fe2b91
skypopen: new temporary address for downloading Skype client binary package
2014-02-01 15:16:29 +01:00
Peter Olsson
609209d031
Tweaks to silence some compiler warnings on Windows
2014-02-01 12:04:26 +01:00
Chris Rienzo
5cd9bfcf14
mod_rayo: fixed recording reference counts
2014-01-31 18:09:41 -05:00
Chris Rienzo
ce945c3f49
FS-6172 --resolve mod_rayo: fire input-timers-started during prompt lifecycle
2014-01-31 13:40:39 -05:00
Chris Rienzo
360ef648b4
FS-6171 mod_rayo: added support for normal/groupchat/headline message types for console testing
2014-01-31 11:36:14 -05:00
James Le Cuirot
4380453ac8
mod_rayo: Translate XMPP messages to SIP messages
...
Call-bound XMPP messages are translated to SIP messages via
SWITCH_EVENT_SEND_MESSAGE in a similar manner to that described in
draft-ietf-stox-im-06. Messages with a type of "normal" are directed
to the caller. Other types receive a feature-not-implemented response
but it is envisaged that the "groupchat" type could be used to direct
the message to all joined parties.
2014-01-31 10:56:41 -05:00
Chris Rienzo
bda098a3a5
mod_rayo: added platform-code to end reason
2014-01-30 14:42:31 -05:00
Chris Rienzo
5891951ea9
mod_rayo: fixed output start-offset and max-time
2014-01-30 13:10:00 -05:00
Anthony Minessale
32b2a45efc
add more rtp statistics with several new vars for cdr processing in_jitter_min_variance in_jitter_max_variance in_jitter_loss_rate in_jitter_burst_rate in_mean_interval in_flaw_total in_quality_percentage in_mos
2014-01-30 05:08:34 +05:00
Anthony Minessale
a21cbf8142
FS-6165 --resolve
2014-01-30 00:20:21 +05:00
Chris Rienzo
5be81aef74
FS-6159 -resolve mod_rayo: prompt, input, output components return hangup cause if stopped by hangup
2014-01-29 00:41:21 -05:00
Chris Rienzo
915e8eaba1
FS-6141 --resolve mod_rayo - fixed X-headers on redirect and updated to satisfy recent spec changes
2014-01-28 20:58:01 -05:00
Anthony Minessale
8dccd213fb
FS-6085 --resolve
2014-01-28 21:56:02 +05:00
Chris Rienzo
9f07a31be5
SIP-6141 --resolve
2014-01-27 22:04:10 -05:00
Travis Cross
e959933d8c
Fix mod_cluechoo error on load
...
mod_cluechoo needs to be linked against ncurses or we receive an error
about undefined symbols when loading the module. How did this ever
work?
Thanks-to: Dušan Dragić <dragic.dusan@gmail.com>
FS-5965
2014-01-26 18:02:22 +00:00
Peter Olsson
7e04f2178c
FS-6147 --resolve
2014-01-25 11:38:17 +01:00
Anthony Minessale
358b5db0e4
block all possible routes to write data during ice and dtls negotiation
2014-01-25 03:48:32 +05:00
Peter Olsson
d878bac69c
mod_v8: Skip clean before rebuild
2014-01-24 22:39:50 +01:00
Jeff Lenk
790c69cb48
vs2010 reswig
2014-01-23 22:20:43 -06:00
Chris Rienzo
cb6465552b
mod_rayo: fix memory leak in input component
2014-01-23 21:40:11 -05:00
Peter Olsson
04f7e7c025
mod_v8: Removed i18n support (ECMAScript 402) from V8 for now, to make build work on ARM platform. This will also force a rebuild of V8
2014-01-23 23:46:49 +01:00
Anthony Minessale
d2ba4c60c5
FS-5420 --resolve
2014-01-24 03:11:53 +05:00
Anthony Minessale
a44aea1106
FS-5676 --resolve
2014-01-24 00:36:52 +05:00
Anthony Minessale
b5821c1594
tweak event queue size on event socket and speed up fs_cli a little to keep up on busy logging env
2014-01-23 21:26:56 +05:00
Peter Olsson
a120177144
mod_v8: Updated license header
2014-01-23 12:25:15 +01:00
Peter Olsson
93696934b2
Silence more compiler warnings
2014-01-23 12:25:15 +01:00
Travis Cross
3a595f278a
Log channel UUID by default
...
We want people to have this on so that when we're looking at reported
log files we can tell what is going on.
2014-01-22 23:43:03 +00:00
William King
c537fc6f61
Fixing leak in presense where the contact header doesn't include the fs_path option during a presense subscription
2014-01-22 15:28:24 -08:00
William King
c3711b81c9
If libvlc fails to initialize, then the module should fail to load.
2014-01-22 13:56:22 -08:00
Anthony Minessale
4b07ee5183
remove double event crate, removing a memory leak in valet parking
2014-01-23 02:52:48 +05:00
Peter Olsson
5a820fdc78
Disabled some compiler warnings on Windows build (for Visual Studio 2012), also disabled code analysis one some projects. This should make the Windows build more clean in the future.
2014-01-22 22:47:11 +01:00
Peter Olsson
084e245085
Lots of trivial tweaks to minimize compiler warnings, especially on 64-bit platform: Added missing type casts, changed types, added missing NULL checks.
2014-01-22 22:30:23 +01:00
Anthony Minessale
643c88f49b
FS-6140 --resolve
2014-01-23 02:13:10 +05:00
Anthony Minessale
fadad7995c
fix crash in mod_voicemail when trying to forward to another extension in some cases
2014-01-22 22:55:09 +05:00
Peter Olsson
855361d8ae
mod_v8: Force V8 build to disable python multithreading support during build, to make it safe to build even if there is not enough rights on /dev/shm. FS-6111 --resolve
2014-01-21 10:54:30 +01:00
Anthony Minessale
bfeed7514b
add version to log
2014-01-20 23:34:32 +05:00
Brian West
0b479c57e5
FS-6068 missed on
2014-01-20 11:29:59 -06:00
Peter Olsson
2e32d10503
mod_v8: Added configure flag --enable-static-v8 to enable static linking of the V8 lib. Also enabled this flag for the Debian packaging system. Please note the static linking has only been verified on Linux so far
2014-01-20 11:33:38 +01:00
Peter Olsson
df193ac5c6
mod_v8: Detect the g++ target platform, and use this when building V8
2014-01-19 11:41:15 +01:00
Jeff Lenk
94f2187efe
fix gsmopen and skypopen last commit for logging
2014-01-18 23:32:33 -06:00
Peter Olsson
177d8950c2
mod_v8: Add support for build in VS2010. Files manually patched, but they should work as expected
2014-01-18 11:24:57 +01:00
Jeff Lenk
a4dfb5463f
FS-6103 --resolve
2014-01-17 16:27:00 -06:00
Ken Rice
9480f41728
new for new switch_version_full()
2014-01-17 09:14:54 -06:00
Jeff Lenk
27035219a7
fix mod_skypopen and mod_gsmopen for switch_version.c
2014-01-16 22:00:21 -06:00
Anthony Minessale
3cdca26756
typo in last change
2014-01-16 15:09:38 -06:00