This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
kamailio:presence:k43-blf [2015/02/09 21:14] – created admin | kamailio:presence:k43-blf [2015/02/09 21:23] (current) – [Remarks] admin | ||
---|---|---|---|
Line 129: | Line 129: | ||
</ | </ | ||
+ | The modules presence and presence_xml were part of default kamailio.cfg, | ||
+ | |||
+ | In addition, the following modules are loaded: | ||
+ | * presence_dialoginfo | ||
+ | * pua | ||
+ | * pua_dialoginfo | ||
+ | * dialog | ||
+ | |||
+ | Besides setting parameters for presence and dialog module, in route[RELAY] is added an IF block for dialog-related requests to publish the states (by setting FLT_DLGINFO flag) and managing dialog with dlg_manage(). | ||
===== Entire Config ===== | ===== Entire Config ===== | ||
Line 1132: | Line 1141: | ||
===== Remarks ===== | ===== Remarks ===== | ||
+ | * mysql is used as database backend for this configuration file | ||
+ | * authentication and persistent location are enabled, other features of default config file can be enabled as needed (e.g., NAT traversal, TLS, accounting) | ||
+ | * you must update server_address parameter for presence module to match your server IP address | ||
+ | |||
+ | <code c> | ||
+ | modparam(" | ||
+ | </ | ||
+ | |||
+ | * set override_lifetime for pua_dialoginfo module to fit better your environment (see the readme of the module for further hints) | ||
+ | * you may need to change the value for force_single_dialog of presence_dialog module based on the supported BLF document format of the SIP phones you are using |