" /> Configure Custom MediaType in WDE - Genesys CTI User Forum

Author Topic: Configure Custom MediaType in WDE  (Read 1969 times)

Offline simpleram

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Configure Custom MediaType in WDE
« on: November 29, 2017, 06:34:51 PM »
Advertisement
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]

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Configure Custom MediaType in WDE
« Reply #1 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?

Offline simpleram

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Re: Configure Custom MediaType in WDE
« Reply #2 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

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Configure Custom MediaType in WDE
« Reply #3 on: November 30, 2017, 07:42:33 AM »
Do you have licenses for agent_seat for webform (custom/openmedia channels in general)?

Offline simpleram

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Re: Configure Custom MediaType in WDE
« Reply #4 on: November 30, 2017, 05:14:16 PM »
Yes i've it

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Configure Custom MediaType in WDE
« Reply #5 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