Joao Mesquita
6a6d2ae8d6
FS-8018 [verto_communicator] separation of concerns. Get storage service to manage all settings instead of vertoService.
2015-08-27 19:00:43 -03:00
Mike Jerris
ac945c012a
FS-7966: multiple fixes for msvc 2015 build, remove unintended file add
2015-08-27 15:13:35 -06:00
Anthony Minessale
bfb59ae77c
FS-8046 add deviceParams method
2015-08-27 16:14:52 -05:00
Mike Jerris
9485fc9581
FS-7966: multiple fixes for msvc 2015 build
2015-08-27 14:37:33 -06:00
Brian West
ea38fe940b
FS-8077 #resolve [Memory leak in conference_record thread]
2015-08-27 15:19:12 -05:00
Brian West
cc6c0be093
Merge pull request #441 in FS/freeswitch from ~JMESQUITA/freeswitch:bugfix/FS-8059-typo-in-verto.js-conf.transfer-method to master
...
* commit 'ef679db337f3edb2fbbc2f783af47a2077ddb2b7':
FS-8059 [verto.js] Fix typo when transferring party from conference.
2015-08-27 14:17:22 -05:00
Joao Mesquita
da0750231e
FS-8040: [verto_communicator] Check if we have a valid resolution reported before calling camera routines and hide controls if none are found.
2015-08-27 15:57:41 -03:00
Anthony Minessale
82fc6075cc
FS-8071 amendment
2015-08-27 13:55:41 -05:00
Anthony Minessale
d415d1d3bf
FS-8071 #resolve [RTP stack enforces remote address rules not needed in ICE mode]
2015-08-27 13:46:26 -05:00
Anthony Minessale
f8592ab539
FS-8069 #resolve [ipv6 support missing in stun code]
2015-08-27 13:46:26 -05:00
Mike Jerris
eff8a1e648
Merge pull request #445 in FS/freeswitch from bugfix/FS-8066-url-for-avatar-not-being-passed-in to master
...
* commit '3cedeaa67ebb25b0f7aa620aa530cac68311c0b3':
FS-8066 Add encoded avatar url to userVariables so that mod_conference can use it when no video, or video mute
2015-08-27 12:31:41 -05:00
Ken Rice
3cedeaa67e
FS-8066 Add encoded avatar url to userVariables so that mod_conference can use it when no video, or video mute
2015-08-27 12:06:08 -05:00
Mike Jerris
7efc1f3bfb
FS-7135: [mod_sofia] fix response to re-invite with duplicate sdp (such as we get from seesion refresh) when soa is disabled to include an sdp. Fixes t.38 fax failure on session refresh
2015-08-27 11:42:40 -05:00
Italo Rossi
eefe21536d
FS-8048 [verto_communicator] #resolve Fixing infinite reconnect after changing hostname and websocket url.
2015-08-27 01:01:04 -03:00
Italo Rossi
2eb957453f
FS-8062: [verto_communicator] Fixing video controls tooltips, now they are visible
2015-08-27 00:24:43 -03:00
Italo Rossi
0f4f7fd6ca
FS-8061: [verto_communicator] Adding license to package.json.
2015-08-27 00:09:41 -03:00
Ítalo Rossi
aff81f7fa9
Merge pull request #438 in FS/freeswitch from ~JMESQUITA/freeswitch:bugfix/FS-8025-overlay-icons to master
...
* commit 'c382c0597c1d92ef35d3c40a84c855a4e3d9b76e':
FS-8025: [verto_communicator] Restoring the blue blackground on the video controls and making icons white again, looking better.
2015-08-26 22:01:12 -05:00
Italo Rossi
c382c0597c
FS-8025: [verto_communicator] Restoring the blue blackground on the video controls and making icons white again, looking better.
2015-08-26 23:58:46 -03:00
Ítalo Rossi
2fcc72ac43
Merge pull request #440 in FS/freeswitch from ~JMESQUITA/freeswitch:bugfix/FS-7979-conference-transfer-doesn-t-prompt to master
...
* commit '1d3e85093093986d8aabc1caa109b63078d82750':
FS-7979: [verto_communicator] Removing extra console.log and commented line.
FS-7979: [verto_communicator] Prompt for extension before transferring a conference member.
2015-08-26 21:30:58 -05:00
Italo Rossi
1d3e850930
FS-7979: [verto_communicator] Removing extra console.log and commented line.
2015-08-26 23:30:00 -03:00
João Mesquita
f327e10365
FS-8060: [verto.js] conditionally set video tag src to null for FF and empty string for others.
2015-08-26 23:28:10 -03:00
Ítalo Rossi
581917eb79
Merge pull request #442 in FS/freeswitch from ~JMESQUITA/freeswitch:feature/FS-8001-double-click-from-call-history-to to master
...
* commit 'ea0d1ebf5498cfe0927af31af166e68e91d1536d':
FS-8001: [verto_communicator] For this to work, passing in the parameter was missing.
2015-08-26 21:24:03 -05:00
Brian West
8a5f2521eb
Merge pull request #439 in FS/freeswitch from ~JMESQUITA/freeswitch:bugfix/FS-7957-when-entering-muted-in-a-conference to master
...
* commit 'cb52b6e2b4b5d855d2b0b8fcb83b3961ffe784f9':
FS-7957: [verto_communicator] Make console less chatty by commenting liveArray updates and get initial state of the conference on liveArray boot event.
2015-08-26 20:22:23 -05:00
João Mesquita
ea0d1ebf54
FS-8001: [verto_communicator] For this to work, passing in the parameter was missing.
2015-08-26 22:16:56 -03:00
João Mesquita
ef679db337
FS-8059 [verto.js] Fix typo when transferring party from conference.
2015-08-26 22:10:36 -03:00
João Mesquita
4621b3ff89
FS-7979: [verto_communicator] Prompt for extension before transferring a conference member.
2015-08-26 22:08:46 -03:00
João Mesquita
cb52b6e2b4
FS-7957: [verto_communicator] Make console less chatty by commenting liveArray updates and get initial state of the conference on liveArray boot event.
2015-08-26 21:48:46 -03:00
Mike Jerris
3ba29f7f0e
Merge pull request #381 in FS/freeswitch from ~PFOURNIER/freeswitch:bugfix/t.38_segfault to master
...
* commit '86ab3c5d1e6e6109fab8e4ecec725e078560f7c9':
FS-7942 #comment Fix segfault on T.38 FAX calls
2015-08-26 17:52:31 -05:00
Michael Jerris
0954eec9dc
FS-8058: [mod_vpx] build correctly against libvpx that is not installed into default locations on the system
2015-08-26 17:32:23 -05:00
Michael Jerris
d056132728
FS-8057: [core] fix segfault when doing video call when built against libyuv but not libvpx
2015-08-26 17:24:56 -05:00
Michael Jerris
e1aa9b11ca
FS-8056: [mod_voicemail] fix segfault on vm_inject, regression from FS-7968
2015-08-26 17:06:28 -05:00
Michael Jerris
070a09846c
FS-8055: [build] add confdir variable to freeswitch.pc
2015-08-26 15:54:45 -05:00
Michael Jerris
9ce35007a9
add some more usefule variables to standalone_module configure sample script
2015-08-26 15:54:45 -05:00
Anthony Minessale
e5f214d11b
FS-8031 -m update to support firefox too, they only send us 2 stun packets total and if we don't adjust, they will never send any more
2015-08-26 13:38:58 -05:00
Mike Jerris
1f493addf2
Merge pull request #278 in FS/freeswitch from ~ARTURZ/freeswitch:FS-7640-wraparound-proof-comparisions to master
...
* commit '822cbefc4a1467d10ce2694c6fea61b4a7ffe3b3':
FS-7640 Fix some comparisions in switch_rtp.c to be wraparound proof
2015-08-26 13:36:47 -05:00
Anthony Minessale
de3b0a0957
FS-8053 #resolve [When WebRTC's SDP contains a=sendonly for video, the client will still receive the video stream]
2015-08-26 12:10:34 -05:00
Anthony Minessale
0777568241
don't recv video on screen share
2015-08-26 12:04:07 -05:00
Chris Rienzo
03219436d5
FS-8054 #resolve #comment [mod_rayo] fix warning when building on Debian.
2015-08-26 10:52:33 -04:00
Michael Jerris
451b6e393d
FS-8047: [build] fix build errors in mod_rtmp, mod_oreka, and mod_sangoma_codec due to using __FUNCTION__ on newer compilers
2015-08-26 09:28:54 -04:00
Artur Zaprzała
822cbefc4a
FS-7640 Fix some comparisions in switch_rtp.c to be wraparound proof
2015-08-26 10:51:42 +02:00
Michael Jerris
15fb6c6546
FS-8047: [build] fix build error in mod_basic due to using __FUNCTION__ on newer compilers
2015-08-25 21:48:02 -04:00
Seven Du
1c76a0db98
FS-8050 #resolve
2015-08-26 08:48:49 +08:00
Anthony Minessale
84ef99b55e
FS-8049 #resolve [Add getenv FSAPI]
2015-08-25 17:26:38 -05:00
Ítalo Rossi
8eaca2afef
Merge pull request #435 in FS/freeswitch from ~JMESQUITA/freeswitch:bugfix/FS-8045-split-files-to-make-it-more-manageable to master
...
* commit 'aadb1fb3ddb1bee2bcc32e39620889feeab96d3e':
FS-8045 [Verto-Communicator] Make the folder structure compliant with AngularJS best practices and adjust build system.
2015-08-25 16:59:54 -05:00
Joao Mesquita
aadb1fb3dd
FS-8045 [Verto-Communicator] Make the folder structure compliant with AngularJS best practices and adjust build system.
2015-08-25 18:46:36 -03:00
Michael Jerris
d609becdd6
FS-8047: [build] fix build error in mod_basic due to using __FUNCTION__ on newer compilers
2015-08-25 17:36:23 -04:00
Anthony Minessale
2d32859dec
FS-8046 #resolve [Verto lib not passing device prefs to dialogs properly]
2015-08-25 16:07:14 -05:00
Mike Jerris
5e380bbc54
Merge pull request #433 in FS/freeswitch from bugfix/FS-8031 to master
...
* commit '2f2e29226fc8fa9ba2744107ecb51705ff8720e1':
FS-8031: [dtls] Fix delayed DTLS media due to changing ICE candidates
2015-08-25 15:28:18 -05:00
Emmanuel Schmidbauer
00a2e4814d
FS-8044: [mod_odbc_cdr] fix how module detects b-leg
2015-08-25 12:54:24 -04:00
Brian West
fb383f247b
FS-8037 #resolve [zrtp-passthru shouldn't activate unless the zrtp-hash is in the SDP.]
2015-08-25 11:44:05 -05:00