" /> Limit the number of calls (with Call Result = OK) to a client - Genesys CTI User Forum

Author Topic: Limit the number of calls (with Call Result = OK) to a client  (Read 2957 times)

Offline Mau_CTI

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Limit the number of calls (with Call Result = OK) to a client
« on: November 20, 2012, 10:29:06 AM »
Advertisement
Hi,
another question for you...

Our customer has the following need: a client must be called with Call Result = OK for a maximum of 6 times in the last 30 days. With standard Treatments I cannot implement this function. Moreover, the Calling List parameter Maximum Attempts I can set the max number of global calls to a client (not the Maximum number of calls with Call Result = OK).

Any suggestions?

Regards,
Maurizio
« Last Edit: November 20, 2012, 10:36:32 AM by Mau_CTI »

Offline Timur Karimov

  • Sr. Member
  • ****
  • Posts: 415
  • Karma: 2
Re: Limit the number of calls (with Call Result = OK) to a client
« Reply #1 on: November 20, 2012, 10:41:28 AM »
[quote author=Mau_CTI link=topic=7506.msg32176#msg32176 date=1353407346]
Any suggestions?
[/quote]

OCS it's a simple "automatic call machine" and do not excpect from it the CRM functionality!
Use custom web-service, db procedure or at least create more complex outbound strategy.

WBR Tim.

Offline Mau_CTI

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Re: Limit the number of calls (with Call Result = OK) to a client
« Reply #2 on: November 20, 2012, 10:48:25 AM »
Hi Timur,
I totally agree with you that this is a typical CRM feature, but we have not control on that system (we asked to implement on CRM this policy, since CRM produces Calling Lists, but the answer was KO), so we must solve the problem...

Thanks so much,
Maurizio

Offline Timur Karimov

  • Sr. Member
  • ****
  • Posts: 415
  • Karma: 2
Re: Limit the number of calls (with Call Result = OK) to a client
« Reply #3 on: November 20, 2012, 11:01:48 AM »
Well. I see the simple way to solve this problem:
1) Add custom filed in you call list. For example name it "ok_counter"
2) Check this filed value in use outbound call strategy every time before the call to client. If it large enough - stop the call. If not-  make the call.
3) Increment this filed every time then Call Result is OK.

HIH.
WBR Tim.

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Limit the number of calls (with Call Result = OK) to a client
« Reply #4 on: November 20, 2012, 11:13:32 AM »
You can use new GVP features in release 8.1 with Outbound solution - try to read about scxml.

Offline Mau_CTI

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Re: Limit the number of calls (with Call Result = OK) to a client
« Reply #5 on: November 20, 2012, 01:28:45 PM »
Thank you all for the support.

Regards,
Maurizio