Page 1 of 1

[solved] Meetme Warnings

PostPosted: Sat Dec 19, 2020 3:10 am
by Kabis
Hi Team,

My One of the server is getting following Warnings. I dont know how to solve. Its reduces calls connectivity

Code: Select all
app_meetme.c:3913 conf_run: Failed to read frame: Resource temporarily unavailable


SOme times its shows
Code: Select all
Too Many Open FIles

Auto destruct messages from GSM Gateway SIP user id.

Please help me on this.


VERSION: 2.14-650a
BUILD: 180111-1544
© 2018 ViciDial Group

Code: Select all
[root@localhost ~]# clear
[root@localhost ~]# lscpu
Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                56
On-line CPU(s) list:   0-55
Thread(s) per core:    2
Core(s) per socket:    14
Socket(s):             2
NUMA node(s):          2
Vendor ID:             GenuineIntel
CPU family:            6
Model:                 79
Model name:            Intel(R) Xeon(R) CPU E5-2680 v4 @ 2.40GHz
Stepping:              1
CPU MHz:               2396.987
BogoMIPS:              4793.89
Virtualization:        VT-x
L1d cache:             32K
L1i cache:             32K
L2 cache:              256K
L3 cache:              35840K
NUMA node0 CPU(s):     0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54
NUMA node1 CPU(s):     1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,47,49,51,53,55
You have mail in /var/spool/mail/root
[root@localhost ~]#

Code: Select all
RAM : 56GB
Agents : 50
Trunks : 90 {PRI - 60, GSM - 30}

Re: Meetme Warnings

PostPosted: Sat Dec 19, 2020 8:37 am
by carpenox
My guess is your voip carrier can not handle the number of calls you are trying to push through, how many calls are active during the times this happends?

[solved] Re: Meetme Warnings

PostPosted: Fri Jan 08, 2021 8:22 am
by Kabis
Hi Team,

I added

Code: Select all
ulimit -n 65536


in /etc/init.d/asterisk file.

Now working perfect without any errors.

SO solution for
Code: Select all
Too many Open files,
 app_meetme.c:3913 conf_run: Failed to read frame: Resource temporarily unavailable


is add ulimit -n 65535 in /etc/init.d/asterisk file.

It works for me.

Re: [solved] Meetme Warnings

PostPosted: Fri Jan 08, 2021 11:50 am
by carpenox
Nice, good postback. Glad you got it sorted out. Yes that is one of the functions that vicibox9 runs during startup of the server, it uses 65536 instead of 65535 but its the same thing