Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: simpleram on November 29, 2017, 06:34:51 PM

Title: Configure Custom MediaType in WDE
Post by: simpleram on November 29, 2017, 06:34:51 PM
Hi,

How to configure Custom Media Type in WDE

[list]
[li]As like email, i would like to get channel selection in WDE login page[/li]
[li]Accept custom media type interaction as like email/chat[/li]
[/list]
Title: Re: Configure Custom MediaType in WDE
Post by: cavagnaro on November 29, 2017, 07:53:38 PM
When you say, as like Email...what do you mean?
On WDE you can enable the channel selection by:


login.<media>.can-unactivate-channel option


Custom Media is that, a Media you need to create and manipulate...so which custom media have you created?? What is your real need?
Title: Re: Configure Custom MediaType in WDE
Post by: simpleram on November 29, 2017, 09:20:27 PM
Thanks for your reply, here is the details
I've Webclient application which uses WebAPI to submit interaction with mediatype (webform) to specific IXN Queue.  Then strategy execute and route the interaction (webform) to an agent /agent group

Now i need to configure WDE to receive interaction (webform).  I see only 2 option in WDE for openmedia related but it is not working.

Need help on configuring WDE to login in to custom media type (webform) to receive interactions.

Thanks
Title: Re: Configure Custom MediaType in WDE
Post by: Kubig on November 30, 2017, 07:42:33 AM
Do you have licenses for agent_seat for webform (custom/openmedia channels in general)?
Title: Re: Configure Custom MediaType in WDE
Post by: simpleram on November 30, 2017, 05:14:16 PM
Yes i've it
Title: Re: Configure Custom MediaType in WDE
Post by: cavagnaro on December 12, 2017, 10:59:19 PM
For me is like this:
OpenMedia is for example a FB interaction (now not custom but standard)


How does WDE knows about it? Because when you install the application and Metadata a new option facebook.can-use is created and recognized.
So you would have to do the same.
Edit the XML file and add an option:


mycustommedia.can-use = true


Then on Media Business Attributes you create this media too, then you create your interactions with this Open media value as media-type


That should work