[SR-Users] Dialog module showing calls that have already been terminated

Phillman25 Kyriacou phillman25 at gmail.com
Fri Sep 16 13:35:42 CEST 2011


Hello

I have been facing an issue where the dialog module is showing calls as
being active when in fact the call has already been completed long ago and
this is giving wrong number of concurrent calls on our SNMP work station
(CACTI) when polling the data from Kamailio. I realized this only started
occurring after i upgraded from 3.1.2 to 3.1.5, has anyone experienced the
same issue?

my config:
========


loadmodule "dialog.so"
.
.
.
.
# ----------------- DIALOG MODULE
PARAMETERS----------------------------------#
modparam("dialog", "enable_stats", 1)
modparam("dialog", "hash_size", 4096)
modparam("dialog", "rr_param", "did")
modparam("dialog", "dlg_flag", 4)
modparam("dialog", "timeout_avp", "$avp(i:10)")
modparam("dialog", "dlg_extra_hdrs", "NULL")
modparam("dialog", "dlg_match_mode", 1)
modparam("dialog", "detect_spirals", 1)
modparam("dialog", "db_url", "mysql://openser:openserrw@localhost/openser")
modparam("dialog", "db_mode", 1)
modparam("dialog", "db_update_period", 60)
modparam("dialog", "db_fetch_rows", 500)
modparam("dialog", "table_name", "dialog")
modparam("dialog", "from_uri_column", "from_uri")
modparam("dialog", "from_tag_column", "from_tag")
modparam("dialog", "to_uri_column", "to_uri")
modparam("dialog", "to_tag_column", "to_tag")
modparam("dialog", "h_id_column", "hash_id")
modparam("dialog", "h_entry_column", "hash_entry")
modparam("dialog", "state_column", "state")
modparam("dialog", "start_time_column", "start_time")
modparam("dialog", "timeout_column", "timeout")
modparam("dialog", "sflags_column", "sflags")
modparam("dialog", "bridge_controller", "sip:controller at kamailio.org")
modparam("dialog", "default_timeout", 7200)

.
.
.
.

route {

       # MANAGE ALL DIALOGS
       #===================================================
       if (is_method("INVITE"))
{
       if(is_method("INVITE") && !has_totag())
      {
          $dlg_ctx(timeout_route) = 12;
          $dlg_ctx(timeout_bye) = 1;
      }

         dlg_manage();

}



Thanks
Phillip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20110916/d10ec4f8/attachment.htm>


More information about the sr-users mailing list