Chris Young
7e85fafc0e
FS-9984 [mod_enum] Fix for handle leak in Windows
2017-01-27 10:01:42 +00:00
Brian West
8b01c8cc1a
FS-9981: [mod_spandsp] add api_on_fax_success api_on_fax_failure #resolve
2017-01-26 16:19:34 -06:00
Anthony Minessale
0c3ba1e378
FS-9978: [mod_expr] mod_expr random seed function not working for Windows #resolve
2017-01-25 12:48:07 -06:00
Chris Rienzo
99e60c290a
FS-9965 [mod_hiredis] release context after getting alternate connection
2017-01-23 15:37:13 -05:00
Chris Rienzo
5db04d7d0f
FS-9965 [mod_hiredis] Improvements for performance, memory utilization, and resiliency.
...
Pipelining of requests to improve throughput
-- new parameter max-pipelined-requests (default 20) for maximum number of requests to batch at one time
Deletion of counter keys when zero
-- new parameter delete-when-zero (default false) to enable. This will cause a redis eval to execute to decrement counters instead of DECR.
Detection of negative limit counters
-- Self healing of negative counters (due to key eviction, etc)
2017-01-23 14:39:05 -05:00
Andrey Volk
b2d9cd9e72
FS-9953 [mod_av] Add mod_av to windows build
2017-01-20 14:05:38 +03:00
Chris Rienzo
9c8d9cf120
FS-9959 [mod_spandsp] Add two new channel variables
...
fax_t38_tx_reinvite_packet_count - overrides t38-tx-reinvite-packet-count param in spandsp.conf
fax_t38_rx_reinvite_packet_count - overrides t38-rx-reinvite-packet-count param in spandsp.conf
2017-01-19 14:50:51 -05:00
Mike Jerris
1ec5e87468
FS-9934: [mod_redis] fix segfault on windows on close or connect failure
2017-01-10 18:17:09 -06:00
Anthony Minessale
5d3ff00368
FS-9929: [core,mod_spandsp] Assert in switch_frame_buffer_dup when receiving a fax using t.38 #resolve
2017-01-10 11:20:20 -06:00
Tihomir Culjaga
4f3a5ebe07
FS-9874 - implement use of translate:<profile> - squashed
2017-01-09 16:03:38 -06:00
Brian West
f54c7f9f34
FS-9855: [mod_spandsp] Refused T38 reinvite on b-leg breaks T38 negotiation on a-leg when using T38 gateway mode #resolve
2017-01-05 15:51:52 -06:00
Anthony Minessale
f0a0bbd728
FS-9906: [mod_conference] Member join/part in conference shows webcam briefly during slide transition #resolve
2017-01-04 17:08:16 -06:00
Anthony Minessale
3bb9cefcf1
FS-9912: [mod_conference] floor-only and file-only not working properly in canvas-layouts #resolve
2017-01-03 15:30:04 -06:00
Anthony Minessale
15278f6ea0
FS-9911: [mod_conference] Canvas not clearing when video playback of file is done #resolve
2017-01-03 15:30:04 -06:00
Italo Rossi
594b36022e
[mod_callcenter] FS-9894: Removing reference to call_timeout, use leg_timeout instead
2016-12-29 13:19:02 -03:00
Italo Rossi
72927b994c
[mod_callcenter] FS-9891: Checking if we got a valid pointer for a queue
2016-12-29 12:59:24 -03:00
Italo Rossi
50714ec5e4
[mod_callcenter] FS-9891: Get queue again to increase calls answered and abandoned
2016-12-27 21:35:17 -03:00
Italo Rossi
717dea47fb
[mod_callcenter] FS-9347: Do not log as error when the member is gone just before we assigned an agent, now logging as DEBUG
2016-12-27 21:19:57 -03:00
Italo Rossi
e614f8da24
[mod_callcenter] FS-9689 Fixed issue when agent rejects the call while hearing cc_outbound_announce making member (caller) waiting on queue forever
2016-12-27 21:14:57 -03:00
Italo Rossi
5ac10aaf32
[mod_callcenter] FS-9723: Fixing cc_warning_tone, using switch_ivr_play_file instead of queue private event
2016-12-27 20:49:59 -03:00
Mike Jerris
6e2764776f
Merge pull request #1110 in FS/freeswitch from ~SEBASTIAN/freeswitch:bugfix/FS-9840-fix-some-warnings-V2 to master
...
* commit '8c94e6f57fd9adee5e6a12535811fff8e4d9ae46':
FS-9840 mod_avmd: Fix implicit declaration warning
FS-9840 sofia-sip: fix implicit declaration warning
FS-9840 mod-verto: fix implicit declaration warning
FS-9840 mod_sofia: fix redefine warning
2016-12-27 12:36:58 -06:00
Sebastian Kemper
8c94e6f57f
FS-9840 mod_avmd: Fix implicit declaration warning
...
Fix the following compile-time warning:
making all mod_avmd
make[7]: Entering directory '/home/sk/tmp/lede/build_dir/target-mips_24kc_musl-1.1.15/freeswitch-1.8.0/src/mod/applications/mod_avmd'
CC mod_avmd_la-mod_avmd.lo
mod_avmd.c: In function 'avmd_process_sample':
mod_avmd.c:49:19: error: implicit declaration of function '__isinf' [-Werror=implicit-function-declaration]
#define ISINF(x) (__isinf(x))
^
mod_avmd.c:2038:33: note: in expansion of macro 'ISINF'
if (ISNAN(amplitude) || ISINF(amplitude)) {
^
cc1: all warnings being treated as errors
Makefile:682: recipe for target 'mod_avmd_la-mod_avmd.lo' failed
Fix this by adding the declaration for __isinf(), the same is done for
__isnan() already
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2016-12-23 21:44:30 +01:00
Mike Jerris
35fd25c4f3
Merge pull request #1117 in FS/freeswitch from ~ANTONIO/freeswitch:feature/FS-6893-mod_conference-auto-record-create to master
...
* commit '38c3f5f66e775d814b5e3d5581aed5b2f41b6fd1':
FS-6893 [mod_conference] recording auto creates file path if not exists
2016-12-23 14:11:17 -06:00
Italo Rossi
b02df24504
FS-9869 [mod_callcenter] Exporting cc_queue_joined_epoch when originating agent outbound leg
2016-12-21 12:14:04 -03:00
Antonio
38c3f5f66e
FS-6893 [mod_conference] recording auto creates file path if not exists
2016-12-21 13:53:18 +01:00
Mike Jerris
1e0b827c08
Merge pull request #1067 in FS/freeswitch from ~WHENRY/freeswitch:improvement/FS-9760_remove_whitespace to master
...
* commit '46b63a4bb6f67d8066a354e55ea6bbd10d7d53fa':
FS-9760 Removed the un-needed whitespace from the file
2016-12-20 18:45:35 -06:00
Piotr Gregor
df80234f07
FS-9843 [mod_avmd] Remove unused defines
2016-12-13 10:13:37 +00:00
Italo Rossi
2ab3b14c1f
FS-9835 [mod_callcenter] Fix segfault when passing freed pointer to cc_send_presence due to queue unload/reload
2016-12-09 16:34:05 -03:00
Chris Rienzo
8ab65c8c34
FS-9827 [mod_hiredis] handle NIL reply
2016-12-07 14:53:29 -05:00
Brian West
5ec6248dff
Merge pull request #1086 in FS/freeswitch from ~MOCHOUINARD/freeswitch:FS-9794 to master
...
* commit 'ac14496c73c8f15e1b433189fe6bf78e31b772ec':
FS-9794: Set the result cause of an originate failed cause to variable originate_failed_cause
2016-12-02 11:36:33 -06:00
romana
c20fa5e8f7
FS-9734: updated keys to be set in memory on att_xfer execution
2016-11-30 17:37:59 -05:00
Brian West
a39b862e1d
FS-9734: fix this so we don't allocate memory using switch_channel_get_variable on every digit, Only do it once.
2016-11-30 15:20:29 -06:00
Marc Olivier Chouinard
ac14496c73
FS-9794: Set the result cause of an originate failed cause to variable originate_failed_cause
2016-11-30 15:19:43 -05:00
Brian West
9d249a66ff
Merge pull request #1057 in FS/freeswitch from ~ROMANAT/freeswitch:feature/FS-9734-add-channel-vars-att_xfer to master
...
* commit 'aadd81d6d33dc6402d10ae452394aa8ddd3d1176':
FS-9734: added new channel vars in att_xfer which allow cancel, hangup and conf keys to be changed
2016-11-30 10:37:46 -06:00
Seven Du
c2141c98b2
FS-9787 #resolve remove duplicated headers in conference del-member events
2016-12-01 00:15:12 +08:00
Seven Du
49d730e7f9
FS-9736 #resolve add conference json_list
2016-11-30 23:54:18 +08:00
romana
aadd81d6d3
FS-9734: added new channel vars in att_xfer which allow cancel, hangup and conf keys to be changed
2016-11-21 17:39:27 -05:00
William Henry
46b63a4bb6
FS-9760 Removed the un-needed whitespace from the file
2016-11-21 17:32:22 -05:00
Brian West
5bed1b0c2d
FS-9755 conference cdr is required for 4579 support in mod_conference
2016-11-17 14:18:47 -06:00
Anthony Minessale
60d8551f2c
FS-9748 fix commit snafu
2016-11-17 10:53:09 -06:00
Ken Rice
0578331edf
FS-9748 accidental unused variable left behind
2016-11-16 22:39:26 -06:00
Anthony Minessale
232d171577
FS-9748 #resolve [Locking contention with mod_shout playing conference moh] %backport=1.6
2016-11-16 20:09:05 -06:00
Anthony Minessale
4cf0ff9a17
FS-9742
2016-11-16 19:15:41 -06:00
Anthony Minessale
a3a39f3305
FS-9742
2016-11-16 16:43:05 -06:00
Anthony Minessale
b4e0592e84
FS-9742
2016-11-16 16:36:55 -06:00
Anthony Minessale
18d1762a5b
FS-9742
2016-11-16 16:05:59 -06:00
Anthony Minessale
a60c2cb713
FS-9740 cont
2016-11-16 15:16:00 -06:00
Anthony Minessale
2ed50a27ca
FS-9742 #resolve [Refactor canvas zoom code]
2016-11-15 16:13:23 -06:00
Anthony Minessale
1b268de5e2
FS-9740 #resolve [Improve font scaling on banners]
2016-11-15 11:37:16 -06:00
Chris Rienzo
4a76900edf
FS-9737 [mod_hiredis] fix limit_usage when using hiredis backend
2016-11-15 11:04:46 -05:00