<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><br>
</p>
<p>Hi&nbsp;<font style="font-size:11pt" color="#000000" face="Calibri, sans-serif">Bogdan</font>.</p>
<p><br>
</p>
<p>I have just finished studying about some parts of OpenSIPS documentation, mainly about the modules.</p>
<p><br>
</p>
<p>I saw that it is possible to take control of call duration using Call Control,<span lang="en">which</span> is too complex to my simple needings as my projetct doesn't need a charging system, or using DLG_timeout as you well pointed.</p>
<p><br>
</p>
<p>So, in my OpenSIPS script I should do something like this:</p>
<p><br>
</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # account only INVITEs<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (is_method(&quot;INVITE&quot;)) {<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # create dialog with timeout<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if ( !create_dialog(&quot;B&quot;) ) {<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; send_reply(&quot;500&quot;,&quot;Internal Server Error&quot;);<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exit;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $DLG_timeout = &lt;some variable with amount of seconds&gt;;<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>
<br>
</p>
<p>However the final user is the one who must define how long a call can exist. Such configuration will be done via a proprietary GUI in my project, any time.</p>
<p>So, I was looking for a way to set&nbsp; 'some variable with amount of seconds' and pass it to OpenSIPS, before starting calls. That is, how can OpenSIPS read a external variable or how to write DLG_timout via MI ? I didn't find a solution.</p>
<p><br>
</p>
<p>Then, my development team has decided to put a new field (X-Timeout) in the SIP INVITE header, configuring it with the desired amount of seconds.</p>
<p>So, in the OpenSIPS script we could read the value from X-Timeout and set it to the DLG_timeout.</p>
<p><br>
</p>
<p>What do you think about this approach? Is it simple to read a header field from SIP INVITE, isn't it? I will take a look in the documentation.</p>
<p><br>
</p>
<p>Any hint or suggestion will be&nbsp; very helpful!!</p>
<p><br>
</p>
<p>Thanks a lot!<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" color="#000000" face="Calibri, sans-serif"><b>De:</b> Bogdan-Andrei Iancu &lt;bogdan@opensips.org&gt;<br>
<b>Enviado:</b> segunda-feira, 28 de setembro de 2015 07:03<br>
<b>Para:</b> OpenSIPS users mailling list; Rodrigo Pimenta Carvalho<br>
<b>Assunto:</b> Re: [OpenSIPS-Users] How to set default_timeout for dialogs, without resetting OpenSIPS ?</font>
<div>&nbsp;</div>
</div>
<div><tt>Hi Rodrigo,<br>
<br>
The timeout for a call can be set (in a per-call manner) when the call starts (during re-INVITE) or during any sequential requests (ACK, re-INVITE), etc. See DLG_timeout variable:<br>
&nbsp;&nbsp;&nbsp; <a title="Ctrl&#43;Clique ou toque para seguir o link" id="LPlnk63299" class="moz-txt-link-freetext" href="http://www.opensips.org/html/docs/modules/1.11.x/dialog.html#timeout-pvar-id">
http://www.opensips.org/html/docs/modules/1.11.x/dialog.html#timeout-pvar-id</a><br>
<br>
If you want to tear down the call, use the dlg_end_dlg MI command :<br>
&nbsp;&nbsp;&nbsp; <a class="moz-txt-link-freetext" href="http://www.opensips.org/html/docs/modules/1.11.x/dialog.html#id296795">
http://www.opensips.org/html/docs/modules/1.11.x/dialog.html#id296795</a><br>
<br>
Best regards,<br>
</tt>
<pre class="moz-signature" cols="72">Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a class="moz-txt-link-freetext" href="http://www.opensips-solutions.com">http://www.opensips-solutions.com</a></pre>
<div class="moz-cite-prefix">On 25.09.2015 23:56, Rodrigo Pimenta Carvalho wrote:<br>
</div>
<blockquote type="cite">
<div id="divtagdefaultwrapper" style="font-size:12pt; color:#000000; background-color:#FFFFFF; font-family:Calibri,Arial,Helvetica,sans-serif">
<p><br>
</p>
<p>Dear OpenSIPS-Users,<br>
</p>
<p><br>
</p>
<p>A kind of management application in my project must provide an way of a&nbsp; system manager sets the default_timeout for dialogs in our already running OpenSIPS. How to do it?
<br>
</p>
<p><br>
</p>
<p>I was looking for an way of sending a command to OpenSIPS 2.2 to configure it to tear down (hang up) every call after a determined timeout. So I have just read about MI, dialog exported MI functions and dialog exported pseud-variables. What I want is to
 configure the default_timeout without having to reset the OpenSIPS.</p>
<p><br>
</p>
<p>However, I didn't find a way of doing that. I was thing about to use mi_fifo and a exported command, but no way.</p>
<p><br>
</p>
<p>Is there a way of controlling the default_timeout for dialogs, while OpenSIPS is running?</p>
<p><br>
</p>
<p>If not, I was thinking about changing the value of timeout column in the table dialog, for each dialog. But, it sounds a bit complicated.</p>
<p><br>
</p>
<p>Any idea?</p>
<p><br>
</p>
<p>Any hint will be very helpful!</p>
<p><br>
</p>
<p>Best regards.</p>
<p><br>
</p>
<p><span class="section"></span><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>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset> <br>
<pre>_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
</div>
</div>
</div>
</body>
</html>