kamailio:presence:k43-blf

Differences

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

Link to this comparison view

Next revision
Previous revision
kamailio:presence:k43-blf [2015/02/09 22:14] – created adminkamailio:presence:k43-blf [2015/02/09 22:23] (current) – [Remarks] admin
Line 129: Line 129:
 </code> </code>
  
 +The modules presence and presence_xml were part of default kamailio.cfg, being loaded when WITH_PRESENCE is defined.
 +
 +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("presence", "server_address", "sip:192.168.178.54:5060" )
 +</code>
 +
 +  * 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

100%


Copyright 2010-2020 Asipto.com