https://github.com/altanai/kamailioexamples
VoIP architectures and use cases involving Kamailio SIP Server and its modules includes RTPEngine
https://github.com/altanai/kamailioexamples
call-routing cloud-communication communication-protocol kamailio sip sip-server voip voip-application voip-server
Last synced: 6 months ago
JSON representation
VoIP architectures and use cases involving Kamailio SIP Server and its modules includes RTPEngine
- Host: GitHub
- URL: https://github.com/altanai/kamailioexamples
- Owner: altanai
- Created: 2019-06-20T14:35:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-07T22:17:01.000Z (over 3 years ago)
- Last Synced: 2025-04-15T11:16:59.457Z (6 months ago)
- Topics: call-routing, cloud-communication, communication-protocol, kamailio, sip, sip-server, voip, voip-application, voip-server
- Language: Lua
- Homepage: https://telecom.altanai.com/?s=kamailio
- Size: 2.84 MB
- Stars: 119
- Watchers: 22
- Forks: 62
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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 ServerNote : Used kamailio v5.x , many old examples 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