Genesys Cloud - Main

 View Only

Sign Up

Expand all | Collapse all

Marking System based dispositions as uncallable

  Thread closed by the administrator, not accepting new replies.
  • 1.  Marking System based dispositions as uncallable

    Posted 03-30-2020 14:31
    No replies, thread closed.
    When Dialer automatically dispositions some calls according to this page, how can we configure some dispositions as uncallable?  The Wrap-up code mappings are only for user defined wrap-up codes but not system based codes.
    #Outbound

    ------------------------------
    Michael Shrall
    Avtex Solutions, LLC
    ------------------------------


  • 2.  RE: Marking System based dispositions as uncallable

    Posted 03-31-2020 13:23
    No replies, thread closed.
    Couldn't you use a wrap-up rule to look at the disposition and then mark as uncallable or send to DNC list?  Alternatively you could set another column that is looked at with a pre-call rule.

    ------------------------------
    Robert Wakefield-Carl
    Avtex Solutions, LLC
    Contact Center Innovation Architect
    robertwc@avtex.com
    https://www.Avtex.com
    https://RobertWC.Blogspot.com
    ------------------------------



  • 3.  RE: Marking System based dispositions as uncallable

    Posted 03-31-2020 17:03
    No replies, thread closed.
    Hey Michael,

    As you mentioned the Wrap-up code mappings are only for user defined wrap-ups so that's not an option. Rules management for a wrap-up type did not help us because system generated wrap-ups are not an options (you can only select agent wrap-up codes). I ran into this problem and we ended up utilizing call attempt limits to get around our situation. 

    Depending on the exact issue you are having, you might be able to utilize call rules in a different way. You can make pre-call rules based on the contact property, specifically you can make conditions on when the last call attempt occurred. I do know the last attempt field is updated when dialer hits the contact regardless of what system generated wrapup is used. You could possibly mark the contact uncallable based on that. Another option would be to use a rule based on wrap-up codes and invert the condition so if any other wrapup is used besides agent based it, would trigger the rule. The condition could then mark the contact uncalllable or maybe update a different field on the contact list to indicate that a non agent based wrapup was used. Then use a precall rule to check that column the next time the campaign runs with that contact list. 

    If you are interested in getting this functionality added, there is already an idea about it: 
    https://purecloud.ideas.aha.io/ideas/CLOUT-I-221

    Good luck and I hope you find a solution!

    ------------------------------
    Kyle Griffin
    ConvergeOne, Inc.
    ------------------------------



  • 4.  RE: Marking System based dispositions as uncallable

    Posted 03-31-2020 18:53
    No replies, thread closed.

    Fantastic feedback Kyle!

     






  • 5.  RE: Marking System based dispositions as uncallable

    Posted 04-01-2020 09:14
    No replies, thread closed.
    Have you tried the advice on https://help.mypurecloud.com/articles/add-rule/ for adding a system disposition to a rule?

    Call Analysis

    Available in wrap-up rule conditions only. Allows you to perform an action when call analysis detects a busy signal, answering machine, live person, or when no one answers the call. For example, you can set the rule action to schedule a callback in 10 minutes if a line is busy.

    The Disposition box allows you to select Busy, Machine, No Answer, or Person. In special cases, you may type a free-form call analysis condition instead. For example, you might type disposition.classification.callable.sit. This feature supports any call analysis disposition that PureCloud Edge may return.



    Something like


    I don't have a list of the codes in the format it shows...you'll probably get those from getting the conversation details using the API Explorer tool at http://developer.mypurecloud.com.


    ------------------------------
    George Ganahl GCP (Genesys Cloud), ICCE
    Principal Technology Consultant
    Genesys
    ------------------------------



  • 6.  RE: Marking System based dispositions as uncallable

    Posted 04-01-2020 12:48
    No replies, thread closed.
    Looks like there is a way to do this based on Georges response. I actually tested it out and it did work correctly. 

    I created a Call rule based on the wrap-up category, selected "Call Analysis" as the type, set the disposition to "disposition.classification.callable.disconnect" and then set my action to just change the name field to something indicating the caller disconnected before an agent answered as a test. I could make the contact not callable or the number and I am sure it would still work just fine. From what I can find these are the system generated wrapups (I added a few that I was able to find myself): 
    disposition.classification.uncallable.sit
    disposition.classification.callable.sit
    disposition.classification.callable.busy
    disposition.classification.callable.noanswer
    disposition.classification.callable.sit
    disposition.classification.callable.fax
    disposition.classification.callable.disconnect
    disposition.classification.callable.machine
    disposition.classification.uncallable.notfound
    disposition.classification.uncallable.skipped
    disposition.classification.callable.person

    I found that in a dev forum but it seems as though an actual list from genesys does not exist. I suspect these were found via api on actual live calls that had occurred. I'll probably try to find some more if I get some time, I will post back if I do.

    ------------------------------
    Kyle Griffin
    ConvergeOne, Inc.
    Genesys Partner
    ------------------------------



  • 7.  RE: Marking System based dispositions as uncallable

    Posted 04-01-2020 12:51
    No replies, thread closed.
    Excellent! I'm glad to hear it works!

    My test environment is not set up in a way to simulate No Answer or some of the other system dispositions, so I couldn't test it.

    ------------------------------
    George Ganahl GCP (Genesys Cloud), ICCE
    Principal Technology Consultant
    Genesys
    ------------------------------



  • 8.  RE: Marking System based dispositions as uncallable

    Posted 04-01-2020 13:14
    No replies, thread closed.
    Could you share a screen shot of one of your wrap code rules using one of those codes?

    ------------------------------
    Michael Shrall
    Avtex Solutions, LLC
    ------------------------------



  • 9.  RE: Marking System based dispositions as uncallable

    Posted 04-01-2020 16:35
    No replies, thread closed.
    Besides the screenshot I posted above?

    ------------------------------
    George Ganahl GCP (Genesys Cloud), ICCE
    Principal Technology Consultant
    Genesys
    ------------------------------



  • 10.  RE: Marking System based dispositions as uncallable

    Posted 04-01-2020 16:38
    No replies, thread closed.
    I was actually asking Kyle.  If Kyle used the same approach as you showed, then yes your screen shot is sufficient.

    ------------------------------
    Michael Shrall
    Avtex Solutions, LLC
    ------------------------------



  • 11.  RE: Marking System based dispositions as uncallable

    Posted 04-01-2020 16:42
    No replies, thread closed.
    Based on his description of what he did I presume it would look the same (and have the action below it).

    @Kyle Griffin ?


    ------------------------------
    George Ganahl GCP (Genesys Cloud), ICCE
    Principal Technology Consultant
    Genesys
    ------------------------------



  • 12.  RE: Marking System based dispositions as uncallable

    Posted 04-02-2020 09:39
    No replies, thread closed.
    Its the same appraoch George is talking about but I did use something besides whats documented in the resource center. This screenshot also shows my action which I chose to change the name of the contact (obviously no customer would use that action in production) just to make a very obvious change as a test. 


    ------------------------------
    Kyle Griffin
    ConvergeOne, Inc.
    Genesys Partner
    ------------------------------



  • 13.  RE: Marking System based dispositions as uncallable

    Posted 04-02-2020 10:45
    No replies, thread closed.
    Another thing that occurred to me this morning, and that should be mentioned...

    disposition.classification.callable.disconnect and such are not Wrap-up Codes, but are the Call Analysis result which is then used to determine what system wrap-up code to assign. A bit of a difference. 

    I have suggested to Doc that it would be nice to have a table correlating the disposition codes to system wrap-up codes, but i don't know if that will happen.

    ------------------------------
    George Ganahl GCP (Genesys Cloud), ICCE
    Principal Technology Consultant
    Genesys
    ------------------------------