[Freeswitch-users] problems with eventsocket (win32)

Jonas Gauffin jonas.gauffin at gmail.com
Thu Jun 19 12:48:16 PDT 2008


http://jira.freeswitch.org/browse/MODEVENT-25

On Thu, Jun 19, 2008 at 7:26 PM, Michael Jerris <mike at jerris.com> wrote:
> I believe it does, we should re-try the send in this case.  Can you
> file a bug for this on jira (with a patch would make it even better :D )
>
>
> On Jun 19, 2008, at 12:43 PM, Jonas Gauffin wrote:
>
>> 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
>>
>> _______________________________________________
>> Freeswitch-users mailing list
>> Freeswitch-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>
>
> _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>




More information about the FreeSWITCH-users mailing list