<div dir="ltr"><div class="gmail_extra">Hi Jason,</div><div class="gmail_extra"><br></div><div class="gmail_extra">Thank you for the message.</div><div class="gmail_extra">Yes. Module avmd still sets avmd_detect variable to TRUE on detected event:</div><div class="gmail_extra"><br></div><div class="gmail_extra">switch_channel_set_variable(channel, &quot;avmd_detect&quot;, &quot;TRUE&quot;);<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">and fires event of type <span style="color:rgb(0,0,255)">avmd::beep</span><font color="#000000">.</font></div><div class="gmail_extra"><br></div><div class="gmail_extra">You can still detect the beep in the same way as in the oldest versions,</div><div class="gmail_extra">that is searching for <font color="#0000ff">avmd_detect</font> variable set to <font color="#38761d">TRUE</font>.</div><div class="gmail_extra"><br></div><div class="gmail_extra">There are three types of events at this point:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra">enum avmd_event</div><div class="gmail_extra">{</div><div class="gmail_extra">    <font color="#0000ff">AVMD_EVENT_BEEP</font> = 0,</div><div class="gmail_extra">    AVMD_EVENT_SESSION_START = 1,</div><div class="gmail_extra">    AVMD_EVENT_SESSION_STOP = 2</div><div class="gmail_extra">};</div><div class="gmail_extra"><br></div><div class="gmail_extra">The name of the BEEP event in the documentation table of events in Events section of avmd pages</div><div class="gmail_extra">is not the exact identifier used to enumerate events in the code but it&#39;s human version. This should be</div><div class="gmail_extra">made clear on the Confluence page or exact name should be used.</div><div class="gmail_extra">This is now fixed.</div><div class="gmail_extra"><br></div><div class="gmail_extra">cheers,</div><div class="gmail_extra">Piotr</div><div><br></div></div></div>