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