<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>Hi.</p>
<p><br>
</p>
<p>In my case this problem does not happen and I´m using the version 2.2 too.</p>
<p><br>
</p>
<p>In the OpenSIPS script file I have:</p>
<p><br>
</p>
<p>-----------------------------------------------------------------------------------------------------------------------------------</p>
<p><br>
</p>
<p>#### DIALOG module<br>
loadmodule &quot;dialog.so&quot;<br>
modparam(&quot;dialog&quot;, &quot;dlg_match_mode&quot;, 1)<br>
modparam(&quot;dialog&quot;, &quot;db_mode&quot;, 1)<br>
modparam(&quot;dialog&quot;, &quot;db_url&quot;,<br>
&nbsp;&nbsp; &nbsp;&quot;sqlite:///usr/local/opensips_proxy/sqlite&quot;) # CUSTOMIZE ME<br>
</p>
<p>modparam(&quot;dialog&quot;, &quot;default_timeout&quot;, 540)&nbsp; <br>
</p>
<p><br>
</p>
<p># About the db_mode parameter:<br>
#&nbsp;&nbsp;&nbsp;&nbsp; 0 - NO_DB - the memory content is not flushed into DB;<br>
#&nbsp;&nbsp; 1 - REALTIME - any dialog information changes will be reflected into the database immediately.<br>
#&nbsp;&nbsp;&nbsp; 2 - DELAYED - the dialog information changes will be flushed into the DB periodically, based on a timer routine.<br>
#&nbsp;&nbsp;&nbsp; 3 - SHUTDOWN - the dialog information will be flushed into DB only at shutdown - no runtime updates.&nbsp;</p>
<p><br>
</p>
<p>&nbsp;&nbsp;&nbsp; # create dialog with timeout<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;if ( !create_dialog(&quot;B&quot;)) {<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;send_reply(&quot;500&quot;,&quot;Erro no terminal principal&quot;);<br>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;exit;<br>
&nbsp;&nbsp; &nbsp; }<br>
<br>
&nbsp;&nbsp;&nbsp; avp_db_query(&quot;select Value from GeneralConfigurations where Attribute = 'CALLMAXDURATION'&quot;, &quot;$avp(CallMaxDuration)&quot;);<br>
</p>
<p>&nbsp;&nbsp;&nbsp; $DLG_timeout = $avp(CallMaxDuration);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>
<p><br>
</p>
<p>----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</p>
<p><br>
</p>
<p>Hopefully, this example will serve....</p>
<p><br>
</p>
<p>Best regards.<br>
</p>
<p></p>
<p></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: &#43;55 35 3471 9200 RAMAL 979<br>
</div>
</font></div>
</div>
</div>
<br>
<br>
<div style="color:rgb(0,0,0)">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>De:</b> users-bounces@lists.opensips.org &lt;users-bounces@lists.opensips.org&gt; em nome de Dragomir Haralambiev &lt;goup2010@gmail.com&gt;<br>
<b>Enviado:</b> terça-feira, 17 de novembro de 2015 07:32<br>
<b>Para:</b> OpenSIPS users mailling list<br>
<b>Assunto:</b> [OpenSIPS-Users] Opensips 2.2 CRASH</font>
<div>&nbsp;</div>
</div>
<div>
<div dir="ltr"><span style="font-size:12.8px">Hello developers,</span>
<div style="font-size:12.8px"><br>
</div>
<div style="font-size:12.8px">Opensips 2.2 crash when try to run:<br>
</div>
<div style="font-size:12.8px"><br>
</div>
<div style="font-size:12.8px">$DLG_timeout=$avp(maxtime);<br>
</div>
<div style="font-size:12.8px"><br>
</div>
<div style="font-size:12.8px">This in Opensips 2.1.1 working fine.</div>
<div style="font-size:12.8px"><br>
</div>
<div style="font-size:12.8px">Best regards,</div>
<div style="font-size:12.8px"><br>
</div>
</div>
</div>
</div>
</div>
</body>
</html>