Commit Graph

34 Commits

Author SHA1 Message Date
prlanzarin
7d85c4f4e2 feat: add filterable identifier to FS channels originated from SFU
Use the presence_data field to annotate channels with a filterable
identifier that allows us to differentiate SIP.js channels from SFU
ones.

The motivation: allow metrics exporters/instrumentations/etc to
generate comparison metrics (eg.: mediaStats, usage) between the default
bridge and the experimental one without having to do multiple or overly
verbose json_api or mod_command/fs_cli calls to filter channels out.
2022-05-12 13:08:11 +00:00
Ramon Souza
0d3a5326fc Merge remote-tracking branch 'upstream/v2.5.x-release' into 25260-may10 2022-05-10 10:53:00 -03:00
Fred Dixon
145307d4db Adjust jitterbuffer settings to improve audio 2022-04-26 19:36:59 -05:00
Anton Georgiev
44015cf0a8
Merge pull request #12231 from znerol-forks/feature/develop/freeswitch-in-memory-db
Store FreeSWITCH databases fully in memory
2022-03-28 14:57:55 -04:00
Daniel Schreiber
15c68aeae7 build: enable G722 by default
it was enabled in the config but the module was not loaded.
2022-03-03 16:01:45 +01:00
prlanzarin
3d1b2c841d feat: add new dialplan rule for bbb-webrtc-sfu calls
This new dialplan rule filters calls originating from bbb-webrtc-sfu via SIP
user agent parsing. The default bbb-webrtc-sfu UA is "bbb-webrtc-sfu".

A new dialplan rule is needed to force RTP auto-adjustment for calls originating
in bbb-webrtc-sfu (rtp_manual_bugs=ACCEPT_ANY_PACKETS).
That is due to the fact that bidirectional mediasoup bridging is done via an
RTP/AVPF endpoint which does not use ICE. FreeSWITCH arbitrarily blocks off auto
adjustment for AVPF profiles (presuming ICE), so it needs to be forced otherwise
the bridge won't work properly in all environments.

Bridging mediasoup and FS via WebRTC (which would circumvent that) is currently
not an option due to the fact that FreeSWITCH doesn't handle STUN role conflicts
properly (and there will always be a conflict since the initiator is controlled
and FS always defaults to controlled)

Briding mediasoup and FS via plain RTP/AVP (which would also circumvent that) is
not an option right now due to the fact that FreeSWITCH doesn't make ssrcs
public in signaling for RTP/AVP profiles. mediasoup needs the remote ssrcs.
This could work by pre-generating a ssrc in bbb-webrtc-sfu, signaling it via a
SIP header and then specifying it in the rtp_use_ssrc channel variable in FS,
which would allow us to shim the ssrc in FS's answer in bbb-webrtc-sfu.
Maybe in the future.
2022-01-28 14:53:39 -03:00
Fred Dixon
64981e527b
Merge pull request #11846 from znerol-forks/feature/develop/simplify-freeswitch-nat-setup
Instruct FreeSWITCH to announce external IP in SDP
2021-10-14 22:44:01 -03:00
znerol
e93bd67eb8 Store FreeSWITCH databases fully in memory 2021-05-01 16:06:18 +02:00
Anton Georgiev
eb37347294
Merge pull request #12029 from fireba11/reduce_freeswitch_log_level
Reduce freeswitch log level
2021-04-22 15:02:33 -04:00
Anton Georgiev
4cac6cea8a
FS: Add cdquality video-auto-floor-msec for #12004 2021-04-22 10:31:39 -04:00
fireba11
1cdcddd95a set max to 100MB since rollover by age is not an option,
so we will end up at 100MB+10 sooner or later
2021-04-19 19:28:50 +02:00
fireba11
63168c8b79 reduce max ligfile size to 1GB and # of files to 10 (so 10GB total log size 2021-04-19 19:25:40 +02:00
fireba11
d2b17c8c4e reduce freeswitch log level
disables console and debug log levels to not create huge log files by
default
2021-04-14 19:44:05 +02:00
znerol
a630922709 Remove unused FreeSWITCH modules from configuration 2021-04-02 16:47:02 +02:00
znerol
2c9b7a10bb Instruct FreeSWITCH to announce external IP in SDP 2021-04-01 16:56:46 +02:00
chandi
e11e77710f freeswitch config from v2.3-alpha-6 release 2021-02-09 18:44:17 +01:00
Ghaz Triki
d6c49af4f4 Updated freeswitch configuration default user flag to "nomoh", no music on hold when this member is the only member in the conference. 2016-02-16 19:04:23 +01:00
Richard Alam
bafedc0c07 - enable recording when there is only 1 user in fs 2014-04-04 15:28:30 +00:00
Richard Alam
e458a15237 - cleanup fs config 2013-03-27 15:27:19 +00:00
Richard Alam
b7e83ae3ab set rtp timeout to 5 minutes so that FS kicks user out if a user is disconnected
and not sending rtp
2011-09-23 15:09:45 -04:00
Fred Dixon
e82f5c21d1 updates to freeswitch/conf for 0.8 2011-05-31 15:11:30 -04:00
Richard Alam
74a8665777 - don't resize deskshare preview window when region is smaller than preview window 2010-11-08 16:42:25 -05:00
Richard Alam
63188cbf87 - remove the xml tag from comment as they still get processed and overrides the config 2010-10-19 08:59:36 -04:00
Fred Dixon
6070346629 - made nellymoser the default codec for the BigBlueButton client 2010-10-09 18:31:16 -04:00
Fred Dixon
36bfbdeac1 -added --stop and --start to bbb-conf; -accelerated --restart by removing sleep statements 2010-10-09 18:10:24 -04:00
Richard Alam
81f16f4ab7 - don't mute incoming users by default 2010-10-05 13:03:54 -04:00
Fred Dixon
3f7cd420b6 - Set Freeswitch event socket layer to listen on 127.0.0.1
- Added checks in bbb-conf to test ports 80, 1935, and 9123 to aid in setting up BigBlueButton behind a firewall
2010-10-04 03:27:23 +00:00
Fred Dixon
db89deba78 Added more checks to bbb-conf & set esl.host=127.0.0.1 in bigbluebutton.properites so we don't need to assign an IP address for red5 to connect to freeswitch 2010-09-20 01:47:17 +00:00
Sebastian
2941ec714d Moved the entry for bbb in default.xml to public.xml to allow freeswitch to connect 2010-08-10 14:38:53 -04:00
Richard Alam
53b03709f5 - make also preffered outgoing codec to SPeex WB 2010-08-05 08:19:25 -04:00
Richard Alam
d3a0778cb2 - remove localhost acl as it didn't work 2010-07-23 16:20:33 -04:00
Richard Alam
548b97b4b3 - add comma to separate codecs 2010-07-23 15:51:24 -04:00
Richard Alam
ea911c0f47 - changed conference pattern to 7{4} as it is what's dynamically generated by demo
- switch SIP ports in vars.xml:
   - Internal to port 5090 from port 5060. 5060 is assigned to external sip profile
     as bbb-voice only connects to 5060. Tried fixing bbb-voice but can't figure it out.
   - Use 5090 instead of 5080 since 5080 is used by Red5.
2010-07-23 14:16:24 -04:00
Leif Jackson
1d0761b97a Example minimal freeswitch config handling auto created conf numbers
^8{4}$ e.g. 85115 which seems to be the default.
 Thus 80000 thru 89999.
2010-07-15 04:17:00 +00:00