IPOCC IVR to agent transfer

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • aturkben
    Hot Shot
    .
    • May 2015
    • 24

    IPOCC IVR to agent transfer

    Hello All,

    We have a demand which is described by customer. They have an IVR. In this IVR, when someone dials a wrong number or doesn't dial a number, they want to transfer caller to a spesific agent group. Is this possible? If its possible, can you explain how or can you share a sample script?

    Best Regards.
    Aydin Turkben
  • verma62
    Brainiac
    • Apr 2015
    • 59

    #2
    Can you please explain the requirement in detail. As I understand IVR is provided to customer and he is dialing an extension number, and you want to validate entered extension number.

    If this is the case you can have hardcoded extension number validation in IVR or in case numbers are more you can design a backend where you can store all these numbers for validation and further action can be taken.

    Comment

    • aturkben
      Hot Shot
      .
      • May 2015
      • 24

      #3
      Thank you for quick response Verma62. I did not mean extention number. For example:

      Customer needs to press 1 for "Internet related information ", Customer needs to press 2 for "Telephony related information".

      But customer presesses 5 or does not do anything. For this case we want to forward customer to an agent group.
      Aydin Turkben

      Comment

      • verma62
        Brainiac
        • Apr 2015
        • 59

        #4
        hi,
        As I understand you need to capture no input/no match case scenario. In this case after a menu prompt you can see and error(E) output. at this connector you can set some value i.e. -1 of an global parameter and return to task flow. In task flow you have to validate the value of this parameter and if it comes to 5 you can transfer to an agent group. I hope this will be helpful.

        Comment

        Loading