Skip to content

configurations for voip solution architectures and usecases involving SIP servers

Notifications You must be signed in to change notification settings

rts-cn/kamailioexamples

This branch is 6 commits behind altanai/kamailioexamples:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 28, 2020
0a0d791 · May 28, 2020

History

97 Commits
May 17, 2020
Apr 12, 2020
Apr 12, 2020
Feb 24, 2020
May 28, 2020
May 28, 2020
May 18, 2020
May 17, 2020
Apr 12, 2020
Apr 12, 2020
Apr 12, 2020
May 28, 2020
Apr 12, 2020
Jun 21, 2019
May 28, 2020
Jul 19, 2019
Apr 12, 2020
May 17, 2020
Sep 11, 2019
Jul 26, 2019
Apr 12, 2020
Sep 18, 2019
Sep 11, 2019
May 28, 2020
Sep 18, 2019
Aug 2, 2019
Apr 12, 2020
May 13, 2020
Jul 18, 2019
Sep 18, 2019
Jul 22, 2019
Sep 11, 2019
Jul 23, 2019
Aug 2, 2019
May 17, 2020
Jul 2, 2019
Aug 12, 2019
Jul 23, 2019
May 17, 2020
Apr 2, 2020
Sep 18, 2019
Sep 18, 2019
Jul 23, 2019
Apr 2, 2020
Aug 2, 2019
Jul 23, 2019
Apr 12, 2020
Nov 6, 2019
Apr 12, 2020
Aug 2, 2019
Aug 2, 2019

Repository files navigation

Kamailio cfgs

kamailio configurations and associated files for various usecases and role that kamailio can fit into

Usecases

  • Barebonde SIP Server - use bare minimum modules and replies to any incoming call , no relay or proxy , no nat etc
  • REGISTER handle - just replies 300 ok to every REGISTER type request method
  • Stateful transaction handle
  • Simple Relay - relays incoming SIP messages to another end
  • Record routing
  • NAT handle
  • REGISTER and Userloc
  • RTPENgine media proxy
  • Accounting
  • WebRTC WS SIP Server

Note : Used kamailio v5.x , many old exmaples and sample configs from older wiki sources have been updated here too

TLS protocol method

Possible values are:

  • TLSv1.2 - only TLSv1.2 connections are accepted (available starting with openssl/libssl v1.0.1e)
  • TLSv1.1+ - TLSv1.1 or newer (TLSv1.2, ...) connections are accepted (available starting with openssl/libssl v1.0.1)
  • TLSv1.1 - only TLSv1.1 connections are accepted (available starting with openssl/libssl v1.0.1)
  • TLSv1+ - TLSv1.0 or newer (TLSv1.1, TLSv1.2, ...) connections are accepted.
  • TLSv1 - only TLSv1 (TLSv1.0) connections are accepted. This is the default value.
  • SSLv3 - only SSLv3 connections are accepted. Note: you shouldn't use SSLv3 for anything which should be secure.
  • SSLv2 - only SSLv2 connections, for old clients. Note: you shouldn't use SSLv2 for anything which should be secure. Newer versions of libssl don't include support for it anymore.
  • SSLv23 - any of the SSLv2, SSLv3 and TLSv1 or newer methods will be accepted.

Ref : https://downloads2.goautodial.org/files/version4/etc/kamailio/kamailio-wss+sip.cfg

About

configurations for voip solution architectures and usecases involving SIP servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 88.7%
  • HTML 8.8%
  • JavaScript 2.5%