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
Next revision Both sides next revision
start [2020/07/17 07:56]
miconda [Cookbooks]
start [2020/10/28 17:54]
miconda
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**
 +
 +**<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.</fc>**
  
 **It is recommended you connect over HTTPS to log in and edit the wiki.** **It is recommended you connect over HTTPS to log in and edit the wiki.**
Line 27: Line 29:
   * [[https://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)]]
 +  * [[https://kamailio.org/docs/tutorials/5.4.x/kamailio-install-guide-git/|Install Kamailio v5.4.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.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.2.x/kamailio-install-guide-git/|Install Kamailio v5.2.x From GIT (html)]]
Line 64: Line 67:
   * [[https://www.kamailio.org/w/download/|Main Download Page]]   * [[https://www.kamailio.org/w/download/|Main Download Page]]
   * [[https://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 102: Line 107:
 | 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.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.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]]  |
Line 126: Line 132:
  
 \\ \\
 +
 +===== 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 =====
Line 185: Line 198:
 ==== Embedded APIs ==== ==== Embedded APIs ====
  
-KEMI Framework APIs: +See the section about KEMI exports.
- +
-  * https://kamailio.org/docs/tutorials/devel/kamailio-kemi-framework/+
  
 Old Exports APIs: Old Exports APIs:
start.txt · Last modified: 2022/05/13 20:59 by miconda