Full description
Key steps for organizing this process.
- An HTTP service is added to the BAS configuration.
- Installing a web server.
- WinSocket or WebSocket services configured.
-
The HTTP service is published on the web server and its address is transmitted in support of the virtual ATC.
- Our DLL component is installed to organize the interaction between the "Server BAS" on the "Client "BAS".
How does the virtual ATC and the accounting database interact BAS:
- An incoming phone call arrives at the virtual ATC.
- A virtual ATC notifies our HTTP service, which is located on the "Server "1C:Підприємство"" side.
- Our DLL component transfers the information about the incoming call received from the virtual ATC to a specific client workstation BAS (the component transfers information from the "Server BAS" to the "Client BAS", where the corresponding internal phone number of the user).
- On the "Client BAS", a specific user, the procedure for automatically opening the client card or the document "Phone call" is triggered (depending on the user's settings).
Another variant of the description of "How it works":
The Webhook received from the Cloud Telephony Server by the BAS server via an HTTP service is sent (the body of the HTTP request) to the WinSocket server service (or WebSocket), which sends this message to all BAS clients connected to it, which connected using an external component. The result of processing this message may be, for example, opening/closing a call document form.
Schematic representation of the organization of interactions of the virtual ATC and the accounting base "1С:Підприємство":

Why is it necessary to use an external component to solve this problem
Since on the server side BAS we cannot control processes on the client side (for example: open the document form with an arbitrary active user BAS) our DLL component is used for these purposes.
DLL component consists of:
- the server part, the diagram shows how the "Server Service WinSocket" (".dll", is installed and registered on the server by the administrator);
- the client part, installed in the form of a layout in the configuration BAS, is shown on the diagram as the "External component" in the block BAS.
To publish the HTTP service, the Apache or IIS Web server is used.
Duration of organization of automatic raising of a customer card: 1 week.
Platform requirement - not less than 8.3.5.1068
Solution cost: from 8000 UAH.
For configurations "1C:Підприємство" on managed forms using WebSocket service, the cost of the solution is 10000 UAH.
Developer: Company "NCT"