Mike Jerris
f21a38270d
Merge pull request #934 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9447-avmd-increase-default-number-of-samples to master
...
* commit '169f1c0b5044b94e43533cb04e34d88e5be63006':
FS-9447: [mod_avmd] increase factory default value of samples to skip
2016-08-19 14:41:22 -05:00
Mike Jerris
6f2f87699c
Merge pull request #932 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-9441 to master
...
* commit 'f8c2abc189f27ca13b2ddd6dc334ef7738ccb37d':
FS-9441 optional skip member outcall beep
2016-08-19 14:26:06 -05:00
Piotr Gregor
169f1c0b50
FS-9447: [mod_avmd] increase factory default value of samples to skip
...
Increase the value of parameter for factory settings (used when
config can't be loaded or on 'set default' command).
2016-08-19 20:20:24 +01:00
Piotr Gregor
fb065a148a
FS-9447: [mod_avmd] increase default value of samples to skip
...
Increase value of samples to skip at the beginning of new frame.
This increases the robustness against false detections observed
on German voicemail from Switzerland (see wav audio attached
to case FS-9447).
2016-08-19 19:44:31 +01:00
Luis Azedo
f8c2abc189
FS-9441 optional skip member outcall beep
2016-08-18 11:04:08 -05:00
Anthony Minessale
bfb9e96f84
FS-9437 #resolve [Delete avatar if video is enabled mid-call]
2016-08-17 18:22:20 -05:00
Brian West
3c92bad18e
FS-9425 fix copy and paste error where we were not setting the height properly.
2016-08-17 12:52:40 -05:00
Mike Jerris
69bf551c0e
Merge pull request #924 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9069-avmd-add-total-time-to-beep-event to master
...
* commit '9fbf9d02e34066c6d7dd19d9fb080df1b6f02089':
FS-9069: [mod_avmd] add detection time to beep event
2016-08-16 13:15:23 -05:00
Anthony Minessale
48cec71c76
FS-9419 #resolve [Add event_channel_broadcast api]
2016-08-11 10:41:42 -05:00
Italo Rossi
79689c4109
FS-9415 [mod_spy] - Increasing loop so we can also look for variable_verto_user and variable_verto_host
2016-08-09 16:17:30 -05:00
Piotr Gregor
9fbf9d02e3
FS-9069: [mod_avmd] add detection time to beep event
...
Add detection time to BEEP event and total session running
time to STOP event.
2016-08-08 17:23:57 +01:00
Josh Allmann
5f53464919
FS-9409: Wait for avformat reader thread before reading.
...
Attempting to read before the reader thread is ready causes a
spurious EOF and skipped playback.
2016-08-08 15:16:39 +00:00
William Henry
1ba5f06947
FS-9403 #resolve [add timestamp for when user was pushed into queue that lives with the channel]
2016-08-04 09:44:19 -04:00
Seven Du
e2928b8a75
FS-9394 #resolve fix h263 leak
2016-07-30 10:28:25 +08:00
John Briscoe
3227b02194
do not destroy conference if ghost(s) are present, add ghost count check before setting flag
2016-07-26 13:18:41 -07:00
Mike Jerris
8e1fb95251
Merge pull request #911 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:feature/FS-9230-customize-video-muted-banner to master
...
* commit '14f9b576f165a86957ec552b92bca42e6abc87e0':
FS-9230: Customize video muted banner
2016-07-19 12:41:32 -05:00
Chad Phillips
14f9b576f1
FS-9230: Customize video muted banner
...
Allows customizing the banner displayed when video is muted, via conference
param 'video-mute-banner' per conference, or channel var 'video_mute_banner'
per user.
Foreground/background colors, font face/size, and text can all be customized.
2016-07-19 10:16:41 -07:00
Anthony Minessale
6bc535fd65
FS-9353 #resolve [clear-vid-floor produces error, while working]
2016-07-18 12:39:37 -05:00
Anthony Minessale
328146c2fd
FS-9345 #resolve [HTTAPI truncates string when response spans multiple packets]
2016-07-12 10:54:08 -05:00
Mike Jerris
e21e6065d2
Merge pull request #886 in FS/freeswitch from ~MGROOMS/freeswitch-matthew:bugfix/detect_audio_silence to master
...
* commit '6c3710df4dc14751b60ba8f8ed4780e0f6288ec8':
FS-9264: Introduce two new api calls named detect_audio and detect_audio_silence. The existing wait_for_silence call never actually waits for silence until it first detects non-silence. There is also no way to set an independent timeout for detecting both the non-silence and then silence. This causes problems when wait_for_silence is called on an already quiet channel. Splitting the function up into two separate calls with separate timeouts offers more flexibility.
2016-07-08 14:26:51 -05:00
Piotr Gregor
d49b66c922
FS-9009 [mod_avmd] #fix warning on Windows
...
Initialize variance of amplitude - avoid (incorrect) warning
2016-07-08 17:46:28 +01:00
Piotr Gregor
6d614ac1a7
FS-9009 [mod_avmd] #fix build on Windows
...
Windows VC doesn't accept function __attribute__(s)
2016-07-08 17:07:23 +01:00
William King
5d39170ccd
FS-9310 Part two. Properly destroy the timeout struct after the message has sent, or timed out.
2016-07-07 15:35:24 -07:00
William King
35b816bb27
FS-9310 Native support for Flowroute SMS API over HTTP(S)
2016-07-07 15:22:36 -07:00
Piotr Gregor
a77387456d
FS-9009 [mod_avmd] Amplitude estimation
...
Add DESA-2 estimation of signal amplitude
2016-07-04 16:33:58 +01:00
Chris Rienzo
f0a36960c7
FS-9315 [mod_http_cache] add support for video file formats
2016-07-01 13:09:51 -04:00
Michael Jerris
a6b4934ea8
FS-9314: [mod_conference] fix crash when starting conference in mux mode while specifying or defaulting to a layout group that does not exist. We will now fall back to transcode mode in this case.
2016-06-30 12:27:53 -05:00
Michael Jerris
1448ada505
FS-9307: [mod_conference] don't close files until after video threads are done to avoid race condition trying to use closed file handle when playing a video file
2016-06-28 14:02:02 -05:00
Michael Jerris
78ebfff8e3
FS-9305: [mod_conference] return the logo image path from video-logo-img api and handle passing no image path
2016-06-28 12:11:12 -05:00
Brian West
a954550c82
FS-9303 these checks are no longer needed as the video flag is not sent to file open unless we are in transcode mode, you can record mp4 but it will only contain the audio if in passthru mode.
2016-06-28 11:28:53 -05:00
Brian West
9508370de8
Revert "FS-9303 add CONF_VIDEO_MODE_NONE so we don't default to CONF_VIDEO_MODE_PASSTHROUGH"
...
This reverts commit 7150cede347fcbd4f8eb6283e6e10719dc9e9907.
2016-06-28 11:04:24 -05:00
Brian West
7150cede34
FS-9303 add CONF_VIDEO_MODE_NONE so we don't default to CONF_VIDEO_MODE_PASSTHROUGH
2016-06-28 10:59:24 -05:00
Anthony Minessale
bf34d03469
FS-9221 Add inactive support
2016-06-27 17:25:59 -05:00
Chris Rienzo
4f2c4124d1
FS-9302 [mod_mongo] mongo_find_one and mongo_find_n corrected to return -ERR when connection to database fails.
2016-06-27 17:23:40 -04:00
Anthony Minessale
ce087fcea6
FS-9296 #resolve [Video support for mod_httapi]
2016-06-23 16:07:31 -05:00
Chris Rienzo
841e2025a8
FS-9287 Add channel variable to make spandsp_start_tone_detect easier to use from dialplan / embedded scripts.
...
The following variables are added:
execute_on_spandsp_tone_detect_<TONE NAME> : executes APP when tone is detected. For example, if you have a tone
named "SIT" defined in spandsp.conf.xml, the variable would be "execute_on_spandsp_tone_detect_SIT"
api_on_spandsp_tone_detect_<TONE NAME> : similar to execute_on except that it executes an API.
spandsp_tone_detect_stop_on_tone : default is false. If true, detector will stop once the first matching tone is detected.
2016-06-21 09:48:55 -04:00
William King
dc13f59ee8
FS-9283 --resolve
2016-06-20 08:59:04 -07:00
Matthew Grooms
6c3710df4d
FS-9264: Introduce two new api calls named detect_audio and detect_audio_silence. The existing wait_for_silence call never actually waits for silence until it first detects non-silence. There is also no way to set an independent timeout for detecting both the non-silence and then silence. This causes problems when wait_for_silence is called on an already quiet channel. Splitting the function up into two separate calls with separate timeouts offers more flexibility.
2016-06-16 15:34:37 -05:00
Anthony Minessale
b0be5d6737
FS-9267 #resolve [Raw decoded image from vpx codec is corrupted by video media bugs that modify the image]
2016-06-15 21:09:02 -05:00
Michael Jerris
2475c2686f
FS-9271: [mod_conference] fix segfault trying to record a canvas that does not exist
2016-06-15 18:36:12 -04:00
Seven Du
c0499fbb22
FS-9266 #resolve
2016-06-15 09:34:26 +08:00
Piotr Gregor
ee4c01b05e
FS-9254: [avmd] fix windows build
...
Fix int-to-uint8_t conversion warnings
due to usage of switch_true when parsing config
2016-06-10 23:32:21 +02:00
Mike Jerris
047731584b
Merge pull request #874 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9142-avmd-dynamic-settings-reopened to master
...
* commit '54d7c13a11f8bb49298bf30b89b0f59e99ed9320':
FS-9142 [avmd] Dynamic settings
2016-06-09 17:01:58 -05:00
Italo Rossi
0f3204feb3
FS-9248 [mod_callcenter] Adding truncate-tiers-on-load and truncate-agents-on-load options.
2016-06-09 16:53:21 -03:00
Anthony Minessale
718142bb12
FS-9144 #resolve [Implement video-mute-exit-canvas and recording in personal-canvas mode.]
2016-06-09 13:02:52 -04:00
Di-Shi Sun
dd8695457d
FS-9238: [mod_osp] Updated for OSP Toolkit 4.11.3.
...
Updated for OSP Toolkit API.
Updated sample configuration file.
Updated documentation.
2016-06-07 23:37:14 -04:00
Michael Jerris
2409c20c73
FS-7397: fix segfault due to memory corruption on using mod_translate app. The session pool was being freed incorrectly after using the app instead of when the session pool was destroyed
2016-06-07 12:25:30 -05:00
Piotr Gregor
54d7c13a11
FS-9142 [avmd] Dynamic settings
...
Add check of per session settings
in avmd_callback and init_avmd_session
2016-06-05 15:56:06 +01:00
Mike Jerris
cfd2931782
Merge pull request #866 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9142-avmd-dynamic-settings to master
...
* commit 'eb369130d97802e3e739cebace38d76887cdf450':
FS-9142 [avmd] Dynamic settings
2016-06-02 15:34:45 -05:00
William King
d5e390aba5
Merge pull request #852 in FS/freeswitch from ~MZAKA/freeswitch:bugfix/FS-9156-increments-when-call-limit-reached-improve to master
...
* commit 'f8b3140fed1650828d13349a7f9a63a73b29542e':
FS-9156: Code Improvement for the non-interval increment when limit reached
2016-06-02 11:44:51 -05:00