<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 id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Dear OpenSIPS-Users,</p>
<p><br>
</p>
<p>I'm using OpenSIPS 2.2 with SQLite, from <span dir="ltr"><font face="Calibri,Arial,Helvetica,sans-serif" color="black" size="3"><span style="font-size:12pt;background-color:white;">commit 97ea216790a20e150d09314aeea360aa48a37b36.</span></font></span></p>
<p><br>
</p>
<p>I have noticed that my OpenSIPS is recording data only into the following tables:</p>
<p>- subscriber</p>
<p>- location</p>
<p>- missed_calls</p>
<p>-acc<br>
</p>
<p><br>
</p>
<p>I need make my OpenSIPS record data into table dialog too, as I need present the list of dialled calls in the GUI of my application. I intend to read dialled calls information from table dialog.</p>
<p>So, I suspect that maybe some configuration is wrong in my OpenSIPS environment.</p>
<p><br>
</p>
<p>In my opensips_residential.cfg file I have:</p>
<p><br>
</p>
<p><br>
</p>
<p>--------------------------------------------------------------------------------</p>
<p>#### DIALOG module<br>
loadmodule "dialog.so"<br>
modparam("dialog", "dlg_match_mode", 1)<br>
modparam("dialog", "db_mode", 1)<br>
modparam("dialog", "db_url", "sqlite:///usr/local/opensips_proxy/sqlite") <br>
modparam("dialog", "default_timeout", 540)</p>
<p>---------------------------------------------------------------------------------------</p>
<p><br>
</p>
<p>####### Routing Logic ########</p>
<p><br>
</p>
<p>.</p>
<p>.</p>
<p>.</p>
<p><br>
</p>
<p> # account only INVITEs<br>
if (is_method("INVITE")) {<br>
<br>
# create dialog with timeout<br>
if ( !create_dialog("B") ) {<br>
send_reply("500","Internal Server Error");<br>
exit;<br>
}<br>
<br>
setflag(ACC_DO); # do accounting<br>
}</p>
<p>.</p>
<p>.</p>
<p>.<br>
</p>
<p><br>
</p>
<p>-----------------------------------------------------------------------------------------</p>
<p><br>
</p>
<p>Is there some error in my configuration?</p>
<p>What should I investigate to eliminate the issue?</p>
<p><br>
</p>
<p>Any hint will be very helpful!</p>
<p><br>
</p>
<p>Thanks alot.</p>
<p><br>
</p>
<p><br>
</p>
<div id="Signature">
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div class="BodyFragment"><font size="2">
<div class="PlainText">RODRIGO PIMENTA CARVALHO<br>
Inatel Competence Center<br>
Software<br>
Ph: +55 35 3471 9200 RAMAL 979<br>
</div>
</font></div>
</div>
</div>
</div>
</body>
</html>