<br><div class="gmail_quote">On Thu, Feb 19, 2009 at 2:18 AM, Bogdan-Andrei Iancu <span dir="ltr">&lt;<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
in 1.5, do &quot;create_dialog();&quot; before using the profiling functions<br>
</blockquote><div><br>Hello, Bogdan, <br>thanks, it worked.<br>But this is not yet documented.<br>The page below still says a dialog is created using the "<span class="quote">dlg_flag</span>":<br><a href="http://www.opensips.org/html/docs/modules/devel/dialog.html">http://www.opensips.org/html/docs/modules/devel/dialog.html</a><br>
<br>best regards,<br>mayama <br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
mayamatakeshi wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="Wj3C7c">
Hello,<br>
I just got the latest svn revision 5330.<br>
I&#39;m trying to use the profile feature of the dialog module to limit the number of simultaneous calls for a given subscriber.<br>
I got these errors:<br>
<br>
Feb 19 01:28:37 ipx029 /usr/local/sbin/opensips[23050]: ERROR:dialog:set_dlg_profile: dialog was not yet created - script error<br>
Feb 19 01:28:37 ipx029 /usr/local/sbin/opensips[23050]: ERROR:dialog:w_set_dlg_profile: failed to set profile<br>
<br>
<br>
Significant portions of the cfg are these:<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;setflag(4); #set dialog<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;get_profile_size(&quot;caller&quot;, &quot;$fu&quot;, &quot;$var(SIZE)&quot;);<br>
 &nbsp; &nbsp; &nbsp; &nbsp;if( $var(SIZE) &gt;= $avp(i:10) ){<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;sl_send_reply(&quot;503&quot;, &quot;Simultaneous calls limit reached&quot;);<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;exit;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;}<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;consume_credentials();<br>
 &nbsp; &nbsp; &nbsp; &nbsp;set_dlg_profile(&quot;caller&quot;,&quot;$fu&quot;);<br>
<br>
<br>
This may be a bug as the script was originally written for kamailio 1.4 and works without problems there.<br>
(I&#39;m aware the dialog module is diverging between the projects, but reading the docs I could not spot a significant change in this particular feature).<br>
<br></div></div>
------------------------------------------------------------------------<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
 &nbsp;<br>
</blockquote>
<br>
</blockquote></div><br>