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
Muhammad Zaka
f8b3140fed
FS-9156: Code Improvement for the non-interval increment when limit reached
2016-06-02 09:57:17 +01:00
Anthony Minessale
c0d9901b8b
FS-9150 #resolve ["video-mute-exit-canvas" param combined with "video-bridge-first-two" causes video feed to flip back and forth between feeds when users video-mute]
2016-05-31 20:35:00 -05:00
Mike Jerris
e4b141c5f8
Merge pull request #860 in FS/freeswitch from ~SJTHOMASON/freeswitch:feature/FS-9184-allow-show-calls-to-be-filtered-by to master
...
* commit '800655f774f12d76883f3a07ee35782006fb4c03':
FS-9184: Allow show calls to be filtered by accountcode
2016-05-31 13:43:09 -05:00
Michael Jerris
0421052b14
FS-9212: [mod_conference] fix conference recording api when using default canvas number
2016-05-31 12:37:58 -04:00
Piotr Gregor
eb369130d9
FS-9142 [avmd] Dynamic settings
...
Add checking of per session settings
with locking synced on avmd session mutex
2016-05-30 23:23:16 +02:00
Anthony Minessale
67e1db09d3
FS-9198 #resolve [Small memory leaks in mod_skinny]
2016-05-26 10:10:05 -05:00
Anthony Minessale
0151b8eddd
FS-9106 followup and tweaks on this patch after some testing
2016-05-25 10:59:15 -05:00
Spencer Thomason
800655f774
FS-9184: Allow show calls to be filtered by accountcode
2016-05-20 11:32:24 -07:00
Anthony Minessale
6300cd0773
FS-9167 #resolve [Playing file when all video feeds are vmuted does not show file]
2016-05-17 13:41:19 -05:00
Mike Jerris
00a64734ed
Merge pull request #850 in FS/freeswitch from ~VIPKILLA/fs-9148:bugfix/FS-9148 to master
...
* commit 'df4490a7dfcaa6a087ea436979292b38dc7a5072':
FS-9148: add new voicemail.conf.xml param `send-full-vm-header`
2016-05-16 11:04:13 -05:00
Italo Rossi
8b6f40f967
FS-8584 - [mod_callcenter] Requesting agents and tiers when reloading queue
...
Before this callcenter_config queue reload [queuename] only reloads the queue
parameters and now it'll include a CC-Queue header with the queuename when using
mod_xml_curl and request a new config for updating agents and tiers related to the
queue.
If you are using mod_xml_curl please make sure to return the raw xml config file
with all the settings, queues, agents and tiers tags when we request the config
without a CC-Queue specified. If this header is present you can build the xml with
items only related to the queue requested.
2016-05-13 22:21:04 -03:00
Emmanuel Schmidbauer
df4490a7df
FS-9148: add new voicemail.conf.xml param send-full-vm-header
2016-05-12 15:44:39 -04:00
Michael Jerris
8a4ad0da03
Revert "FS-9148: add new voicemail.conf.xml param send-full-vm-header
"
...
This reverts commit 98cb363f187a8ba5ad21b5a722a4f6dcaac21243.
This commit does not compile
2016-05-12 15:05:56 -04:00
Mike Jerris
cafe1872e7
Merge pull request #845 in FS/freeswitch from ~VIPKILLA/fs-9148:bugfix/FS-9148 to master
...
* commit '98cb363f187a8ba5ad21b5a722a4f6dcaac21243':
FS-9148: add new voicemail.conf.xml param `send-full-vm-header` - if enabled, `Voice-Message` header sends urgent new and urgent saved
2016-05-12 13:22:28 -05:00
Emmanuel Schmidbauer
98cb363f18
FS-9148: add new voicemail.conf.xml param send-full-vm-header
...
- if enabled, `Voice-Message` header sends urgent new and urgent saved
2016-05-12 14:14:10 -04:00
Piotr Gregor
1ea32d4009
FS-9010 [avmd] Dynamic passing of parameters
...
Add dynamic passing of parameters, initialize
session to dynamically passed arguments
or to default global config if dynamic init fails
2016-05-12 18:07:26 +01:00
Piotr Gregor
0a5145133b
FS-9152 [avmd] #fix warnings on FreeBSD
...
Use function __isnan to avoid __Generic
type extension on FreeBSD. Clang 3.4.1 complains
about -Wc++11-extensions even when it has them
defined.
2016-05-12 02:24:14 +01:00
Seven Du
ce1b7c5857
FS-9151 #resolve
2016-05-11 14:49:21 +08:00
Piotr Gregor
9415487ae9
FS-9124 [avmd] Extend XML config
...
Add number of continuous streak samples.
2016-05-03 16:55:02 +01:00
Seven Du
5a45c863b5
FS-9115 #resolve #comment trying to support audio only mp4 recording, please test
2016-05-03 09:23:36 +08:00
Italo Rossi
8e112294bf
Merge pull request #816 in FS/freeswitch from ~FLOKR/freeswitch:feature/FS-9079-adding-new-strategy-to-mod_callcenter to master
...
* commit '8b42c77c3b63abd0f75819cc183150663cc58a1d':
FS-9079: [mod_callcenter] Add ring-progressively strategy
2016-05-02 12:42:10 -05:00
Florent Krieg
8b42c77c3b
FS-9079: [mod_callcenter] Add ring-progressively strategy
...
A new strategy is now available through mod_callcenter, which aim
is to provide a mix between top-down and ring-all strategies.
If set to ring-progressively, the strategy will call an agent, and
then a second agent, and then a third agent, without cancelling
previous calls.
The delay between each call is 10 sec by default, but it can be
changed using the queue variable ring-progressively-delay.
2016-05-02 10:26:20 +02:00
Italo Rossi
96e963d3eb
Merge pull request #691 in FS/freeswitch from ~RAJESH.VAYA/freeswitch:feature/mod_callcenter-json-api to master
...
* commit '23e53df7211aaaa8168b185411c85d0a35be2d33':
FS-8799 [mod_callcenter] Add JSON API interface for mod_callcenter
2016-05-01 20:40:35 -05:00
Piotr Gregor
f476e23c00
FS-9117 [avmd] #fix build on Windows
2016-04-29 19:27:55 +01:00
Anthony Minessale
db4693b570
FS-9100 #resolve [Recording Fails if There Are Zero Webcams]
2016-04-28 14:32:24 -05:00
Mike Jerris
94d3f62aef
Merge pull request #824 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9011-avmd-add-configuration-file to master
...
* commit 'bf140e9b68a68ff1da2546012524350a5e504ae5':
FS-9011 [avmd] Add XML config
2016-04-28 13:11:40 -05:00
Piotr Gregor
bf140e9b68
FS-9011 [avmd] Add XML config
...
Add XML configuration file.
Bind reloadxml callback.
Add safe parsers of user's input.
Add show/set/load/reload API commands.
2016-04-28 14:22:51 +01:00
Anthony Minessale
8bd56deb4e
FS-9086 #resolve [Video files playing in mod_conference do not count in totals for calculating layout]
2016-04-27 12:23:10 -05:00
Brian West
ff169d8133
Revert "FS-8704: Add min-members, wait-min-members-timeout, wait-mod-timeout, wait-min-members-timeout-message, wait-mod-timeout-message, endconf-mod-exit-message, and endconf-message parameters and functionality to mod_conference."
...
This reverts commit c39fbb295f6b9bc01baa5dbfc578e12022c088ae.
2016-04-27 11:00:29 -05:00
Anthony Minessale
0685a073ed
FS-9106 up default FPS to 30
2016-04-26 23:19:25 -05:00
Anthony Minessale
8ad3d5cb24
FS-9106 #resolve [vpx performance tweaks]
2016-04-26 23:05:14 -05:00
Brian West
be8440b0b0
FS-9076 #resolve
2016-04-26 09:51:39 -05:00
Bernd Kuhls
b024c752fb
FS-9093: mod_cv: remove unneeded includes
...
OpenCV contains various modules which have inter-module dependencies.
While including freeswitch into buildroot we stumbled over the fact
that mod_cv.cpp includes more headers than needed[1].
hese OpenCV headers are generic headers which require more OpenCV
modules enabled than really used by Freeswitch.
This patch fixes the problem.
[1] http://article.gmane.org/gmane.comp.lib.uclibc.buildroot/146662
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
2016-04-22 19:55:29 +02:00
Mike Jerris
6796bff80e
Merge pull request #819 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9085-avmd-add-avmd_fire_event-method to master
...
* commit 'bfd8ef08b345fba926909b9e9638bb758029c90a':
FS-9085, FS-9024: [avmd] Add events
FS-9024: [avmd] Add events
2016-04-21 08:30:56 -05:00
Piotr Gregor
bfd8ef08b3
FS-9085, FS-9024: [avmd] Add events
...
Add start/stop events. Add registration
method, add fire events method.
2016-04-21 00:16:40 +01:00
Anthony Minessale
d95d87ca07
FS-9057 #resolve [Screen Share feed no longer takes floor when someone mutes and unmutes their webcam]
2016-04-20 15:50:35 -05:00
Piotr Gregor
a54a5797b7
FS-9024: [avmd] Add events
...
Add sesion start/stop events.
2016-04-20 14:59:39 +01:00
Mike Jerris
96e207ff4f
Merge pull request #806 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9030-avmd-sync-avmd_start_function to master
...
* commit 'bcddd3da158565c70224838a210662de6cba47ad':
FS-9030, FS-9050: [avmd] Fix APP interface
2016-04-18 13:24:30 -05:00
Italo Rossi
6ed9f5e736
FS-9080 - [mod_spy] Making mod_spy work with Verto channels
2016-04-18 14:58:52 -03:00
Piotr Gregor
bcddd3da15
FS-9030, FS-9050: [avmd] Fix APP interface
...
Now avmd can be properly called from dialplan.
Application interface to start/stop avmd
session consists of start/stop app methods.
Backward compatible, old APP syntax left
but will be described in docs as deprecated.
2016-04-13 18:21:13 +01:00
Anthony Minessale
0462026b39
FS-9056 #resolve [Mobile H.264 video is black]
2016-04-12 20:01:59 -05:00
Mike Jerris
71cd9887c1
Merge pull request #802 in FS/freeswitch from ~PIOTRGREGOR/freeswitch:feature/FS-9039-avmd-change-return-type-of-session to master
...
* commit '68c2c5d485346ad6d1a7914a3ee78870953abb1d':
FS-9039: [avmd] Use FS enumeration
2016-04-12 17:11:37 -05:00
Chris Rienzo
49f1d31290
FS-9058 [mod_hiredis] fix rate counters so the keys expire after interval completes. Do not auto decrement rate counters. Do not log null responses.
2016-04-12 15:23:49 -04:00
Chris Rienzo
7a369b57f1
FS-9059 [mod_hiredis] add session logging
2016-04-12 11:18:11 -04:00
Chris Rienzo
f69fef88b7
FS-9058 [mod_hiredis] allow auto decrement of non-interval limits on channel hangup.
2016-04-12 10:39:09 -04:00
Chris Rienzo
a0f347fca9
FS-9054 [mod_hiredis] add ignore-connect-fail profile param so that calls do not get killed if limit fails due to lost connection
2016-04-12 09:44:17 -04:00
Mike Jerris
beada9b0cb
Merge pull request #656 in FS/freeswitch from mod_conf_enhancements to master
...
* commit 'c39fbb295f6b9bc01baa5dbfc578e12022c088ae':
FS-8704: Add min-members, wait-min-members-timeout, wait-mod-timeout, wait-min-members-timeout-message, wait-mod-timeout-message, endconf-mod-exit-message, and endconf-message parameters and functionality to mod_conference.
2016-04-11 12:00:37 -05:00
Chris Rienzo
a7465e6cbf
FS-9052 [mod_hiredis] add connection pooling, improve dropped connection resiliency, and allow 0.10.0 of hiredis for CentOS 6.
2016-04-11 11:54:46 -04:00
Piotr Gregor
68c2c5d485
FS-9039: [avmd] Use FS enumeration
...
Now initialization function returns switch_status_t.
2016-04-09 20:05:52 +01:00