Hello,<br>I just got the latest svn revision 5330.<br>I'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> setflag(4); #set dialog<br><br> get_profile_size("caller", "$fu", "$var(SIZE)");<br>
if( $var(SIZE) >= $avp(i:10) ){<br> sl_send_reply("503", "Simultaneous calls limit reached");<br>
exit;<br> }<br><br> consume_credentials();<br> set_dlg_profile("caller","$fu");<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'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>