209 Commits

Author SHA1 Message Date
Anthony Minessale
db765890b6 [mod_verto] smaller jb 2021-10-23 22:00:58 +03:00
Anthony Minessale
4c8e7d86e3 [core, mod_verto] check for camera change and trigger new constraints 2021-10-23 22:00:58 +03:00
aslgithub
fa78235baf [mod_verto] clientReady - reattached_sessions array
Make mod_verto clientReady reattached_sessions array send channel IDs that have been reattached, rather than the same connection ID repeatedly.

Co-authored-by: davidp <davidp@cyfas.co.uk>
2021-10-23 22:00:42 +03:00
Andrey Volk
5331850fc0 [mod_verto] Fix use of libks websockets on Windows. POLLHUP is ignored in poll events on Linux but fails on Windows so should be avoided. 2021-10-23 22:00:33 +03:00
Anthony Minessale
badd59d609 [core, mod_verto] remove CF_VIDEO_ONLY and pay attention to the streams instead and add CF_NO_RECOVER flag for verto 2021-10-23 22:00:28 +03:00
Anthony Minessale
d197db0601 [mod_verto] verto.announce 2021-10-23 22:00:25 +03:00
Anthony Minessale
34fa5c7dfe [mod_verto] add subscribed channel in events so you can see what subscription string you used 2021-10-23 22:00:25 +03:00
Anthony Minessale
d84bf06bb1 [mod_verto] send last known display info on re-attach 2021-10-23 22:00:24 +03:00
Anthony Minessale
ce6426052b [mod_verto] add verto.ping 2021-10-23 22:00:24 +03:00
Anthony Minessale
3b26bc65ae [mod_verto] verto auth stuff 2021-10-23 22:00:24 +03:00
Anthony Minessale
ebe1fb3874 [mod_verto] add verto perms commands 2021-10-23 22:00:23 +03:00
Anthony Minessale
c20cffdf61 [mod_verto] add jsonlist 2021-10-23 22:00:23 +03:00
Anthony Minessale
249718e934 [mod_verto] add log line to detect incorrect login 2021-10-23 22:00:22 +03:00
Anthony Minessale
4220e4659a [mod_verto] make verto.attach always an answer and never an offer 2021-10-23 22:00:22 +03:00
Anthony Minessale
993e778fcc [mod_verto] fix reattach on reopen 2021-10-23 22:00:22 +03:00
Anthony Minessale
91c0379041 [mod_verto] get the conference to send a keyframe when you reload/attach so the video shows up faster 2021-10-23 22:00:21 +03:00
Anthony Minessale
ff48868dc4 [mod_verto] add param to have verto send pass over xml_curl 2021-10-23 22:00:21 +03:00
Anthony Minessale
902fa2c3da [mod_verto] add debug controls for verto 2021-10-23 22:00:20 +03:00
Anthony Minessale
fb2250df8e [mod_verto] indicate video fps and size of current layer to client 2021-10-23 22:00:20 +03:00
Anthony Minessale
a33062c9d8 [mod_verto] verto re-invites part 1 2021-10-23 22:00:19 +03:00
Anthony Minessale
1793c8cb7a [mod_verto] add new verto command construct basics 2021-10-23 22:00:19 +03:00
Anthony Minessale
2d5df53009 [mod_verto] new changes for verto video features 2021-10-23 22:00:18 +03:00
Anthony Minessale
dc4bef79ec [core]speed up call setup 2021-10-23 22:00:18 +03:00
Andrey Volk
da8e3b04db [mod_verto] Fix content length overflow on 32bit 2021-10-23 22:00:18 +03:00
Anthony Minessale
ed98516666 [mod_verto] move websocket implementation to libks 2021-10-23 22:00:17 +03:00
Anthony Minessale
b18ea498df [core] add new prompt functionality to ask for pin over dialogbox 2021-10-23 22:00:00 +03:00
Anthony Minessale
2c7f97a606 [mod_verto] allow vars from dp to pass to verto dialog 2021-10-23 21:59:59 +03:00
Andrey Volk
3f958d3724 [mod_verto] scan-build: fix false-positive Argument with 'nonnull' attribute passed null in check_auth 2021-10-19 20:51:56 +03:00
Andrey Volk
c1b00d945b [mod_verto] Fix memory leak and a deadlock on verto endpoint interface in verto_outgoing_channel() 2021-10-19 20:45:06 +03:00
LordPinna
145377dd8e
[mod_verto] Fix modify attended transfer response 2020-08-12 21:08:07 +04:00
Anthony Minessale
55b148f1c3 [mod_verto] Fix packet o death. 2020-05-07 02:36:08 +04:00
Ítalo Rossi
87a64eab18
[mod_verto] Setting transfer_disposition to recv_replace on aleg 2020-03-12 19:23:40 +04:00
Dragos Oancea
56e82bd9c0 [mod_verto] scan-build: Value stored to 'cur' is never read 2020-03-06 11:09:29 +00:00
Andrey Volk
40251c2cf9
Merge pull request #433 from dragos-oancea/mod_verto-status--val-never-read
[mod_verto] scan-build: Value stored to 'status' is never read - verto_read_text_frame()
2020-02-26 23:53:45 +04:00
Dragos Oancea
ba0221ff09 [mod_verto] scan-build: Value stored to 'status' is never read - verto_read_text_frame() 2020-02-25 21:45:38 +00:00
Dragos Oancea
0ad909aec7 [mod_verto] scan-build: Null pointer argument in call to string comparison function - http_run() 2020-02-25 21:18:44 +00:00
Mike Jerris
39ff576097 [mod_verto] fix crash on vhost http server requests without content type 2020-02-15 13:40:00 -05:00
Andrey Volk
311a20af63 [mod_verto] Ignore not just zero but negative frame size as well. 2019-10-23 23:03:18 +04:00
Luis Azedo
302b409815 FS-11848 [core] add user_data to event_channel_bind
* also adds a convenience switch_event_channel_deliver for already in thread
2019-07-17 16:02:12 -04:00
Sergey Khripchenko
84aab26e65 FS-11745 Add "auto-jitterbuffer-msec" param to verto.conf.xml file 2019-07-17 20:12:04 +04:00
Andrey Volk
4ae1f1278b FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_verto 2019-07-15 23:39:25 +04:00
David Grant
3695681cf6 FS-11859 [mod_verto] mod_verto.c log for MCAST Data Sent changed to if (verto_globals.debug > 0) and other LOG_ALERT changed to LOG_DEBUG triggered by verto_globals.debug 2019-07-09 23:31:55 -05:00
Mike Jerris
a255bd3d62 FS-11668: [verto] Fix polling of secure verto sockets 2019-06-06 11:17:22 -04:00
Sergey Khripchenko
8dd5373db4 FS-11467: [mod_verto] Properly handle poll() EINTR and separate poll()==0 / timeout case 2019-06-06 11:17:00 -04:00
Sergey Khripchenko
1000d1d8c8 FS-11467: [mod_verto] decreased logging level for log lines that are not errors/warnings 2019-06-06 11:16:52 -04:00
Mike Jerris
ea30fde496 FS-11637: [mod_verto] Fix crash on root login when no root-password is configured 2019-01-30 09:40:51 -05:00
Andrey Volk
0994131894 FS-11564: [mod_verto] Add ext-rtp-ip detection using stun. 2019-01-09 17:19:11 +04:00
Andrey Volk
9f72c99cd7 FS-11362: [mod_verto] Fix regression for the broken Windows build. 2018-09-13 00:14:20 +03:00
Sergey Khripchenko
2d24475f57 FS-11362 Fix die_errnof() macro failing to compile on mac 2018-09-06 11:57:51 +00:00
Mike Jerris
a4db3a4355 Merge pull request #1491 in FS/freeswitch from ~HUNYI/freeswitch:feature/FS-8900-improve-record_follow_transfer to master
* commit '069da397f5b9e7adb10c2c9d8d03f83d195dae37':
  Improve recording transfer
2018-09-05 22:34:38 +00:00