User Tools

Site Tools


start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
start [2019/01/20 19:54]
s.safarov_gmail.com [Installation using Docker]
start [2021/05/03 19:49]
miconda [Installation from GIT Sources]
Line 1: Line 1:
 ====== Kamailio SIP Server Documentation Wiki ====== ====== Kamailio SIP Server Documentation Wiki ======
  
-**<fc #2244FF>NOTE: The wiki has the anonymous editing disabled for the moment due to spam bots passing through the CAPTCHA system. You have to login to be able to edit - you can create an account via registration form:</fc>**+**<fc #2244FF>NOTE: The wiki requires user registration and login to edit the content. You can create an account via registration form:</fc>**
   * **https://www.kamailio.org/wiki/start?do=register**   * **https://www.kamailio.org/wiki/start?do=register**
  
-**It is recommended you connect over HTTPS to log in and edit the wiki.**+**<fc #2244FF>Once the user account has been created, an exiting admin user will have to grant write permissions to the new account. If it takes too long, then write an email to sr-dev@lists.kamailio.org asking for wiki editing permissions. These restrictions had to be put in place because of malicious users creating accounts to post inappropriate content.</fc>**
  
-//Note: the TLS certificate used by this site is issued by Let's Encrypt (https://letsencrypt.org). Previous certificate was signed by CA Cert Signing Authority (www.cacert.org).//+**It is recommended you connect over HTTPS to log in and edit the wiki.**
  
 Few guidelines to edit the wiki: Few guidelines to edit the wiki:
Line 21: Line 21:
 <color blue>//IMPORTANT: Content for older releases than 3.2.0 is available at the **Old Wiki Site**://</color> <color blue>//IMPORTANT: Content for older releases than 3.2.0 is available at the **Old Wiki Site**://</color>
  
-  * [[http://www.kamailio.org/dokuwiki/|Link To Old Wiki Site]]+  * [[https://www.kamailio.org/dokuwiki/|Link To Old Wiki Site]]
  
 ===== Installation ===== ===== Installation =====
Line 27: Line 27:
 ==== Installation from GIT Sources ==== ==== Installation from GIT Sources ====
  
-  * [[http://kamailio.org/docs/tutorials/devel/kamailio-install-guide-git/|Install Kamailio Devel Version From GIT (html)]]+  * [[https://kamailio.org/docs/tutorials/devel/kamailio-install-guide-git/|Install Kamailio Devel Version From GIT (html)]]
   * [[install:devel:git|Install Kamailio Devel Version From GIT (wiki)]]   * [[install:devel:git|Install Kamailio Devel Version From GIT (wiki)]]
-  * [[http://kamailio.org/docs/tutorials/5.2.x/kamailio-install-guide-git/|Install Kamailio v5.2.x From GIT (html)]] +  * [[https://kamailio.org/docs/tutorials/5.5.x/kamailio-install-guide-git/|Install Kamailio v5.5.x From GIT (html)]] 
-  * [[http://kamailio.org/docs/tutorials/5.1.x/kamailio-install-guide-git/|Install Kamailio v5.1.x From GIT (html)]] +  * [[https://kamailio.org/docs/tutorials/5.4.x/kamailio-install-guide-git/|Install Kamailio v5.4.x From GIT (html)]] 
-  * [[http://kamailio.org/docs/tutorials/5.0.x/kamailio-install-guide-git/|Install Kamailio v5.0.x From GIT (html)]]+  * [[https://kamailio.org/docs/tutorials/5.3.x/kamailio-install-guide-git/|Install Kamailio v5.3.x From GIT (html)]] 
 +  * [[https://kamailio.org/docs/tutorials/5.2.x/kamailio-install-guide-git/|Install Kamailio v5.2.x From GIT (html)]] 
 +  * [[https://kamailio.org/docs/tutorials/5.1.x/kamailio-install-guide-git/|Install Kamailio v5.1.x From GIT (html)]] 
 +  * [[https://kamailio.org/docs/tutorials/5.0.x/kamailio-install-guide-git/|Install Kamailio v5.0.x From GIT (html)]]
   * [[install:4.4.x:git|Install Kamailio v4.4.x From GIT]]   * [[install:4.4.x:git|Install Kamailio v4.4.x From GIT]]
   * [[install:4.3.x:git|Install Kamailio v4.3.x From GIT]]   * [[install:4.3.x:git|Install Kamailio v4.3.x From GIT]]
Line 40: Line 43:
   * [[install:3.2.x:debian|Install Kamailio v3.2.x By Building Debian Packages]]   * [[install:3.2.x:debian|Install Kamailio v3.2.x By Building Debian Packages]]
  
-==== Installation using Docker ==== 
-kamailio/kamailio docker image is Debian based. If you know Debian then for you may be more easy extend this image. 
-This primary dist that is supported by kamailio team. 
- 
-kamailio/kamailio-ci docker image is Alpine dist based. Alpine dist allow create more thin and secure docker images. 
-Please check kamailio images sizes 
-  - https://cloud.docker.com/u/kamailio/repository/docker/kamailio/kamailio/tags 
-  - https://cloud.docker.com/u/kamailio/repository/docker/kamailio/kamailio-ci/tags 
- 
-and vulnerabilities 
-  - https://hub.docker.com/_/debian/scans/library/debian/9.6 
-  - https://hub.docker.com/_/alpine/scans/library/alpine/3.8 
- 
-  * [[https://store.docker.com/community/images/kamailio/kamailio-ci|Installation Alpine based images (html)]] 
-  * [[https://store.docker.com/community/images/kamailio/kamailio|Installation Debian based images (html)]] 
  
 ==== Installation From Packages ==== ==== Installation From Packages ====
  
-  * [[http://kamailio.org/docs/tutorials/devel/kamailio-install-guide-deb/|Install Kamailio On Debian Or Ubuntu (html)]]+  * [[https://kamailio.org/docs/tutorials/devel/kamailio-install-guide-deb/|Install Kamailio On Debian Or Ubuntu (html)]]
   * [[install:stable:debian|Install Kamailio On Debian]]   * [[install:stable:debian|Install Kamailio On Debian]]
  
 +==== Installation On Containers ====
 +
 +  * [[install:container:docker|Install Kamailio On Docker]]
 +  * [[https://github.com/ghrst/Kamailio-HA|Install Kamailio using Ansible and Docker]]
 ==== Upgrade ==== ==== Upgrade ====
  
   * [[install:upgrade:stable-to-devel|Upgrade Kamailio stable to devel]]   * [[install:upgrade:stable-to-devel|Upgrade Kamailio stable to devel]]
 +  * [[install:upgrade:5.4.x-to-5.5.0|Upgrade Kamailio v5.4.x to v5.5.0]]
 +  * [[install:upgrade:5.3.x-to-5.4.0|Upgrade Kamailio v5.3.x to v5.4.0]]
 +  * [[install:upgrade:5.2.x-to-5.3.0|Upgrade Kamailio v5.2.x to v5.3.0]]
   * [[install:upgrade:5.1.x-to-5.2.0|Upgrade Kamailio v5.1.x to v5.2.0]]   * [[install:upgrade:5.1.x-to-5.2.0|Upgrade Kamailio v5.1.x to v5.2.0]]
   * [[install:upgrade:5.0.x-to-5.1.0|Upgrade Kamailio v5.0.x to v5.1.0]]   * [[install:upgrade:5.0.x-to-5.1.0|Upgrade Kamailio v5.0.x to v5.1.0]]
Line 72: Line 67:
 ===== Download ===== ===== Download =====
  
-  * [[http://www.kamailio.org/w/download/|Main Download Page]] +  * [[https://www.kamailio.org/w/download/|Main Download Page]] 
-  * [[http://www.kamailio.org/pub/kamailio/latest/src/|Download Tarball with Sources of Latest Stable Release]]+  * [[https://www.kamailio.org/pub/kamailio/latest/src/|Download Tarball with Sources of Latest Stable Release]] 
 +  * [[download:v5.4.x-from-git|Download Sources of v5.4.x from GIT Repository]] 
 +  * [[download:v5.3.x-from-git|Download Sources of v5.3.x from GIT Repository]]
   * [[download:v5.2.x-from-git|Download Sources of v5.2.x from GIT Repository]]   * [[download:v5.2.x-from-git|Download Sources of v5.2.x from GIT Repository]]
   * [[download:v5.1.x-from-git|Download Sources of v5.1.x from GIT Repository]]   * [[download:v5.1.x-from-git|Download Sources of v5.1.x from GIT Repository]]
Line 92: Line 89:
  
 |  Version  ^ Core Cookbook                  ^ Pseudo Variables                ^ Transformations  ^ Selects ^ Modules ^ |  Version  ^ Core Cookbook                  ^ Pseudo Variables                ^ Transformations  ^ Selects ^ Modules ^
-^ devel      [[cookbooks:devel:core|link]]  |  [[cookbooks:devel:pseudovariables|link]]  |  [[cookbooks:devel:transformations|link]]  |  [[cookbooks:devel:selects|link]]  |  [[http://kamailio.org/docs/modules/devel/|link]] +^ devel      [[cookbooks:devel:core|link]]  |  [[cookbooks:devel:pseudovariables|link]]  |  [[cookbooks:devel:transformations|link]]  |  [[cookbooks:devel:selects|link]]  |  [[https://kamailio.org/docs/modules/devel/|link]] 
-^ 5.2.x      [[cookbooks:5.2.x:core|link]]  |  [[cookbooks:5.2.x:pseudovariables|link]]  |  [[cookbooks:5.2.x:transformations|link]]  |  [[cookbooks:5.2.x:selects|link]]  |  [[http://kamailio.org/docs/modules/5.2.x/|link]] +^ 5.5.x      [[cookbooks:5.5.x:core|link]]  |  [[cookbooks:5.5.x:pseudovariables|link]]  |  [[cookbooks:5.5.x:transformations|link]]  |  [[cookbooks:5.5.x:selects|link]]  |  [[https://kamailio.org/docs/modules/5.5.x/|link]] 
-^ 5.1.x      [[cookbooks:5.1.x:core|link]]  |  [[cookbooks:5.1.x:pseudovariables|link]]  |  [[cookbooks:5.1.x:transformations|link]]  |  [[cookbooks:5.1.x:selects|link]]  |  [[http://kamailio.org/docs/modules/5.1.x/|link]] +^ 5.4.x      [[cookbooks:5.4.x:core|link]]  |  [[cookbooks:5.4.x:pseudovariables|link]]  |  [[cookbooks:5.4.x:transformations|link]]  |  [[cookbooks:5.4.x:selects|link]]  |  [[https://kamailio.org/docs/modules/5.4.x/|link]] 
-^ 5.0.x      [[cookbooks:5.0.x:core|link]]  |  [[cookbooks:5.0.x:pseudovariables|link]]  |  [[cookbooks:5.0.x:transformations|link]]  |  [[cookbooks:5.0.x:selects|link]]  |  [[http://kamailio.org/docs/modules/5.0.x/|link]] +^ 5.3.x      [[cookbooks:5.3.x:core|link]]  |  [[cookbooks:5.3.x:pseudovariables|link]]  |  [[cookbooks:5.3.x:transformations|link]]  |  [[cookbooks:5.3.x:selects|link]]  |  [[https://kamailio.org/docs/modules/5.3.x/|link]] 
-^ 4.4.x      [[cookbooks:4.4.x:core|link]]  |  [[cookbooks:4.4.x:pseudovariables|link]]  |  [[cookbooks:4.4.x:transformations|link]]  |  [[cookbooks:4.4.x:selects|link]]  |  [[http://kamailio.org/docs/modules/4.4.x/|link]] +^ 5.2.x      [[cookbooks:5.2.x:core|link]]  |  [[cookbooks:5.2.x:pseudovariables|link]]  |  [[cookbooks:5.2.x:transformations|link]]  |  [[cookbooks:5.2.x:selects|link]]  |  [[https://kamailio.org/docs/modules/5.2.x/|link]] 
-^ 4.3.x      [[cookbooks:4.3.x:core|link]]  |  [[cookbooks:4.3.x:pseudovariables|link]]  |  [[cookbooks:4.3.x:transformations|link]]  |  [[cookbooks:4.3.x:selects|link]]  |  [[http://kamailio.org/docs/modules/4.3.x/|link]]  |+^ 5.1.x      [[cookbooks:5.1.x:core|link]]  |  [[cookbooks:5.1.x:pseudovariables|link]]  |  [[cookbooks:5.1.x:transformations|link]]  |  [[cookbooks:5.1.x:selects|link]]  |  [[https://kamailio.org/docs/modules/5.1.x/|link]] 
 +^ 5.0.x      [[cookbooks:5.0.x:core|link]]  |  [[cookbooks:5.0.x:pseudovariables|link]]  |  [[cookbooks:5.0.x:transformations|link]]  |  [[cookbooks:5.0.x:selects|link]]  |  [[https://kamailio.org/docs/modules/5.0.x/|link]] 
 +^ 4.4.x      [[cookbooks:4.4.x:core|link]]  |  [[cookbooks:4.4.x:pseudovariables|link]]  |  [[cookbooks:4.4.x:transformations|link]]  |  [[cookbooks:4.4.x:selects|link]]  |  [[https://kamailio.org/docs/modules/4.4.x/|link]] 
 +^ 4.3.x      [[cookbooks:4.3.x:core|link]]  |  [[cookbooks:4.3.x:pseudovariables|link]]  |  [[cookbooks:4.3.x:transformations|link]]  |  [[cookbooks:4.3.x:selects|link]]  |  [[https://kamailio.org/docs/modules/4.3.x/|link]]  |
  
 \\  \\ 
Line 110: Line 110:
 | Version ^ Modules Parameters  ^ Modules Functions ^ RPC Commands ^ Statistics ^  | Version ^ Modules Parameters  ^ Modules Functions ^ RPC Commands ^ Statistics ^ 
 ^ devel    [[alphaindexes:devel:modparameters|link]]  |  [[alphaindexes:devel:modfunctions|link]]  |  [[alphaindexes:devel:rpccommands|link]]  |  [[alphaindexes:devel:modstatistics|link]]  | ^ devel    [[alphaindexes:devel:modparameters|link]]  |  [[alphaindexes:devel:modfunctions|link]]  |  [[alphaindexes:devel:rpccommands|link]]  |  [[alphaindexes:devel:modstatistics|link]]  |
 +^ 5.5.x    [[alphaindexes:5.5.x:modparameters|link]]  |  [[alphaindexes:5.5.x:modfunctions|link]]  |  [[alphaindexes:5.5.x:rpccommands|link]]  |  [[alphaindexes:5.5.x:modstatistics|link]]  |
 +^ 5.4.x    [[alphaindexes:5.4.x:modparameters|link]]  |  [[alphaindexes:5.4.x:modfunctions|link]]  |  [[alphaindexes:5.4.x:rpccommands|link]]  |  [[alphaindexes:5.4.x:modstatistics|link]]  |
 +^ 5.3.x    [[alphaindexes:5.3.x:modparameters|link]]  |  [[alphaindexes:5.3.x:modfunctions|link]]  |  [[alphaindexes:5.3.x:rpccommands|link]]  |  [[alphaindexes:5.3.x:modstatistics|link]]  |
 ^ 5.2.x    [[alphaindexes:5.2.x:modparameters|link]]  |  [[alphaindexes:5.2.x:modfunctions|link]]  |  [[alphaindexes:5.2.x:rpccommands|link]]  |  [[alphaindexes:5.2.x:modstatistics|link]]  | ^ 5.2.x    [[alphaindexes:5.2.x:modparameters|link]]  |  [[alphaindexes:5.2.x:modfunctions|link]]  |  [[alphaindexes:5.2.x:rpccommands|link]]  |  [[alphaindexes:5.2.x:modstatistics|link]]  |
 ^ 5.1.x    [[alphaindexes:5.1.x:modparameters|link]]  |  [[alphaindexes:5.1.x:modfunctions|link]]  |  [[alphaindexes:5.1.x:rpccommands|link]]  |  [[alphaindexes:5.1.x:modstatistics|link]]  | ^ 5.1.x    [[alphaindexes:5.1.x:modparameters|link]]  |  [[alphaindexes:5.1.x:modfunctions|link]]  |  [[alphaindexes:5.1.x:rpccommands|link]]  |  [[alphaindexes:5.1.x:modstatistics|link]]  |
Line 117: Line 120:
  
 | Version ^ Modules Parameters  ^ Modules Functions ^ MI Commands ^ Statistics ^ RPC Commands (List) ^  | Version ^ Modules Parameters  ^ Modules Functions ^ MI Commands ^ Statistics ^ RPC Commands (List) ^ 
-^ 4.4.x    [[alphaindexes:4.4.x:modparameters|link]]  |  [[alphaindexes:4.4.x:modfunctions|link]]  |  [[alphaindexes:4.4.x:micommands|link]]  |  [[alphaindexes:4.4.x:modstatistics|link]]  |  [[http://www.kamailio.org/docs/docbooks/4.4.x/rpc_list/rpc_list.html|link]] +^ 4.4.x    [[alphaindexes:4.4.x:modparameters|link]]  |  [[alphaindexes:4.4.x:modfunctions|link]]  |  [[alphaindexes:4.4.x:micommands|link]]  |  [[alphaindexes:4.4.x:modstatistics|link]]  |  [[https://www.kamailio.org/docs/docbooks/4.4.x/rpc_list/rpc_list.html|link]] 
-^ 4.3.x    [[alphaindexes:4.3.x:modparameters|link]]  |  [[alphaindexes:4.3.x:modfunctions|link]]  |  [[alphaindexes:4.3.x:micommands|link]]  |  [[alphaindexes:4.3.x:modstatistics|link]]  |  [[http://www.kamailio.org/docs/docbooks/4.3.x/rpc_list/rpc_list.html|link]]  |+^ 4.3.x    [[alphaindexes:4.3.x:modparameters|link]]  |  [[alphaindexes:4.3.x:modfunctions|link]]  |  [[alphaindexes:4.3.x:micommands|link]]  |  [[alphaindexes:4.3.x:modstatistics|link]]  |  [[https://www.kamailio.org/docs/docbooks/4.3.x/rpc_list/rpc_list.html|link]]  |
  
 \\  \\ 
Line 129: Line 132:
  
 | Version ^ RPC Commands List ^ Cfg Vars List ^ Selects List ^ Counters List ^ | Version ^ RPC Commands List ^ Cfg Vars List ^ Selects List ^ Counters List ^
-^ devel    [[http://www.kamailio.org/docs/docbooks/devel/rpc_list/rpc_list.html|link]]  |  [[http://www.kamailio.org/docs/docbooks/devel/cfg_var_list/cfg_var_list.html|link]]  |  [[http://www.kamailio.org/docs/docbooks/devel/select_list/select_list.html|link]]  |  [[http://www.kamailio.org/docs/docbooks/devel/counter_list/counter_list.html|link]] +^ devel    [[https://www.kamailio.org/docs/docbooks/devel/rpc_list/rpc_list.html|link]]  |  [[https://www.kamailio.org/docs/docbooks/devel/cfg_var_list/cfg_var_list.html|link]]  |  [[https://www.kamailio.org/docs/docbooks/devel/select_list/select_list.html|link]]  |  [[https://www.kamailio.org/docs/docbooks/devel/counter_list/counter_list.html|link]] 
-^ 5.0.x    [[http://www.kamailio.org/docs/docbooks/5.0.x/rpc_list/rpc_list.html|link]]  |  ---  |  ---  |  ---  |+^ 5.0.x    [[https://www.kamailio.org/docs/docbooks/5.0.x/rpc_list/rpc_list.html|link]]  |  ---  |  ---  |  ---  |
  
 \\ \\
 +
 +===== KEMI Framework =====
 +
 +Documentation and functions exported to KEMI framework, that can be used in embedded Lua/Python/JavaScript/Ruby/... SIP routing scripts:
 +
 +  * Development: https://kamailio.org/docs/tutorials/devel/kamailio-kemi-framework/
 +  * Version 5.4.x: https://kamailio.org/docs/tutorials/5.4.x/kamailio-kemi-framework/
  
 ===== Features ===== ===== Features =====
  
   * [[features:new-in-devel|New Features in Devel Version]]   * [[features:new-in-devel|New Features in Devel Version]]
 +  * [[features:new-in-5.5.x|New Features in Release 5.5.x]]
 +  * [[features:new-in-5.4.x|New Features in Release 5.4.x]]
 +  * [[features:new-in-5.3.x|New Features in Release 5.3.x]]
   * [[features:new-in-5.2.x|New Features in Release 5.2.x]]   * [[features:new-in-5.2.x|New Features in Release 5.2.x]]
   * [[features:new-in-5.1.x|New Features in Release 5.1.x]]   * [[features:new-in-5.1.x|New Features in Release 5.1.x]]
Line 153: Line 166:
   * [[tutorials:IMS:installation-howto|Howto install and  configure IMS with Kamailio]]   * [[tutorials:IMS:installation-howto|Howto install and  configure IMS with Kamailio]]
   * [[tutorials:auth:auth_db|Howto setup auth_db and usrloc]]   * [[tutorials:auth:auth_db|Howto setup auth_db and usrloc]]
 +  * [[tutorials:tls:howto-openssl-1-0|Howto switch to OpenSSL 1.0 for TLS Connections]]
   * [[tutorials:troubleshooting:memory|Troubleshooting - Memory]]   * [[tutorials:troubleshooting:memory|Troubleshooting - Memory]]
   * [[tutorials:troubleshooting:coredumpfile|Troubleshooting - Core Dump File]]   * [[tutorials:troubleshooting:coredumpfile|Troubleshooting - Core Dump File]]
Line 172: Line 186:
 ==== Database Structure ==== ==== Database Structure ====
  
-  * [[http://www.kamailio.org/docs/db-tables/kamailio-db-devel.html|Devel Version]] +  * [[https://www.kamailio.org/docs/db-tables/kamailio-db-devel.html|Devel Version]] 
-  * [[http://www.kamailio.org/docs/db-tables/kamailio-db-5.2.x.html|5.2.x Version]] +  * [[https://www.kamailio.org/docs/db-tables/kamailio-db-5.2.x.html|5.2.x Version]] 
-  * [[http://www.kamailio.org/docs/db-tables/kamailio-db-5.1.x.html|5.1.x Version]] +  * [[https://www.kamailio.org/docs/db-tables/kamailio-db-5.1.x.html|5.1.x Version]] 
-  * [[http://www.kamailio.org/docs/db-tables/kamailio-db-5.0.x.html|5.0.x Version]] +  * [[https://www.kamailio.org/docs/db-tables/kamailio-db-5.0.x.html|5.0.x Version]] 
-  * [[http://www.kamailio.org/docs/db-tables/kamailio-db-4.4.x.html|4.4.x Version]] +  * [[https://www.kamailio.org/docs/db-tables/kamailio-db-4.4.x.html|4.4.x Version]] 
-  * [[http://www.kamailio.org/docs/db-tables/kamailio-db-4.3.x.html|4.3.x Version]]+  * [[https://www.kamailio.org/docs/db-tables/kamailio-db-4.3.x.html|4.3.x Version]]
  
  
Line 184: Line 198:
 ==== Development APIs ==== ==== Development APIs ====
  
-  * [[http://www.kamailio.org/docs/docbooks/3.2.x/rpc_api/rpc_api.html|RPC Control Interface - API]] +  * [[https://www.kamailio.org/docs/docbooks/3.2.x/rpc_api/rpc_api.html|RPC Control Interface - API]] 
-  * [[http://www.asipto.com/pub/kamailio-devel-guide/|Kamailio Development Guide]]+  * [[https://www.asipto.com/pub/kamailio-devel-guide/|Kamailio Development Guide]]
  
 ==== Embedded APIs ==== ==== Embedded APIs ====
  
-KEMI Framework APIs: +See the section about KEMI exports.
- +
-  * http://kamailio.org/docs/tutorials/devel/kamailio-kemi-framework/+
  
 Old Exports APIs: Old Exports APIs:
Line 205: Line 217:
 ==== Guidelines ==== ==== Guidelines ====
  
-  * [[http://asipto.com/u/kdg|Kamailio SIP Server v3.2.x Devel Guide]]+  * [[https://asipto.com/u/kdg|Kamailio SIP Server v3.2.x Devel Guide]]
   * [[devel:backporting-to-3.2.x|Backporting Patches from Devel Branch to 3.2.x]]   * [[devel:backporting-to-3.2.x|Backporting Patches from Devel Branch to 3.2.x]]
   * [[devel:git-commit-guidelines|GIT Commit Guidelines]]   * [[devel:git-commit-guidelines|GIT Commit Guidelines]]
Line 213: Line 225:
   * [[devel:module-docbook-readme|Writing Docbook Files for Module Readme]]   * [[devel:module-docbook-readme|Writing Docbook Files for Module Readme]]
   * [[devel:git-access|Developer Git Access]]   * [[devel:git-access|Developer Git Access]]
-  * [[securitypolicy|Process for handling Security Vulnerabilities (proposal)]]+  * [[security:policy|Process for handling Security Vulnerabilities]]
   * [[devel:config-engines|Configuration File Engines]]   * [[devel:config-engines|Configuration File Engines]]
   * [[devel:troubleshooting-gdb-scripts|Troubleshooting - GDB Scripts]]   * [[devel:troubleshooting-gdb-scripts|Troubleshooting - GDB Scripts]]
Line 221: Line 233:
   * [[devel:new-features-requests|New Features Requests]]   * [[devel:new-features-requests|New Features Requests]]
   * [[devel:active-contributors|Contributors - List of Active Developers]]   * [[devel:active-contributors|Contributors - List of Active Developers]]
-  * [[devel:irc-meetings|IRC Development Meetings]]+  * [[devel:irc-meetings|Online IRC Development Meetings]]
   * [[devel:makefile-system|Makefile System]]   * [[devel:makefile-system|Makefile System]]
-  * [[http://www.kamailio.org.cn|Kamailio Chinese Community-中国社区]]+  * [[https://www.kamailio.org.cn|Kamailio Chinese Community-中国社区]]
   * [[scripts:toc|Various Scripts]]   * [[scripts:toc|Various Scripts]]
   * [[devel:kamailio-5.0-design|Kamailio v5.0 Design]]   * [[devel:kamailio-5.0-design|Kamailio v5.0 Design]]
-  * [[http://kamailio.org/docs/tutorials/devel/kamailio-kemi-framework/|Kamailio KEMI Framework Tutorial]]+  * [[https://kamailio.org/docs/tutorials/devel/kamailio-kemi-framework/|Kamailio KEMI Framework Tutorial]]
   * [[devel:config-engines|KEMI Configuration File Engines]]   * [[devel:config-engines|KEMI Configuration File Engines]]
   * [[history:09-years-ser-kamailio|History - 9 Years of SER-Kamailio]]   * [[history:09-years-ser-kamailio|History - 9 Years of SER-Kamailio]]
   * [[history:15-years-ser-kamailio|History - 15 Years of SER-Kamailio]]   * [[history:15-years-ser-kamailio|History - 15 Years of SER-Kamailio]]
-  * [[http://www.kamailio.org/events/|Kamailio related event presentation archive]]+  * [[https://www.kamailio.org/events/|Kamailio related event presentation archive]]
   * [[kemi:performances|KEMI Performances]]   * [[kemi:performances|KEMI Performances]]
  
start.txt · Last modified: 2022/05/13 20:59 by miconda