Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mod_gsmopen #1

Open
wants to merge 4,766 commits into
base: master
Choose a base branch
from
Open

mod_gsmopen #1

wants to merge 4,766 commits into from

Conversation

kokossmt
Copy link

@kokossmt kokossmt commented Feb 8, 2016

Hello. I have a question about Freeswith. I installed version 1.4.23 32 bit on the Raspberry Pi 2. Used this one distro http://files.freeswitch.org/releases/freeswitch/freeswitch-1.4.23.tar.bz2 I want to make mod_gsmopen to fit your needs. Prompt, please, what you need to give the command that we could compile and make this mod

briankwest and others added 30 commits February 25, 2014 08:44
Can be enabled with 'queue-capacity' param
Cdrs can be pushed to the queue and posted in a separate
thread to avoid bllocking the session with a slow web server
… + latest master but i'll ensure it with this change. Anyone into testing webrtc should always use master until an official 1.4 is released.
…number of seconds. Adds the cpu-idle-smoothing-depth into the conf/autoload_configs/switch.conf.xml configs with a default value of 30 seconds.
… that isn't mod_ because ftmod_ gets installed here too and will alert
rtp_secure_media=true
--inbound: Accept the srongest supported offered crypto suite, MUST result in a negotiated crypto or aborts.

--outbound: offer all supported crypto suites, MUST result in a negotiated crypto or aborts.

rtp_secure_media=optional
--inbound: Accept the srongest supported offered crypto suite, fall back to no crypto if no valid ones accepted.

--outbound: offer all supported crypto suites, OPTIONAL result in a negotiated crypto falls back to no crypto.

rtp_secure_media=<suite1>,<suiteN>
--inbound:  same behaviour as rtp_secure_media=true with smaller set of acceptable suites.
--outbound: offer supplied crypto suites, same behaviour as rtp_secure_media=true with smaller set of suites.
…s script if DESTDIR is used will re-eval the correct approach.
anthmFS and others added 30 commits March 14, 2014 12:27
…ing if there are no online clients to handle calls. This is useful if you want FS to respond 503 to options ping when there are no online rayo clients. Default behavior is to disable this param.
… it creates an empty one that is included before the real one
…ty users for the api from causing a crash, the check is fine
…ial value. The compiler will always make this an int anyways, so this is safe. cast to remove the warning
If an attacker can cause a device to make an authenticated request to
a service via TLS while including a payload of the attacker's choice
in that request, and if TLS compression is enabled, the attacker can
uncover the plaintext authentication information by making a series of
guesses and observing changes in the length of the ciphertext.

This is CVE-2012-4929.

FS-6360 --resolve

Thanks-to: Brian West <brian@freeswitch.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.