Tihomir Culjaga
1f7a7e336f
FS-9873 mod_verto a1-hash - squashed
2017-01-04 06:48:35 -06:00
Brian West
d28f29594f
FS-9776: [mod_sofia] SIP Transfer generates high CPU #resolve
2016-12-28 12:40:06 -06: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
8063ad658b
FS-9840 mod-verto: fix implicit declaration warning
...
This fixes the following compile-time warning:
making all mod_verto
make[7]: Entering directory '/home/sk/tmp/lede/build_dir/target-mips_24kc_musl-1.1.15/freeswitch-1.8.0/src/mod/endpoints/mod_verto'
CC mod_verto_la-mod_verto.lo
CC mod_verto_la-ws.lo
ws.c: In function 'hton64':
ws.c:730:14: error: implicit declaration of function '__bswap_64' [-Werror=implicit-function-declaration]
else return __bswap_64(val);
^
cc1: all warnings being treated as errors
Fix by including byteswap.h, which is available on Linux and also
everywhere glibc is used (wpa_supplicant includes this header the same
way).
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2016-12-23 21:44:25 +01:00
Anthony Minessale
ade6e856a2
FS-9745: [mod_sofia] Call to FS WebRTC Gateway fails when no SDP on invite #resolve
2016-12-20 12:20:41 -06:00
Seven Du
6528ae00b5
FS-9817 #resolve fix regression from 828d6eaf0177caff9b60052be3c83b2008f85416
2016-12-06 11:33:01 +08:00
Seven Du
b26fa6e17c
FS-9810 fix ws write fail on slow network
2016-12-04 12:49:46 +08:00
Anthony Minessale
09028b251e
FS-9455 #resolve [Doubled posts in the chat window ]
2016-11-02 16:00:49 -05:00
Mike Jerris
f35c2a4ec2
FS-9623: fix rare crash on startup due to openssl init functions being run multiple times
2016-10-07 15:33:50 -04:00
Seven Du
241bbd1529
FS-9622 #resolve fix buffer size calculation in http interface in mod_verto
2016-10-07 10:16:35 +08:00
Mike Jerris
0d56945f71
FS-9581: [windows] CF_TEXT is a reserved constant on windows
2016-10-05 11:06:44 -04:00
Mike Jerris
4814cb1e34
FS-9581: [windows] CF_TEXT is a reserved constant on windows
2016-10-05 09:57:31 -04:00
Anthony Minessale
f38dde9fec
fix merge
2016-09-27 16:44:25 -05:00
Anthony Minessale
c409499cd9
FS-9576 #resolve [Add Realtime Text]
2016-09-27 16:40:43 -05:00
Brian West
39738b32ca
FS-9574 #resolve [We shouldn't print data sent on the buffer.]
2016-09-27 15:52:25 -05:00
Anthony Minessale
56a129a854
FS-9550 #resolve [Set user on outbound verto calls to sync with user directory]
2016-09-20 14:06:05 -05:00
Anthony Minessale
ccadea219a
FS-9524 #resolve [Enable whitelisting of Verto connections by IP using FS ACL]
2016-09-20 14:03:35 -05:00
Anthony Minessale
eb4d24b68c
FS-9549 #resolve [Add userVariables to DMTF and INFO messages]
2016-09-20 13:57:34 -05:00
Anthony Minessale
5c43a17a04
FS-8761
2016-09-12 11:24:41 -05:00
Anthony Minessale
47cbd2f628
FS-9475 #resolve [Video bandwidth not conveyed in SDP for verto]
2016-09-01 17:18:33 -05:00
Brian West
7cc2653edc
FS-8608 found while doing config audit, params should have dashes
2016-08-22 15:20:04 -05:00
Anthony Minessale
2e3227b50f
FS-9422 #resolve [Freeswitch Exit/Crash on SDP Negotiation] #comment renegotiate-codec-on-hold renegotiate-codec-on-reinvite are both removed in this commit
2016-08-12 14:10:23 -05:00
Anthony Minessale
a3648f244f
tweak on yesterday's commit
2016-08-11 10:04:01 -05:00
Anthony Minessale
c79441d84e
try to deliver locally to verto too
2016-08-10 21:57:42 -05:00
Anthony Minessale
61c487c3e8
Revert "FS-8761 #resolve [Memory leak in FreeSWITCH]"
...
This reverts commit 341e94b28d966ae47390606c5447bb56f2453465.
2016-08-06 11:47:07 -05:00
Anthony Minessale
341e94b28d
FS-8761 #resolve [Memory leak in FreeSWITCH]
2016-08-03 23:57:00 -05:00
Anthony Minessale
18db50c46a
FS-9099 #resolve [Websocket raw frame read timeout is too short]
2016-04-25 17:29:50 -05:00
Italo Rossi
e3263680c1
FS-9077 [mod_verto] Adding verto_hangup_disposition variable to indicate who hangup
2016-04-15 16:54:38 -03:00
Flavio Grossi
3623e2747d
FS-8990 add verto_client_address to verto and presence events
2016-03-30 11:42:43 +02:00
Italo Rossi
ce3f10a702
FS-8990 - [mod_verto] - Adding verto_login header to verto::client_disconnect event
2016-03-29 17:39:40 -03:00
Anthony Minessale
3eff2d553d
FS-7800 should be able to call extra screens with same extension as the original and place the param conferenceCanvasID with the desired canvas id into the call params in the same place bandwidth prefs are added
2016-03-18 14:54:31 -05:00
Anthony Minessale
a1fff59c25
FS-7132
2016-02-18 11:44:16 -06:00
Corey Smith
30077789d5
FS-8778 #resolve FreeBSD: src/mod/endpoints/mod_verto/ws.h define __bswap_64
2016-01-31 05:09:38 -05:00
Mike Jerris
4245f5de89
Merge pull request #689 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-8782-mod_verto-fails-to-build-on-solaris to master
...
* commit '2caa6efdacce9493a6a145aa6475d4b857fd4e9d':
FS-8782: [mod_verto] fix build error for missing __bswap_64 on Solaris
2016-01-29 11:07:06 -06:00
Anthony Minessale
ff43872e20
FS-8796 #resolve [issues with verto mcast]
2016-01-28 12:29:45 -06:00
Spencer Thomason
2caa6efdac
FS-8782: [mod_verto] fix build error for missing __bswap_64 on Solaris
2016-01-27 19:44:59 -08:00
Michael Jerris
b1206d0b50
FS-9658: [mod_verto] windows fixes for mod_verto
2015-12-14 14:23:31 -06:00
Mike Jerris
5ab62d8114
FS-8578: [mod_verto] fix build error for missing __bswap_64 on osx
2015-11-25 20:07:04 -05:00
Jeff Lenk
08816959aa
simple compile fixes for windows
2015-11-22 15:38:12 -06:00
Anthony Minessale
b4f477c22e
FS-8293 fix some regressions where speed test caused excessive downlink bandwidth
2015-11-18 21:36:41 -06:00
Anthony Minessale
9ab210e64b
FS-8556 #resolve [Screen shares are not recoverable so do not try]
2015-11-18 15:26:26 -06:00
Anthony Minessale
9f1c89b8e3
FS-8545 #resolve [Improve controls for screen share]
2015-11-16 15:54:43 -06:00
Anthony Minessale
f1b2733c14
update new pass
2015-11-12 18:33:32 -06:00
Anthony Minessale
1c8088a4a0
tweaks
2015-11-06 14:01:54 -06:00
Anthony Minessale
aa0b28e235
WIP not shabby auto vid settings
2015-11-06 14:01:54 -06:00
Anthony Minessale
828d6eaf01
first pass, add some funcs to conference and speed test features and fix bugs in ws.c for big payloads
2015-11-06 14:01:54 -06:00
Ken Rice
a983cc5228
FS-8273 #resolve clear the CF_RECOVERING flag in a spot that was missed
2015-10-01 15:23:21 -05:00
Anthony Minessale
819a2c13a9
FS-8210 #resolve [mod_verto can be unloaded while it is in use]
2015-09-23 10:35:45 -05:00
Anthony Minessale
f8b19b7485
FS-8190 #resolve [When using nixevent, freeswitch stops sending us certain custom event that were NOT part of the nixevent command]
2015-09-21 18:00:32 -05:00
Anthony Minessale
703795e913
FS-8130 FS-7432 FS-8115
2015-09-15 20:33:55 -05:00