User Tools

Site Tools


install:upgrade:5.1.x-to-5.2.0

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
install:upgrade:5.1.x-to-5.2.0 [2018/11/28 08:56]
miconda [MySQL Database Structure]
install:upgrade:5.1.x-to-5.2.0 [2018/11/28 09:52]
miconda
Line 43: Line 43:
 See: https://www.kamailio.org/docs/modules/devel/modules/dispatcher.html See: https://www.kamailio.org/docs/modules/devel/modules/dispatcher.html
  
 +=== presence ===
 +
 +A new column 'ruid' has been added to the **presentity** table. This table holds the records corresponding to the PUBLISH requests sent by UAs.
 +
 +The cleanest way to upgrade is:
 +
 +  * stop kamailio 5.1
 +  * delete records from presentity table
 +  * update the structure of presentity table
 +  * start kamailio 5.2
 +
 +The UAs will send new PUBLISH periodically, so the table will get populated again. If you want to shorten the interval for PUBLISH requests, set max_expire parameter for presence module, then restart and wait some time until all UAs send another PUBLISH. Do the upgrade as described above, and then set back the max_expire to the older value.
  
 ==== Removed Modules ==== ==== Removed Modules ====
install/upgrade/5.1.x-to-5.2.0.txt ยท Last modified: 2018/11/28 09:53 by miconda