Stefan Knoblich 4ed7cd977a 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-06-07 05:42:45 +00:00
2013-06-07 00:51:35 +00:00
2013-06-07 04:57:47 +00:00
2013-02-05 17:31:43 -06:00
2012-10-10 13:57:31 -05:00
2013-01-31 15:36:08 -06:00
2013-06-06 10:27:00 -05:00
2013-02-11 16:42:10 +00:00
2013-03-21 16:48:41 -05:00
2013-06-07 05:17:05 +00: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 206 MiB
Languages
C 65.2%
C++ 20.8%
JavaScript 4.8%
Assembly 2%
Makefile 1%
Other 5.4%