Loymax, 2026

Wiki source code of Call Center


Hide last authors
Anastasia Zanina 1.1 1 (% class="lead" %)
Vera Retyeva 6.1 2 **Call Center** is a module of the Loymax system designed to process customer requests by operators.
Anastasia Zanina 1.1 3
4 (% class="box infomessage" %)
5 (((
Vera Retyeva 6.1 6 In order to be able to process customer requests using the Call Center, as well as close tickets created in [[OTRS>>doc:Main.Using.Feedback.WebHome]], there is a need to connect a special [[plugin>>doc:Main.Installation_and_configuration.Extra_modules.Plugins_and_adapters.Plugins_list.Feedback_plugins.WebHome]].
Anastasia Zanina 1.1 7 )))
8
9 == Asterisk ==
10
Anastasia Zanina 5.1 11 Calls to the Call Center are processed using the Asterisk computer telephony system. When customers call the Call Center, the IP-telephony system recognizes the number from which the call is made. Asterisk allows you to customize the rules for processing incoming calls depending on the time of day or for different Companies.
Anastasia Zanina 1.1 12
13 If the Interactive Voice Response (IVR) is configured, some agent functions can be performed by the system. This reduces the load on the telephone network and allows you to handle more calls.
14
15 Incoming calls form a queue and are automatically distributed between operators. Calls that have not been answered by an Agent form a separate queue in accordance with which outgoing calls from agents to customers are made.
16
17 |(% style="border-color:#ffffff; text-align:center" %){{lightbox image="Архитектур (En).png" width="800"/}}
18
Anastasia Zanina 5.1 19 == Call Center in Loymax Platform ==
Anastasia Zanina 1.1 20
21 |(% style="border-color:white; width:294px" %){{lightbox image="Архитектур (En) 2.png"/}}|(% style="border-color:white; width:1196px" %)(((
Anastasia Zanina 5.1 22 When an Agent receives an incoming call, a notification window is displayed with a link to go to the **Call Center** section in Loymax Platform. At the same time, a new ticket is created in the [[ticket processing system (OTRS)>>doc:Main.Using.Feedback.WebHome]].
Anastasia Zanina 1.1 23
24 Further communication between the Agent and the caller is based on the needs of the caller. All agent actions are saved in the ticket. [[Typical scenarios for processing requests>>doc:Main.Using.Contact_center.Typical_processes.WebHome]] contain various options for resolving issues related to the activation and use of bonus cards, as well as updating customer credentials.
25 )))
26
27 == Call processing security ==
28
Anastasia Zanina 5.1 29 |(% style="border-color:white; width:294px" %){{lightbox image="токен (En).PNG"/}}|(% style="border-color:white; width:1196px" %)When a call is received from **Asterisk**, not the caller's phone number is sent to the Call Center module, but a special token. Using this token, the **CallService **service requests information on the call from **Asterisk **and transfers the information received back to Loymax Platform and OTRS. This eliminates the possibility of transferring any phone number to the** Call Center** in Loymax Platform and gaining access to confidential information.
Anastasia Zanina 1.1 30
31 == Back call ==
32
33 Calls that do not wait for an agent's answer form a separate queue and are displayed in a special interface. The Agent selects the call to call back, and Asterisk establishes a connection with the customer. The collection and display of data on unanswered calls is implemented by its own means (there is no such function in Asterisk).
34
35 == Call statistics ==
36
Anastasia Zanina 5.1 37 The collection of statistics on incoming and outgoing calls to the Call Center has been implemented. In a special interface, the Call Center administrator for each Company for a certain period displays the following data:
Anastasia Zanina 1.1 38
39 * the number of incoming calls
40 * the number of calls in the queue
41 * the number of answered calls
42 * the number of outgoing calls, including successful
43 * total talk time for incoming and outgoing calls (in minutes)
44 * average talk time (minutes)
45 * effectiveness on incoming calls (the ratio of answered calls to the total number of incoming calls)
46
47 There is also the possibility of exporting a report to Excel.
48
49 (% class="box" %)
50 (((
51 (% style="background-color:#fbfbfc" %)**Read also: **
52
53 * [[Description of Call Center Functionality>>doc:Main.General_information.Additional_services.Call_center.Call_center_functionality.WebHome]]
54 * [[Typical Processes in the Call Center>>doc:.Typical_processes.WebHome]]
55 )))