Hello,
Is there a configuration file in ASTERISK where Calls Per Second can be set?
Hello,
Is there a configuration file in ASTERISK where Calls Per Second can be set?
There is no such setting AFAIK, but you can achieve this functionality via dialplan, but it’s definitely not the “way of performance”.
Thanks Ihor
The asterisk.conf file (link: Asterisk Main Configuration File - Asterisk Documentation) contains several important configuration parameters relevant to your request. It’s worth taking a look at them.
; The maximum load average we accept calls for
maxload = 1.0
; The maximum number of concurrent calls you want to allow
maxcalls = 255
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.