hello,<br><br>im trying to get a custom event on an event socket outbound mode.<br><br>on the eventsocket i subscribe only to &quot;my events&quot; with command &#39;myevents&#39; and when i send a custom event, it seems not working ?!?!<br>
<br><br><br><br>myevents<br><br>Content-Type: command/reply<br>Reply-Text: +OK Events Enabled<br><br>
event plain CUSTOM<br>
<br>
Content-Type: command/reply<br>
Reply-Text: +OK event listener enabled plain<br>
<br><br><br>
sendevent CUSTOM <br>
Event-Name: CUSTOM<br>
Event-Subclass: CUSTOM<br>
State: ACTIVE<br>
<br>
Content-Type: command/reply<br>
Reply-Text: +OK<br><br><br><br><br>when i subscribe to all events ... im getting it correctly ... <br><br>event plain all<br><br>Content-Type: command/reply<br>Reply-Text: +OK event listener enabled plain<br><br>sendevent CUSTOM <br>
Event-Name: CUSTOM<br>Event-Subclass: CUSTOM<br>State: ACTIVE<br><br>Content-Type: command/reply<br>Reply-Text: +OK<br><br>Content-Length: 469<br>Content-Type: text/event-plain<br><br>Core-UUID: 04567a60-3b49-4645-82c8-4c5effd061a5<br>
FreeSWITCH-Hostname: cc01<br>FreeSWITCH-IPv4: 89.201.165.245<br>FreeSWITCH-IPv6: %3A%3A1<br>Event-Date-Local: 2010-11-03%2023%3A26%3A37<br>Event-Date-GMT: Wed,%2003%20Nov%202010%2022%3A26%3A37%20GMT<br>Event-Date-Timestamp: 1288823197412378<br>
Event-Calling-File: mod_event_socket.c<br>Event-Calling-Function: read_packet<br>Event-Calling-Line-Number: 1131<br>Command: sendevent%20CUSTOM%20<br>Event-Name: CUSTOM<br>Event-Subclass: CUSTOM<br>State: ACTIVE<br><br><br>
<br>So, what the issue might be ?<br>Whet m&#39;i missing ?<br><br><br><br><br>