Stefan Knoblich cb9090dc93 esl: Don't abort the esl_listen() loop(s) if accept() returns with errno == EINTR
ivrd doesn't use sigaction + SA_RESTART for SIGCHILD. An exiting
child process will interrupt accept() in the parent to handle
the signal, which makes accept() return -1 (errno = EINTR) after
the sighandler function returns.

Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
2013-05-23 02:07:55 +02:00
2013-05-15 09:27:18 -05:00
2013-05-21 02:33:56 +00:00
2013-04-22 23:18:49 +08:00
2013-02-05 17:31:43 -06:00
2012-10-10 13:57:31 -05:00
2013-04-09 18:12:47 -05:00
2012-05-28 16:35:00 +00:00
2013-04-12 08:53:01 -05:00
2013-02-11 16:42:10 +00:00
2013-05-10 16:02:15 -05:00
2012-05-15 10:20:52 -05:00
2013-04-08 21:17:02 -05:00
2013-04-04 20:52:47 -05:00
wip
2013-03-31 21:27:22 -05:00
add
2011-10-21 10:15:15 -05:00
Description
FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unl
Multiple Licenses 267 MiB
Languages
C 64.4%
C++ 21.8%
JavaScript 4.7%
Assembly 2%
Makefile 1%
Other 5.4%