Session event handler

2
In our project we have to integrate with a predictive dialer server. We are using web services in order to connect to the dialer. How are we going to open the specific form without clicking a button on a specific PC for a specific session once the call has been answered?
asked
1 answers
2

Hi Fedor,

Publish a webservice that the dialer invokes once the call has ended (if you have any influence on the dialer)

Upon calling the dialer add a PC-identifier that is returned.

Maybe you need a 'man in the middle' that dispatches these messages and sends them to the right PC. That would be a separate Mendix app. When you call the dialer call this 'Mitm' as well with the session and PC information.

If you have no influence on the dialer it will be hard.

answered