<span class="Apple-style-span" style="font-family: &#39;Segoe UI&#39;, Tahoma, Verdana, Arial, sans-serif; font-size: 16px; color: rgb(68, 68, 68); ">Hi Everyone,<div><br></div><div>I have done some php coding to come up with my own FollowME module for FreePBX. The need for this has some security considerations behind it.<br>

</div><div>This is what my code does at core:</div><div><br></div><div><div>$sql=&quot;REPLACE INTO findmefollow<span class="ecxApple-style-span" style="font-size: 13px; ">(grpnum, strategy, grptime, grppre, grplist, annmsg_id,postdest, dring, needsconf, remotealert_id, toolate_id, ringing, pre_ring) VALUES </span><span class="ecxApple-style-span" style="font-size: 13px; ">(&#39;$_POST[grpnum]&#39;,&#39;ringall&#39;,&#39;$_POST[grptime]&#39;,&#39;$_POST[grppre]&#39;,&#39;$grplist&#39;,&#39;0&#39;,&#39;$postdest&#39;,&#39;&#39;,&#39;&#39;,&#39;0&#39;,&#39;0&#39;,&#39;Ring&#39;,&#39;$_POST[pre_ring]&#39;)&quot;;</span></div>

</div><div> </div><div>This all conforms with the fields that are filled up by FreePBX followme module but it seems that this is not all becuase the followme doesn&#39;t work when I do it this way. It only works if I press submit and confirm the orange bar.<br>

</div><div>For one thing, I think the Orange Reload bar does something that I can&#39;t seem to find and that my php code doesn&#39;t do. I tried doing a manual &quot;reload&quot; and &quot;dialplan reload&quot; but that wouldn&#39;t do the job.</div>

<div><br></div><div>Can someone please shed some light if you know where I am stuck and had to tackle the issue yourself?</div><div><br></div><div>Thanks,</div><div>Bruce</div></span>