Mike Jerris
66fc2502b2
FS-10100: [mod_av] fix crash on allocation error and other error cases opening a file
2017-04-10 13:15:59 -05:00
Mike Jerris
cf39e9c5ae
FS-10213: [mod_conference] fix crash in video scaling to layer in case of rounding error
2017-04-06 18:03:54 -05:00
Anthony Minessale
d5dc27c6e6
FS-10216: [mod_conference] add no-video-blanks member flag #resolve
2017-04-06 17:29:47 -05:00
Anthony Minessale
014f40d0b8
FS-10150: [freeswitch-core] Reduce writes to closed ssl sockets
2017-04-06 17:06:44 -05:00
Mike Jerris
9e73d51a27
Merge pull request #1245 in FS/freeswitch from ~DRAGOS_OANCEA_NX/freeswitch-dragos-nx:feature/FS-10198/conf_recording_metadata to master
...
* commit '6a7f9d4a8efa9de77e4afb76436bd3f66545ed30':
FS-10198: mod_conference: add var in xml to configure audio recording metadata
2017-04-06 19:39:05 +00:00
Anthony Minessale
1d1cb7e4a1
FS-10097: [mod_conference] Add fgimg to conference video layouts
2017-04-06 13:31:22 -05:00
Brian West
48f6978d55
FS-10059: [sofia-sip] handle re-invites during t.38 call
2017-04-05 16:31:38 -05:00
Anthony Minessale
d0071f5674
FS-10209: [freeswitch-core,mod_av] Add auth params to file handles
2017-04-05 16:32:04 -05:00
Chris Rienzo
e7fb58a6b6
FS-10117 [mod_rayo] allow duplicate rayo signal-type configs for call progress detector
2017-04-04 15:52:59 -04:00
Anthony Minessale
acd0384ee5
FS-10209: [freeswitch-core,mod_av] Add auth params to file handles #resolve
2017-04-04 11:42:29 -05:00
Nicholas Blasgen
d9c6ebc803
FS-10084 [mod_v8] Fixed incorrect variable name
2017-04-01 05:29:21 +00:00
Anthony Minessale
e26e873268
FS-10205: [freeswitch-core,mod_conference,mod_video_filter] Add 8 bit filter #resolve
2017-03-31 20:21:45 -05:00
Anthony Minessale
7accfd2a69
FS-10126 make fps on the fly
2017-03-30 11:20:41 -05:00
Dragos Oancea
6a7f9d4a8e
FS-10198: mod_conference: add var in xml to configure audio recording metadata
2017-03-30 10:52:26 +01:00
Ken Rice
7fd6a2c119
FS-10197 #resolve add video-reservation-id and video-role-id output to conference list
2017-03-29 14:59:00 -05:00
Anthony Minessale
2a56eff110
FS-10196: [mod_conference] Layer collision when an avatar user has a role-id #resolve
2017-03-29 14:38:29 -05:00
Brian West
f859a404f8
FS-10183 [mod_sofia] Broadsoft Shared line pickup would fall if a-leg is PCMU and your pickup device has G722 as its first codec.
2017-03-27 11:43:41 -05:00
Mike Jerris
df582c4882
Merge pull request #1218 in FS/freeswitch from ~DRAGOS_OANCEA_NX/freeswitch-dragos-nx:feature/FS-10115-ogg_extension_assoc to master
...
* commit 'f1b756c63179ab0c5f8f8cb886f9baecedd9f83e':
FS-10115: [mod_sndfile] add ".ogg" extension to mod_sndfile (map audio OGG format to ".ogg" extension too, not only to ".oga") (and change mem pool)
2017-03-27 15:59:48 +00:00
Dragos Oancea
e02631c0a8
FS-10172: mod_event_socket: handle return codes from switch_queue_trypush() , more verbose logging when we cannot enqueue
2017-03-27 09:21:07 +01:00
Anthony Minessale
778190ffaf
FS-10180: [mod_sofia] Move debug line to higher level #resolve
2017-03-26 10:58:28 -04:00
Mike Jerris
130dba8915
Merge pull request #1227 in FS/freeswitch from ~NBLASGEN/freeswitch:bugfix/FS-10128-v8-socket-implementation-uses-strlen to master
...
* commit 'fabe27abde36044e917e9ac396ee0ca2f05b8535':
FS-10128 [mod_v8] This commit removes strlen() in favor of binary safe .length() function
2017-03-24 18:59:42 +00:00
Mike Jerris
6c46b78f93
Merge pull request #1204 in FS/freeswitch from ~DRAGOS_OANCEA_NX/freeswitch-dragos-nx:fix_vol_conference_member to master
...
* commit '5d35744fb2870f1c22a987b809d2f7677b24b66c':
FS-10087: fix for volume level per member of conference (volume level when playing file)
2017-03-24 17:14:16 +00:00
Antonio
bd4b835c4c
FS-10174 [mod_conference] fix segfault after playing alone-sound when video is not enabled
2017-03-23 17:10:13 +01:00
Brian West
856c87b4cb
FS-10169: [mod_local_stream] When using local stream commands FreeSWITCH locks up #resolve
2017-03-23 10:59:25 -05:00
Mike Jerris
e4b7b2038f
Merge pull request #1233 in FS/freeswitch from ~MITCH.CAPPER/freeswitch:mod_perl_init_fix_FS_10071 to master
...
* commit '862c969ba5924fb04ed32e483c5bef13712d4463':
Resolves FS-10071. Fixed newer (perl 5.22 and up) versions of perl from crashing, -e means evaluate the following string and it does not like emptystr.
2017-03-22 21:03:29 +00:00
Mitch Capper
862c969ba5
Resolves FS-10071. Fixed newer (perl 5.22 and up) versions of perl from crashing, -e means evaluate the following string and it does not like emptystr.
2017-03-22 12:24:59 -07:00
Mike Jerris
82a9a3e610
Merge pull request #1232 in FS/freeswitch from ~ANTONIO/freeswitch:bugfix/FS-10160-segfault-conference-with-parameter to master
...
* commit '2ec5ffb5f5f58fe19f0e9f5abe274424d39206a1':
FS-10160 [mod_conference] fix segfault when using video-mode=mux
2017-03-21 16:45:26 +00:00
Antonio
2ec5ffb5f5
FS-10160 [mod_conference] fix segfault when using video-mode=mux
2017-03-21 17:31:34 +01:00
Mike Jerris
a18ee224d5
Merge pull request #1231 in FS/freeswitch from ~RSCREENE/freeswitch:feature/FS-10156-return-http-status-code-from-mod_http_cache to master
...
* commit '6b5313ec3718ca11353551421fd7a7897ec694d3':
FS-10156 [mod_http_cache] Return HTTP status code
2017-03-21 16:13:36 +00:00
Brian West
3dccd0a82f
FS-10149 [freeswitch-core] ZRTP encrypted calls drop on reinvite
2017-03-21 10:09:36 -05:00
Richard Screene
6b5313ec37
FS-10156 [mod_http_cache] Return HTTP status code
2017-03-21 12:42:41 +00:00
Anthony Minessale
9837aa936b
FS-10152: [mod_shout] seek from eof to 0 not working in mod_shout #resolve
2017-03-17 15:31:10 -05:00
Anthony Minessale
e61f6e227c
FS-10151: [mod_video_filter] Add filters and fg video to mod_video_filter #resolve
2017-03-17 15:16:13 -05:00
Anthony Minessale
cd5182c27c
FS-10150: [freeswitch-core] Reduce writes to closed ssl sockets #resolve
2017-03-17 13:47:35 -05:00
Dragos Oancea
f1b756c631
FS-10115: [mod_sndfile] add ".ogg" extension to mod_sndfile (map audio OGG format to ".ogg" extension too, not only to ".oga")
...
(and change mem pool)
2017-03-17 18:09:59 +00:00
Anthony Minessale
4a56cc6401
FS-10146: [mod_conference] Completely setup conference member before adding them to the conference #resolve
2017-03-16 19:06:06 -05:00
Anthony Minessale
2de527564e
FS-9704: [mod_av] Seeking video files with mod_av after it reaches the end does not work
2017-03-16 17:43:09 -05:00
Anthony Minessale
1da17bb3b3
FS-10138: [freeswitch-core,mod_conference] Add alpha video to conference
2017-03-16 16:28:18 -05:00
Anthony Minessale
ae40f8b529
FS-10144: [mod_conference] Minor issues with video mute in mod_conference #resolve
2017-03-16 16:24:49 -05:00
Anthony Minessale
f1d8685566
FS-10138: [freeswitch-core,mod_conference] Add alpha video to conference
2017-03-16 14:55:16 -05:00
Anthony Minessale
485f07f8d3
FS-10094: [core,mod_av] Alpha video support
2017-03-16 14:55:16 -05:00
Andrey Volk
62f48cafe7
FS-10074 [libtiff] Update to tiff-4.0.7, move from codebase to download
2017-03-16 20:12:30 +03:00
Anthony Minessale
a7c4b22ac9
FS-10094: [core,mod_av] Alpha video support #resolve
2017-03-16 10:00:33 -05:00
Nicholas Blasgen
fabe27abde
FS-10128 [mod_v8] This commit removes strlen() in favor of binary safe .length() function
2017-03-16 01:15:10 +00:00
Anthony Minessale
025833c442
FS-10138
2017-03-15 18:15:31 -05:00
Anthony Minessale
bff1ee0f95
FS-10091
2017-03-15 18:12:57 -05:00
Anthony Minessale
7d7383e69e
FS-9704: [mod_av] Seeking video files with mod_av after it reaches the end does not work fix regression
2017-03-15 18:03:53 -05:00
Anthony Minessale
2e71cfd536
FS-10138: [freeswitch-core,mod_conference] Add alpha video to conference
2017-03-15 18:02:46 -05:00
Anthony Minessale
50358d1cce
FS-10107 can of worms contd
2017-03-15 16:55:06 -05:00
Anthony Minessale
2c368307d8
FS-10138: [freeswitch-core,mod_conference] Add alpha video to conference #resolve
2017-03-15 15:28:08 -05:00