<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
i am using dialog and topos module.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
but i have an issue i think with topos module.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
When topos module is disabled all the call flow works well but when i enable topos module i have this weird behaviour : </div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
after Caller sends BYE and complete the call , i receive later a BYE Request issued by the dialog module towards Caller and Callee.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Does anyone already had that issue ? </div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<div>modparam("dialog", "enable_stats", 1)</div>
<div>modparam("dialog", "hash_size", 1024)</div>
<div>modparam("dialog", "rr_param", "oovdlg")</div>
<div>modparam("dialog", "dlg_match_mode", 1)</div>
<div>modparam("dialog", "db_mode", 0)</div>
<div>modparam("dialog", "db_update_period", 30)</div>
<div>modparam("dialog", "wait_ack", 1)</div>
<div>modparam("dialog", "ka_timer", 10)</div>
<div>modparam("dialog", "ka_interval", 30)</div>
<div>modparam("dialog", "profiles_with_value", "concurrent_calls")</div>
<div>modparam("dialog", "end_timeout", 180)</div>
<div>modparam("dialog", "default_timeout", 3600)</div>
<div>modparam("dialog", "noack_timeout", 90)</div>
<div>modparam("dialog", "early_timeout", 300)</div>
<div>modparam("dialog", "dlg_extra_hdrs", "X-OOV-Hint: Dlg-hit\r\n")</div>
<div><br>
</div>
<div><br>
</div>
<div>modparam("db_text", "db_mode", 0)</div>
<div>modparam("db_text", "emptystring", 0)</div>
<div>modparam("db_text", "file_buffer_size", 8192)</div>
<div>modparam("db_text", "max_result_rows", 1000)</div>
<div><br>
</div>
<div>modparam("topos", "storage", "db")</div>
<div>modparam("topos", "db_url", "text:///home/sbc/database")</div>
<div>modparam("topos", "mask_callid", 0)</div>
<div>modparam("topos", "sanity_checks", 0)</div>
modparam("topos", "contact_mode", 0)<br>
</div>
</body>
</html>