Displaying 2 results from an estimated 2 matches for "create_new_socket".
2016 Nov 22
2
Regression in 13.13.0-RC1
In my setup, which is FreeBSD, using pjsip 2.5.5 as sip backend I am
observing a regression when testing the latest Release Candidate.
Any calls get refused and the following error shown on console:
[Nov 22 10:49:26] WARNING[101105]: res_rtp_asterisk.c:2400 int
create_new_socket(const char *, int): Unable to allocate RTP socket:
Protocol not supported
[Nov 22 10:49:26] WARNING[101105]: res_rtp_asterisk.c:2665 int
ast_rtp_new(struct ast_rtp_instance *, struct ast_sched_context *,
struct ast_sockaddr *, void *): Failed to create a new socket for RTP
instance '0x805647c30...
2015 May 21
0
Too many open files - 786 000 already specified as max num open files?
...t_channel_alloc_ap:
Channel allocation failed: Can't create alert pipe! Try increasing max file
descriptors with ulimit -n
[May 21 11:39:21] WARNING[18469]: chan_sip.c:7041 sip_new: Unable to
allocate AST channel structure for SIP channel
[May 21 11:39:21] WARNING[18469]: res_rtp_asterisk.c:459 create_new_socket:
Unable to allocate RTCP socket: Too many open files
[May 21 11:39:21] ERROR[18469]: acl.c:706 ast_ouraddrfor: Cannot create
socket
I have specified this on the commandline:
ulimit -n 768000
I have also tried
ulimit -n 512000
ulimit -n 65535
before going up to 768000
and then restarted Aste...