Genesys CTI User Forum > Genesys-related Development

IWS-Related Development

(1/1)

Ali:
Hi to all!

We attached a web-based CRM application to our IWS Desktop Application.

What I want to ask you guys is the following:

We would like to insert a button inside this (embedded) web-application with which we can place outbound call. This button will trigger a Javascript function. So, is it possible to have this Javascript function make call over IWS desktop? As far as I know, we need to define a HTTP listener in IWS, so it can fetch Javascript-based calls.

In this case,

1. Do you have a sample code?
2. AND/OR any is there any SDK-related documentation you can advise me?

Thank you in advance and best regards,

Ali

cavagnaro:
What you can do is to create a call to URS Web interface, so URS instructs TServer what to do, like a call on that DN. Check my question and the solution that was given.

Another solution as you say is to create a socket listener and implement a HTTP service or Websocket.
There are many solutions on the Internet for that.


Enviado de meu E6633 usando Tapatalk

Ali:
Thank you for your reply.

Is it possible to develop HTTP Listener using Inteaction Workspace API?

cavagnaro:
???  Ermmm...no, Genesys doesn't have control on OS sockets. That is another part. You need to implement that.

Ali:
I have figured out how to this.

For System.Windows.Controls.WebBrowser, we need to use ScriptHandler, so the web application can talk to IWS thru JavaScript.

Cherio!

Ali

Navigation

[0] Message Index

Go to full version