Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: Harifidy on August 26, 2021, 08:52:52 AM
-
Hi :)
I am using a WebRTC,
I would like to pick up the call on the browser from the WDE (Agent)
What I did is:
A = DN 5000 -> Place5000 -> WDE:Agent1 on place5000 -> Browser uses DN 5000
B= DN 4000 -> Place4000 -> SipPhone uses DN 4000
I wish that when B calls A, we pick the call from the WDE.
What I get is: when the make the call B - A, the browser is ringing (and I could pick the call) and WDE throw an error: Workspace is requesting a function that is not supported by this T-Server, Media error (51).
I really appreciate your help :)
Thank you.
-
Does your DN used by WDE contain the option TServer\sip-cti-control = talk,hold,dtmf ? I believe this is required in order to answer the call from WDE. (Or, at very least, the "talk" value on this option)
-
Thank you for your reply.
Yes, they do.
Also, the call from A to B works.
-
You A agent is using WDE with WebRTC, is that it?
-
Yes, exactly.
-
Which SIP Endpoint are you using? It must support Broadsoft 3PCC
-
Hi.
I dont use sip endpoint. But in WDE option/interaction-workspace, the section about sip endpoint is:
[img]https://drive.google.com/file/d/1L8LQaA74DUGA7RCorNYAKTBMTRlJNVCt/view?usp=sharing[/img]
[url=https://drive.google.com/file/d/1L8LQaA74DUGA7RCorNYAKTBMTRlJNVCt/view?usp=sharing]https://drive.google.com/file/d/1L8LQaA74DUGA7RCorNYAKTBMTRlJNVCt/view?usp=sharing[/url]
I am curious: is what I am trying to do is possible? ( WDE with Webrtc client (I am using Sipml5)) Or should I use a webPhone.
Thank you
-
??? ???
WebRTC is just a Web protocol, won't provide RTP alone. SIP can be integrated with WebRTC so it uses the media path it provides.
I suggest you to understand a little bit more on WebRTC architecture, guess you have TURN/STUN servers already deployed?
Sipml5 is just a WebRTC library but as the name suggests, you need SIP.