[asterisk-users] Number of max SIP calls.
Stefan Schmidt
sst at sil.at
Mon May 18 05:48:24 CDT 2009
Ankit Agarwal schrieb:
>> May 18 14:57:15] WARNING[8314]: rtp.c:2433 rtp_socket: Unable to allocate RTP socket: Too many open files
>> [May 18 14:57:15] WARNING[8314]: chan_sip.c:6710 sip_alloc: Unable to create RTP audio session: Too many open files
>> [May 18 14:57:15] ERROR[8314]: acl.c:481 ast_ouraddrfor: Cannot create socket
hello,
it looks like your file limit has been reached.
take a look a ulimit. the best you can do is to edit your safe_asterisk
and add the following lines:
ulimit -c unlimited
ulimit -n 1000000
then the error shouldnt come again.
best regards.
steve
More information about the asterisk-users
mailing list