Skip Navigation LinksALVAO 11.2Service team member guideTicketsTicket creationPBX Skip Navigation Links.


Skip Navigation LinksALVAO 11.2 / Service team member guide / Tickets / Ticket creation / PBX

PBX

You can integrate the Service Desk with the PBX. When the phone rings, the main solver's computer will then automatically open the New Ticket form and, based on the caller's phone number, will automatically fill in the caller's details, including, for example, a table of the tickets they have recently made. This automatically provides the main solver with all the necessary information to start the call.

Note:
For this functionality, you need to have application supporting PBX, which allows you to launch any configured application from the command line or open the URL in a web browser when a call comes in.

Settings

Alvao WebApp - if you wish to make new tickets via the web application, set the PBX application to open the following URL on the main solver's computers when a call comes in:
<server>/Alvao/Ticket/New?phoneNumber=<caller's phone number>

This setting automatically opens the New Ticket form in the selected application with the Requester pre-populated by phone number when a call comes in. If no phone number is listed for any user, only that number and the Requester Host are filled in the form.

Tip:
The method of locating an requester by the phone number provided by the PBX can be modified using a custom stored procedure in the database. Create a procedure in the database:
CREATE PROCEDURE [<custom schema>].[spPersonByPhoneNumber_Custom] @caller nvarchar(255) AS
BEGIN
...
END
GO

The procedure must return the requester id that is stored in the tPerson.iPersonId.

 

Did not find what you were looking for? Ask our technical support team.