<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" dir="ltr" style="font-size:12pt; color:rgb(0,0,0); font-family:Calibri,Helvetica,sans-serif,"EmojiFont","Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
<p style="margin-top:0; margin-bottom:0">Hi,</p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0">I noticed that in opensips script gflags and MI commands gflags is off by 1.</p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0">if i have this kind of check:</p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0"></p>
<div>if(is_gflag("1")) {<br>
   xlog("** MAINTANCE MODE \n");<br>
}</div>
<p></p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0">and I try to set it on with MI command:</p>
<p style="margin-top:0; margin-bottom:0"></p>
<pre class="programlisting">opensipsctl fifo set_gflag 1</pre>
<p></p>
<p style="margin-top:0; margin-bottom:0">it wont work, but this works:<br>
</p>
<p style="margin-top:0; margin-bottom:0"></p>
<pre class="programlisting">opensipsctl fifo set_gflag 2<br><br>is this intended? If it is, I think documentation should mention it?<br><br>Tested this with 2.4.x<br><br>Regards,<br>Arto Kuiri<br></pre>
<br>
<p></p>
</div>
</body>
</html>