[Freeswitch-users] problems with eventsocket (win32)

Jonas Gauffin jonas.gauffin at gmail.com
Thu Jun 19 09:43:31 PDT 2008


Hello

I got some problems with the event socket, I do not receive all events.
I've confirmed this by adding logs to mod_event_socket (line 548):

switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Sending
event: %s\n", switch_event_get_header(pevent, "Event-Name"));
len = strlen(listener->ebuf);
ret = switch_socket_send(listener->sock, listener->ebuf, &len);
if (ret != SWITCH_STATUS_SUCCESS) {
  switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Failed to
send event: %d\n", ret);
}

I get "Failed to send event: 730035".

A wild guess is that 730035 corresponds to winsock error WSAEWOULDBLOCK (10035).

My problem, or freeswitch's?

//Jonas




More information about the FreeSWITCH-users mailing list