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
install:3.0.x-to-3.1.x [2010/10/04 10:18]
miconda
install:3.0.x-to-3.1.x [2010/10/11 20:05] (current)
87.93.206.26
Line 1: Line 1:
 ====== Upgrade from 3.0.x to 3.1.x ====== ====== Upgrade from 3.0.x to 3.1.x ======
- 
-Note: 3.1.x has not been released it, target date is October 6, 2010. Until then, 3.1.x means GIT master branch (development version). 
  
 3.0.x refers to Kamailio releases 3.0.x and SR branch sr_3.0. 3.0.x refers to Kamailio releases 3.0.x and SR branch sr_3.0.
Line 42: Line 40:
 </code> </code>
  
-Next is the MySQL script to update tables for lcr module. **Beware** that you will lose old data you had for lcr module since the new version requires new tables, therefore old tables are removed.+==== lcr tables ==== 
 + 
 +You can migrate from old data and db structure of lcr module to new version by using migration script available at: 
 +  * http://box.openxg.com/tmp/lcr_upgrade_from_3.0.sh 
 + 
 +If you want to do by hand or you don't have any data in lcr module tables, then next is the MySQL script to update tables for lcr module. **Beware** that by running the script as provided next, you will lose old data you had for lcr module since the new version requires new tables, therefore old tables are removed.
  
 <code c> <code c>
Line 107: Line 110:
  
   * Module is now using modules/auth api.   * Module is now using modules/auth api.
-  * Functions www_challenge()/proxy_challenge() are not anymore used to send 401/407 responses.  See examples in README file on how to send those responses. 
   * Functions radius_www_authorize()/radius_proxy_authorize() now return a new negative result value -2 if there was something wrong in the request.   * Functions radius_www_authorize()/radius_proxy_authorize() now return a new negative result value -2 if there was something wrong in the request.
   * Realm argument must now be always given when radius_www_authorize()/radius_proxy_authorize() functions are called.   * Realm argument must now be always given when radius_www_authorize()/radius_proxy_authorize() functions are called.
-  * See modules/auth for new auth module parameters.+  * See http://kamailio.org/docs/modules/3.1.x/modules/auth.html for new auth module parameters.
  
 ==== modules_k/dialog ==== ==== modules_k/dialog ====

Navigation

Wiki

Other

QR Code
QR Code install:3.0.x-to-3.1.x (generated for current page)