[Freeswitch-users] Not able to capture the custom event
Jingwei Yang
jingwei.yang at gmail.com
Thu Jan 14 01:24:04 PST 2010
Hi Guys,
I'm testing to see whether a custom event can be triggered and captured.
Here's the extension:
<extension name="test_ivr">
<condition field="destination_number" expression="^777$">
<action application="event" data="Event-Name=*CUSTOM*
,Event-Subclass=myevent::ACDnotify"/>
<action application="transfer" data="9999 XML default" />
</condition>
</extension>
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?
Regards,
-Jingwei
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100114/a4e64a35/attachment-0002.html
More information about the FreeSWITCH-users
mailing list