Commit Graph

21926 Commits

Author SHA1 Message Date
Anthony Minessale b140bfbf9c stub for mod_html5 2012-09-11 14:29:56 -04:00
Anthony Minessale 35e6368602 libwebsocket inline configure 2012-09-11 14:29:56 -04:00
Anthony Minessale 5a6d3cf43e fix libwebsocket build 2012-09-11 14:29:56 -04:00
Jeff Lenk ffebc6ac9c FS-4504 vs2010 only - plus mod_sofia fix - anybody want to help with 2008 2012-09-11 14:29:56 -04:00
Michael Jerris c920135658 add ws 2012-09-11 14:28:22 -04:00
David Yat Sin 83d0f5055e Fix for NFAS when one of the d-channels are down 2012-09-11 14:25:07 -04:00
dyatsin 6076dde414 initial commit 2012-09-11 14:24:18 -04:00
Stefan Knoblich 6dc9596bec FreeSWITCH: Add WIN32 strerror_s() variant to custom switch_strerror_r() helper function and fix more strerror_r() users.
Convert mod_xml_cdr, mod_json_cdr and mod_conference to the new function.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-08-16 12:21:28 -05:00
Stefan Knoblich ac730397ea FreeSWITCH: Add switch_strerror_r() to fix problems with XSI and GNU variants of strerror_r().
GNU variant of strerror_r() returns char *, while the XSI version returns int.

To make things worse, glibc ships both and added a unused result warning
in recent versions (2.16) causing the build to fail.

Add our own custom wrapper that always returns a pointer to the message buffer
and additionally make XSI versions of strerror_r() GNU compatible by
returning "Unknown error xxx" if no error message is available.

Fixes:
    src/switch_rtp.c: In function 'rtp_common_read':
    src/switch_rtp.c:3313:15: error: ignoring return value of 'strerror_r',
    declared with attribute warn_unused_result [-Werror=unused-result]
    cc1: all warnings being treated as errors

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-08-16 12:21:18 -05:00
Ken Rice f2f4f4acff Bump Rev 2012-08-14 00:57:44 -05:00
Jeff Lenk cdc614a48f FS-4517 --resolve 2012-08-14 00:26:29 -05:00
Jeff Lenk ab6e36283b FS-4219 --resolve 2012-08-14 00:26:24 -05:00
William King 67746bc7d9 Fixing issue with which xml pointer used. oops. 2012-08-14 00:26:19 -05:00
Anthony Minessale 608ad58415 FS-4079 new patch, please test 2012-08-14 00:26:08 -05:00
William King cf4f93d6de Add condition matching capability to only account for one or more subset of channel directions to radius. 2012-08-14 00:26:01 -05:00
Steve Underwood 790c4d6eaa Improvements to T.4 end of image handling, and the related tests.
A lot of tiny tidy up edits
2012-08-14 00:25:50 -05:00
Anthony Minessale 08eb4d72d5 add chatExecute method to events so you can respond from chatplan in js 2012-08-14 00:25:44 -05:00
Moises Silva fb38a8bbb8 Fix typo on rtp.c causing compiler error (FS-4511) 2012-08-14 00:25:36 -05:00
Steve Underwood 812dacfb5c Various little tweaks
A bug in end of image handling fixed, which could mean some T.85 images would
screw up.
2012-08-14 00:25:22 -05:00
Anthony Minessale 9b2925e462 add javascript chatplan app 2012-08-14 00:25:15 -05:00
Stefan Knoblich 8a98baa696 ftmod_isdn: Avoid stack smashing buffer overflow in isdn_tones_run().
The len variable can, in certain situations (large burst of incoming non-SLIN audio),
exceed the size of the on-stack frame buffer, which causes ftdm_buffer_read_loop() to
overwrite the dt_buffer pointer.

Use ftdm_min() to make sure len (after conversion to SLIN units) isn't larger
than the frame buffer size.

Also adds are couple more code comments.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-08-14 00:25:07 -05:00
Jeff Lenk d1db17b486 FS-4219 -- resolve windows version string. thanks Peter 2012-08-14 00:25:02 -05:00
Jeff Lenk dbbe5ed1e0 FS-4504 --resolve 2012-08-14 00:24:56 -05:00
Anthony Minessale f36a367b25 fix build 2012-08-14 00:24:51 -05:00
Jeff Lenk 3a478a61aa FS-4504 vs2008 pro still need express 2012-08-14 00:24:42 -05:00
Michael Jerris 261d963cc5 add apr stub to get the real OS socket 2012-08-14 00:24:31 -05:00
Christopher Rienzo f37d669a7b Add default configuration example to mod_speex/conf/autoload_configs 2012-08-14 00:24:11 -05:00
Steve Underwood adece695cd Fixed a misplaced #endif that only causes trouble when you hit the right
combination
2012-08-14 00:24:02 -05:00
Steve Underwood ae321660d9 A couple of typos in spandsp
Improvements to image flattening in spandsp's image translate code
2012-08-14 00:23:56 -05:00
Jeff Lenk a057f2a6a9 FS-4504 vs2010 add libjpeg download dependency 2012-08-14 00:23:41 -05:00
Jeff Lenk 60c4a520a8 FS-4504 vs2010 update x64 download settings for libjpeg 2012-08-14 00:23:33 -05:00
Jeff Lenk f11d471ff6 FS-4504 - tweak 2012-08-14 00:23:26 -05:00
Jeff Lenk dfad2a14bd FS-4504 vs2010 only - plus mod_sofia fix - anybody want to help with 2008 2012-08-14 00:22:43 -05:00
Anthony Minessale 7fbc7c475a FS-4505 --resolve 2012-08-14 00:20:25 -05:00
Anthony Minessale 261868b1a8 FS-4507 --resolve 2012-08-14 00:20:20 -05:00
Steve Underwood 806a994246 Fixed harmless typos in comments 2012-08-14 00:20:12 -05:00
Steve Underwood 1a4f1c97de Image translate moves forward a little, towards colour support 2012-08-14 00:20:03 -05:00
Steve Underwood ffcf6443f0 Tweaks 2012-08-14 00:19:46 -05:00
Daniel Swarbrick 35cf575e12 missed this one 2012-08-14 00:19:39 -05:00
Daniel Swarbrick ddf95e26fc CGI specifies that REQUEST_URI is relative to the root (and does not include scheme name, hostname, port) 2012-08-14 00:19:28 -05:00
William King 91eada306a Add param variable where needed. 2012-08-14 00:18:38 -05:00
Anthony Minessale 9311e78fb6 FS-4079 try this 2012-08-14 00:18:10 -05:00
Steve Underwood 9732411dc8 Someone's been doing something odd to t30.h :-\
(cherry picked from commit 65ffaa8ca9)
2012-08-10 18:03:22 +02:00
Stefan Knoblich f6e0b50cf3 mod_freetdm: Fix typo.
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-08-10 17:21:52 +02:00
SwK 9c843d4102 bump version 2012-08-07 18:03:46 -04:00
SwK 3818cae3e6 Work around for compiler issues on centos 2012-08-07 14:46:23 -04:00
Stefan Knoblich 964d14c012 ftmod_isdn: Fix channel state handling in NT mode w/ early disconnect.
In this particular case: NO_ROUTE_DESTINATION caused by missing context.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-08-07 17:22:17 +02:00
Stefan Knoblich c6cf92d766 ftmod_isdn: Use ftdm_time_t for dialtone timeout.
Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2012-08-07 17:22:17 +02:00
Steve Underwood a117fd8fa3 Avoid quirky complaints about using the top bit of an integer as an enum 2012-08-07 23:06:17 +08:00
Steve Underwood 3ae2bdf4aa Improvements to dithering down colour and gray scale images to bi-level
images, for images with different illuminants.
2012-08-07 22:34:32 +08:00