31628 Commits

Author SHA1 Message Date
Brian West
24973b9279 FS-10125 small fix 2017-03-14 13:03:40 -05:00
Anthony Minessale
617186d874 FS-10132: [mod_conference] Memory leak playing video files in personal-canvas mode #resolve 2017-03-13 15:10:07 -05:00
Anthony Minessale
3878d91316 FS-10131: [freeswitch-core] Incorrect video decode flags in some places #resolve 2017-03-13 14:51:46 -05:00
Anthony Minessale
1c51205a72 FS-10107 doh 2017-03-13 09:55:04 -05:00
Anthony Minessale
c8ec463ef9 FS-10107 2017-03-10 21:20:58 -06:00
Brian West
45feb3b23e FS-10125 [new_module] clearmode passthru codec 2017-03-10 16:39:59 -06:00
Anthony Minessale
86355674f3 FS-10091: [mod_conference] Conference play file with full-screen=true has side effect on member video 2017-03-09 15:29:35 -06:00
Anthony Minessale
e19e329fc7 FS-10107: [mod_conference] Reduce contention on layer floor changes 2017-03-09 15:15:44 -06:00
Anthony Minessale
5c01be768b FS-10107: [mod_conference] Reduce contention on layer floor changes #resolve 2017-03-09 15:14:52 -06:00
Anthony Minessale
88fb841a5d FS-10118: [freeswitch-core] Race conditions from lack of error checking in switch_core_session_read_lock #resolve
Conflicts:
	src/switch_core_media.c
2017-03-09 13:39:00 -06:00
Mike Jerris
bc0702a776 FS-10116: [RTP] Crash when rtp_autofix_timing=true on video calls #resolve
Conflicts:
	src/switch_core_media.c
2017-03-09 11:20:01 -06:00
Anthony Minessale
f991a08691 FS-10019 typo 2017-03-09 10:49:39 -06:00
Anthony Minessale
893f3ace64 FS-10019 2017-03-08 19:42:05 -06:00
Anthony Minessale
334ae30484 FS-10114: [mod_conference] Reduce image reads from disk for logo image 2017-03-08 19:38:45 -06:00
Mike Jerris
165e8cf38c FS-10104: [mod_h323] fix build error caused by FS-10025 2017-03-08 11:31:03 -06:00
Brian West
d387db229d FS-10103: [freeswitch-core] segfault on new call #resolve 2017-03-07 19:36:54 -06:00
Anthony Minessale
3a18464f7e FS-10076: [mod_av] File sync issues with different framerates #resolve 2017-03-07 18:19:10 -06:00
Anthony Minessale
5e6ff638cf FS-10091: [mod_conference] Conference play file with full-screen=true has side effect on member video 2017-03-07 17:35:56 -06:00
Anthony Minessale
d7c6c976ec FS-10079: [mod_conference] Possible lockup when sending many commands to conference at once #resolve
Conflicts:
	src/mod/applications/mod_conference/conference_video.c
2017-03-07 13:48:34 -06:00
Dragos Oancea
3802a68d46 FS-9864: mod_opus : Added OPUS@16000 with 10, 20, 40, 60 ms ptime 2017-03-07 13:46:00 -06:00
Alexandr Popov
568384d392 FS-10061 [mod_verto] now it sends custom variables on incoming call via verto 2017-03-07 13:45:51 -06:00
Mike Jerris
2477b9e3d7 FS-10001: [core] Fix Buffer overflow collecting digits 2017-03-07 13:45:22 -06:00
Mike Jerris
3834871e47 FS-10067: [mod_sofia] add update-refresher profile param and sip_update_refresher channel var to use update for session timers
Conflicts:
	src/mod/endpoints/mod_sofia/mod_sofia.h
2017-03-07 13:44:27 -06:00
Anthony Minessale
9fef185762 FS-7989: [shell-utils] Fix bugs in fixbug.pl 2017-03-07 13:41:55 -06:00
Brian West
072797c0c1 FS-10058: [mod_voicemail] voicemail timestamp plays in military time #resolve
FS-10058: [mod_voicemail] voicemail timestamp plays in military time
2017-03-07 13:40:57 -06:00
Brian West
ad08fa13b6 FS-10041: [mod_conference,mod_sofia] Invalid contact,<(null)>;isfocus, when hold call inside a conference room #resolve
Conflicts:
	src/mod/endpoints/mod_sofia/mod_sofia.c
2017-03-07 13:39:50 -06:00
Razvan Crainea
4ebca9551b FS-10038: [core] tune heartbeat events interval
Conflicts:
	src/switch_core.c
2017-03-07 13:38:08 -06:00
Andrey Antipov
247131a1be FS-10032: [mod_amqp] Fix log facilities #resolve 2017-03-07 13:30:32 -06:00
Andrey Volk
8ff79b510c FS-10037 [Core] Update OpenSSL to version 1.0.2k for windows 2017-03-07 13:29:43 -06:00
Anthony Minessale
c421b82c17 FS-10097: [mod_conference] Add fgimg to conference video layouts 2017-03-07 12:53:15 -06:00
Anthony Minessale
a81a4c6abe FS-10091: [mod_conference] Conference play file with full-screen=true has side effect on member video #resolve 2017-03-07 12:53:15 -06:00
Anthony Minessale
d44fe1c650 FS-10088: [freeswitch-core] Backports 2017-03-07 12:53:15 -06:00
Anthony Minessale
b0823231a4 FS-10088: [freeswitch-core] Backports 2017-03-07 12:53:15 -06:00
Anthony Minessale
fa33b30267 FS-10088: [freeswitch-core] Backports #resolve 2017-03-07 12:53:08 -06:00
Sebastian Kemper
70f4c41184 FS-10056: Fix modcheck.sh invokation
modcheck.sh gets called by build/Makefile when doing "make install" with
parameter "$(modulesdir)". This is fine when the install is done on a
live system. But when "make install" was called with a "$DESTDIR" then
this won't work, as the correct path would then be
"$(DESTDIR)$(modulesdir)". So add "$(DESTDIR)" in front.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-02-20 11:31:08 -06:00
Sebastian Kemper
4d60465cca FS-10055: Fix gentls_cert script to use "@certsdir@"
Currently gentls_cert uses "@prefix@/conf/ssl". But FreeSWITCH's
configure script provides "@certsdir@", so let's use that instead.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-02-20 11:30:04 -06:00
Anthony Minessale
adfe751b7f FS-10054 2017-02-17 14:48:54 -06:00
Anthony Minessale
612d3011da FS-10054: [mod_smpp] mod_smpp will not reconnect if connection was interupted #resolve 2017-02-17 14:32:18 -06:00
Anthony Minessale
a8c23ed87c FS-10019 revert and alternate fix 2017-02-16 18:28:59 -06:00
Anthony Minessale
13bf24bd10 FS-10048: [mod_conference] Possible crash on mass exit of members from a conference #resolve 2017-02-15 16:22:11 -06:00
Ken Rice
602c34f738 FS-10003 #resolve force mod_ilbc package to depend on ilbc2 with Requires in spec file this builds properly as its linked against ilbc2 via the build requires 2017-02-15 10:22:53 -06:00
Ken Rice
4c37f8374a Revert "FS-10003 small tweak to freeswitch.spec file for improper libilbc2 require %backport=1.6"
This reverts commit 202dda4e06907060867a8216911ff2aef504d1d9.
2017-02-15 10:17:48 -06:00
Ken Rice
bec45386a2 drop mod_ldap for meta-all v1.6.15 2017-02-14 11:37:45 -06:00
Brian West
7bbe49713c FS-10035: [mod_sofia] Outbound calls use progressing not alerting #resolve 2017-02-13 09:46:36 -06:00
Ken Rice
bbbe0801e7 bump version 2017-02-13 08:23:34 -06:00
Andrey Volk
3e2e6b8eeb FS-10034 [WIX] Fix WIX to respect Win32/x64 binary output folders. 2017-02-13 07:59:01 -06:00
Anthony Minessale
fd4043774a FS-10031: [mod_conference] Personal canvas mode doesn't switch layouts properly when a group is specified #resolve 2017-02-10 14:16:46 -06:00
Anthony Minessale
de2936af46 FS-10026: [mod_verto] reduce attach_wake calls #resolve 2017-02-09 17:42:09 -06:00
Mike Jerris
2d312f38ac FS-10025: fix global symbol scope issue causing modules to use another modules global pointer
Conflicts:
	libs/sofia-sip/.update
2017-02-09 17:36:43 -06:00
Andrey Volk
eb2862af5c FS-10010 [WIX] Fix windows WIX installer by including a proper vc runtime 2017-02-09 14:54:51 -06:00