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
Italo Rossi
35e38e28a1
Merge pull request #1056 in FS/freeswitch from ~FRANCOIS/freeswitch-fs-9514:master to master
...
* commit 'a8926317afc71f1889b95aca72e1301a19f078b2':
FS-9514 add event on mod_callcenter when max-no-answer is triggered
2016-11-14 08:17:14 -06:00
Italo Rossi
741e257b69
Merge pull request #957 in FS/freeswitch from ~FRANCOIS/freeswitch-fs-9516:master to master
...
* commit 'b182a0ce34363399b7d7c88e0014769d7f168cc0':
FS-9516 refactor loopback agent on mod_callcenter and fix multiple minor issues
2016-11-14 08:11:09 -06:00
François
a8926317af
FS-9514 add event on mod_callcenter when max-no-answer is triggered
2016-11-14 15:07:07 +01:00
François
b182a0ce34
FS-9516 refactor loopback agent on mod_callcenter and fix multiple minor issues
2016-11-14 13:28:11 +01:00
Anthony Minessale
6287a466a1
FS-9715 add webm and mkv too
2016-11-11 16:45:07 -06:00
Mike Jerris
6393832c7c
Merge pull request #1043 in FS/freeswitch from ~PERRO/freeswitch:feature/FS-9325 to master
...
* commit 'b5266ed6b44a8219be55a3f81726dbde69e8994a':
FS-9325 [mod_dptools] Priority flag for faster bind_digit_action matches
2016-11-11 15:37:43 -06:00
Mike Jerris
b0b6db050a
Merge pull request #1041 in FS/freeswitch from ~PERRO/freeswitch:bugfix/FS-9323 to master
...
* commit '8d8543d0c822d7f2dffa84913b869b539eb341d0':
FS-9323 [mod_dptools] raise bind_digit_action event on correct leg
2016-11-11 15:37:14 -06:00
Mike Jerris
76b990a503
Merge pull request #1040 in FS/freeswitch from ~PERRO/freeswitch:FS-9319 to master
...
* commit '6e8508f2a078963594129a83b15b4f919c496d61':
FS-9319 [mod_dptools] Support "both" in clear_digit_action
2016-11-11 15:36:36 -06:00
Mike Jerris
e1b3ee1efd
FS-9652: improve sql sanitization
2016-11-11 11:27:35 -06:00
Mike Jerris
4dacece6a3
FS-9592: [mod_httapi] make sure to reset one time params when starting over in httapi app
2016-11-11 10:55:24 -05:00
Anthony Minessale
3c0d537107
FS-9638
2016-11-10 18:09:44 -06:00
Anthony Minessale
c701ce6173
FS-9708 #resolve [RTP timing when doing repacketization]
2016-11-10 17:34:48 -06:00