<div dir="ltr"><div><div><div><div><div><div>Hi all<br><br></div>I have some strange problem with my FS setup.<br></div><div><br>During bridged call sometimes callers hear MOH music for a moment (instead of each other) and than call is continued. It happens completely randomly and without additional action (ie. no DTMF).<br></div><div><br>It happens both on stable 1.6.x version and on legacy system based on 1.2.x<br></div><br>I use call queue position announcement hack described in wiki<br></div>- executing in dialplan &lt;action application=&quot;set&quot; data=&quot;x=${expand(luarun fifo_with_position.lua)}&quot;/&gt; and &lt;action application=&quot;fifo&quot; data=&quot;my_fifo_name in tone_stream://%(1000,100,440,480) local_stream://moh/8000&quot;/&gt;<br></div>- lua script that runs in loop, uuid_broadcasts position in queue, uuid_bridges callers when agent answers call<br><br></div>Is this problem with random call interruption by MOH related to any known bug?<br><br></div>or maybe there is currently some standard method of announce position in queue without background execution hack?<br></div>