This option lets us configure some parameters to adjust the functioning of the call center:


Asterisk


In this block there are parameters about the asterisk server such as IP address, login information, etc. In this case we have Asterisk in the same server as the call center.



Figure 1


Dialer Parameters



You can configure the behavior of the automatic dialer of the call center (See figure 2). Below a brief description of each parameter:

Parameter Description
Short Call Threshold This is the minimal duration of a valid call. If a call lasts less than this time it will be considered as a short call and it will be tagged as failed, although it has been answered.
Answering delay This is the rough time duration since a call is assigned to an agent until it is taken by the agent or fail. This option places more calls than possible by assuming that in the time indicated by this parameter, at least one agent will be free.
Service percent When the calls prediction calculates the time on which an agent will be free, there's a risk that the prediction is incorrect. The parameter service percent regulates the calls prediction so that we have the certainty that an agent will be free to answer a call.
Per-call dial timeout If a call is not answered in more than this time, the call will be tagged as failed. The value 0 is a default Asterisk's value equivalent to 30 seconds.
Enable dialer debug This option enables the output of messages in the log file of the dialer.
Dump all received Asterisk events This option makes the dialer read all the AMI events that Asterisk broadcasts even the ones which don't interest to the dialer. This option works only if "Enable dialer debug" is enabled.
Enable overcommit of outgoing calls This option makes the dialer place more calls than it is supposed to place. If this option is enabled, the dialer uses the statistics of ASR (Average Seizure Rate) to place a greater number of outgoing calls so that it cancels the ASR and all the agents remain busy.
Enable predicted dialer behavior If this option is disabled, the dialer will place the calls just according to the number of free agents, and the options "Short Call Threshold", "Answering delay" and "Service percent" will be ignored.




Figure 2


Dialer Status


It shows the current status of the dialer which could be STOPPED or RUNNING. In this section you can also START or STOP the dialer service (See figure 3).



Figure 3