" /> Discriminate incoming mail accounts on IRD - Genesys CTI User Forum

Author Topic: Discriminate incoming mail accounts on IRD  (Read 4015 times)

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Discriminate incoming mail accounts on IRD
« on: June 17, 2010, 10:48:02 PM »
Advertisement
Hi guys,
I have a question, would like to know how to configure a View in the IRD (Business Interactions) so I have two email accounts configured on EJS which need to have different strategies...how does the view query would be???
Thanks

Offline Timur Karimov

  • Sr. Member
  • ****
  • Posts: 415
  • Karma: 2
Re: Discriminate incoming mail accounts on IRD
« Reply #1 on: June 18, 2010, 07:47:59 AM »
[quote author=cavagnaro link=topic=5642.msg24671#msg24671 date=1276814882]
Hi guys,
I have a question, would like to know how to configure a View in the IRD (Business Interactions) so I have two email accounts configured on EJS which need to have different strategies...how does the view query would be???
Thanks
[/quote]
Hi cav,

do you try create new end point on media server object ? and bound to this new end point additional strategies?
samething like this
http://cid-4e42d920100f5710.photos.live.com/self.aspx/%d0%9d%d0%be%d0%b2%d0%b0%d1%8f%20%d0%bf%d0%b0%d0%bf%d0%ba%d0%b0/email^_sample.JPG


Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Discriminate incoming mail accounts on IRD
« Reply #2 on: June 18, 2010, 03:06:12 PM »
I think will be like your ESJ object, several accounts but on my case different strategies...
So support will not have autoanswer and will go to agent group 1
sales questions will have autoanswer, acknowledge and go to AG2
and so and so...

Thanks :)

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: Discriminate incoming mail accounts on IRD
« Reply #3 on: June 18, 2010, 03:42:26 PM »
Hi Cav,

You can use the solution proposed by Timur or define a new view with following condition:

[font=courier]Mailbox = '<value of the key "address" of particular mailbox defined in ESJ options'[/font]

R.

Offline Krister

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: Discriminate incoming mail accounts on IRD
« Reply #4 on: July 15, 2010, 08:33:34 AM »
Run a main startview where you have a multiscreen object to sort the incoming emails using screening rules from knowledge manager.
If that is hard then just take out UData Mailbox and sort accordingly.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Discriminate incoming mail accounts on IRD
« Reply #5 on: July 22, 2010, 12:25:54 AM »
[quote author=René link=topic=5642.msg24683#msg24683 date=1276875746]
Hi Cav,

You can use the solution proposed by Timur or define a new view with following condition:

[font=courier]Mailbox = '<value of the key "address" of particular mailbox defined in ESJ options'[/font]

R.
[/quote]

Hi René,
Tried to do this but I got a message on logs indicating that in the table the column 'Mailbox' couldn't be found on the table...so I started to see the columns of the Interaction Server and yes, such column doesn't exits...what else can I do?

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Discriminate incoming mail accounts on IRD
« Reply #6 on: July 22, 2010, 12:39:24 AM »
Ok created a Custom Property with that value following the MM User guide...lets see what happens tomorrow.
:)

Offline YevgeniyP

  • Jr. Member
  • **
  • Posts: 70
  • Karma: 0
Re: Discriminate incoming mail accounts on IRD
« Reply #7 on: July 28, 2010, 04:04:57 AM »
Another approach (without custom attributes) is to do the analysis in the strategy and place interactions into different queues. After that each queue processed by appropriate strategy.
YP

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Discriminate incoming mail accounts on IRD
« Reply #8 on: July 28, 2010, 05:54:14 AM »
Custom attributes did work BUT handling queues was a little bit messy.
What I ended up doing was to install another ESJ instance...and works fine and nice :)

Offline vma

  • Sr. Member
  • ****
  • Posts: 255
  • Karma: 0
Re: Discriminate incoming mail accounts on IRD
« Reply #9 on: July 28, 2010, 02:31:13 PM »
I'm having 40 different pop account defined in ESJ and what I am using is the attached 'Mailbox' field. I created a List of objects with data for each of these mailboxes and I get dynamically the needed info from these lists based on the Mailbox field.
Hope it helps.