Hi Guys,<br><br>I&#39;m testing to see whether a custom event can be triggered and captured. Here&#39;s the extension:<br><br>    &lt;extension name=&quot;test_ivr&quot;&gt;<br>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^777$&quot;&gt;<br>
        &lt;action application=&quot;event&quot; data=&quot;Event-Name=<b>CUSTOM</b>,Event-Subclass=myevent::ACDnotify&quot;/&gt;<br>        &lt;action application=&quot;transfer&quot; data=&quot;9999 XML default&quot; /&gt;<br>
      &lt;/condition&gt;<br>    &lt;/extension&gt;<br><br>If I telnet and use &quot;events plain all&quot;, I can get the event. However, if I use &quot;events plain CUSTOM&quot; or &quot;event plain CUSTOM&quot;, it doesn&#39;t get captured. Is there anything wrong with the command?<br>
<br>Regards,<br>-Jingwei<br>