I have 19 agents in a single server doing manual calls, using ulaw with no recording and often disabling Server logs and Carrier logging.
the load is often below 2.00 working fine.
and i m begining to worry about internet connexion since i'm planning to add a new server with 16 agents on it with manual dial.
"not separating the database and webserver or loadbalancing"only a new server that would have nothing to do with the first one unless it would be in the same building sharing the same network and internet connexion .
so would 3 mega upload download be sufficient with that total number of agents.(35)
I often read in this forum that the number of agent is not important but the number of simultaneous call is.
Even in the vidial admin page it says:
it is important to note that the number of Asterisk channels is usually much higher than the number of actual calls on a system
i tought that 19 agents doing manual calls meant at the max 19 simultaneous calls. But when i type
- Code: Select all
watch -n 1 "sudo asterisk -vvvvvrx 'core show channels' | grep call"
it show 50 active calls or more sometimes.
and when i calculate the 50 calls using ulaw with sip protocol it gives
http://www.asteriskguru.com/tools/bandwidth_calculator.php
3.89 Mbps
and using g729a it gives 1.15 Mbps
the probleme is when using g729a the audio quality is not as good as ulaw.
Thank you.