Call goes through IVR Script - no announcement

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • gsanadze
    Brainiac
    .
    • Mar 2015
    • 96

    Call goes through IVR Script - no announcement

    I managed to include IVR Script in to Task Flow, my Script is suppoused to play announcement and colled digits.

    But now I see anouther issue:

    My IVR Script does not play announcemet. The exit from Script is without error.

    IS there any way to track what has happened inside IVR Script, why the Scrpt does not play any announcemet?

    Thank you all how can assisit
    Last edited by gsanadze; 11-21-2016, 10:40 AM.
  • mnorst
    Whiz
    • Mar 2015
    • 42

    #2
    There may be additional logging that can be turned on via TTrace, however when I am troubleshooting I'll usually put a Text-To-Speech box on each of the error points so when I call I can narrow down which block is failing. For a more permanent solution there are TTrace write blocks that may help as well.

    I find that the largest fail issue for me is incorrect file names (or folder if not using the default).

    Comment

    • gsanadze
      Brainiac
      .
      • Mar 2015
      • 96

      #3
      I find that the largest fail issue for me is incorrect file names (or folder if not using the default).

      Can you be more specific here? Does it mean I can not name the file any name I want?

      I gave my announcements random names. They work fine in Task Flow as Announcemet Script element.

      Does your IVR Scripts play announcement?

      Comment

      • mnorst
        Whiz
        • Mar 2015
        • 42

        #4
        Originally posted by gsanadze View Post
        I find that the largest fail issue for me is incorrect file names (or folder if not using the default).

        Can you be more specific here? Does it mean I can not name the file any name I want?

        I gave my announcements random names. They work fine in Task Flow as Announcemet Script element.

        Does your IVR Scripts play announcement?
        Usually when my scripts fail in the ivr, it is trying to playback a file that doesn't exist (usually because I either typed the wrong name or someone renamed the wav file). I'd either add logging to the script, or try the text-to-speech blocks on the error paths. This will help identify where in the script you have an issue, as it may not be the wav file playback.

        Comment

        • gsanadze
          Brainiac
          .
          • Mar 2015
          • 96

          #5
          thanks to all who has replied - the issue resolved

          the issue found - there is a defaut folder there in drive C on the IPOCC server and all IVR announcemet MUST be there. It is not true for Task Flow announcemets - these announcement call be located anywhere in the network. That difference misguided me as I starder to play with task Flow announcemet - everything worked just fine, and than I started to play with IVR - and there is a difference. I don't know why. Iti documented, but slightly strange.

          The way I understood that: I traced error message in TT console and found error "File Not Found"

          This is the default folder:
          C:\ProgramData\Avaya\IP Office Contact Center\VoiceControl\work\Announcements

          Comment

          • mnorst
            Whiz
            • Mar 2015
            • 42

            #6
            Originally posted by gsanadze View Post
            the issue found - there is a defaut folder there in drive C on the IPOCC server and all IVR announcemet MUST be there. It is not true for Task Flow announcemets - these announcement call be located anywhere in the network. That difference misguided me as I starder to play with task Flow announcemet - everything worked just fine, and than I started to play with IVR - and there is a difference. I don't know why. Iti documented, but slightly strange.

            The way I understood that: I traced error message in TT console and found error "File Not Found"

            This is the default folder:
            C:\ProgramData\Avaya\IP Office Contact Center\VoiceControl\work\Announcements
            Good catch! As a general rule I try to save *all* announcements to that folder (ivr or otherwise). This way, if we need to backup I know I can grab that folder and have all of the related wav files.

            Comment

            Loading