<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: End user ivr selection confirmation in Contact Center</title>
    <link>https://community.cisco.com/t5/contact-center/end-user-ivr-selection-confirmation/m-p/3764123#M109381</link>
    <description>I'm a little confused about your request, as it would seem pretty trivial to do what you're asking for, and so I think I might be missing your actual ask.&lt;BR /&gt;&lt;BR /&gt;Do you already have the audio recording in place to say the county name?  Or do you need to dynamically generate it?</description>
    <pubDate>Fri, 14 Dec 2018 21:07:24 GMT</pubDate>
    <dc:creator>Anthony Holloway</dc:creator>
    <dc:date>2018-12-14T21:07:24Z</dc:date>
    <item>
      <title>End user ivr selection confirmation</title>
      <link>https://community.cisco.com/t5/contact-center/end-user-ivr-selection-confirmation/m-p/3763158#M109375</link>
      <description>&lt;P&gt;I am looking for a script or method that once an&amp;nbsp;end user&amp;nbsp;calls in and makes their selection the system asks the end users to confirm their selection.&amp;nbsp; Example, end user calls in and selects option 1.&amp;nbsp; The options would be the state county they live in. The system then would ask the end users if option 1 (the county name)&amp;nbsp;was correct, yes or no, before routing the call. If incorrect, it goes back to the main menu.&amp;nbsp; I can figure the menus out, I'm not sure how to script the selection made and having it play the option back.&amp;nbsp; Not sure if a database manner would be best for this type of option or not.&amp;nbsp; Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 01:40:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/contact-center/end-user-ivr-selection-confirmation/m-p/3763158#M109375</guid>
      <dc:creator>paullepper</dc:creator>
      <dc:date>2019-03-15T01:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: End user ivr selection confirmation</title>
      <link>https://community.cisco.com/t5/contact-center/end-user-ivr-selection-confirmation/m-p/3764123#M109381</link>
      <description>I'm a little confused about your request, as it would seem pretty trivial to do what you're asking for, and so I think I might be missing your actual ask.&lt;BR /&gt;&lt;BR /&gt;Do you already have the audio recording in place to say the county name?  Or do you need to dynamically generate it?</description>
      <pubDate>Fri, 14 Dec 2018 21:07:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/contact-center/end-user-ivr-selection-confirmation/m-p/3764123#M109381</guid>
      <dc:creator>Anthony Holloway</dc:creator>
      <dc:date>2018-12-14T21:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: End user ivr selection confirmation</title>
      <link>https://community.cisco.com/t5/contact-center/end-user-ivr-selection-confirmation/m-p/3764146#M109384</link>
      <description>&lt;P&gt;Currently we are using unity connection for menu options.&amp;nbsp; The public is provided an 800 number that routes to the menu option.&amp;nbsp; Each menu goes to a mailbox.&amp;nbsp; What is happening is the public is just pressing a menu number and either they are not listing to the options or may have hit the wrong option.&amp;nbsp; Someone asked me about using uccx, create the menu options&amp;nbsp;and once the option is selected it would&amp;nbsp;identify back to the user the option selected to confirm before sending them to the mailbox.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;Menu options would be press 1 for red, press 2 for green and so forth.&amp;nbsp; When caller selects option, then uccx would recognize that option 2 was selected and respond back you have selected green.&amp;nbsp; Press 1 to confirm or 2 to make&amp;nbsp;different selection.&amp;nbsp; Pressing 1 would then route the caller to the mailbox, option 2 return to main menu.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looking for ways on customer service.&amp;nbsp; I believe there will be many recording or wave files that will need to be created.&amp;nbsp; I hope that helps&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 21:41:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/contact-center/end-user-ivr-selection-confirmation/m-p/3764146#M109384</guid>
      <dc:creator>paullepper</dc:creator>
      <dc:date>2018-12-14T21:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: End user ivr selection confirmation</title>
      <link>https://community.cisco.com/t5/contact-center/end-user-ivr-selection-confirmation/m-p/3764156#M109385</link>
      <description>&lt;P&gt;Yes, that does help.&amp;nbsp; Ok, so yes, you'll need some wav files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;E.g.,&amp;nbsp; Using your color analogy:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Label Main Menu:&lt;BR /&gt;Menu (colorselection.wav)&lt;BR /&gt;  Option 1&lt;BR /&gt;    Set color = red.wav&lt;BR /&gt;    Set mailbox = 1000&lt;BR /&gt;  Option 2&lt;BR /&gt;    Set color = green.wav&lt;BR /&gt;    Set mailbox = 2000&lt;BR /&gt;  Option 3&lt;BR /&gt;    Set color = blue.wav&lt;BR /&gt;    Set mailbox = 3000&lt;BR /&gt;  ...&lt;BR /&gt;Menu (youchose.wav + color + press1toconfirm2tochange.wav)&lt;BR /&gt;  Option 1&lt;BR /&gt;    Goto Send to VoiceMail&lt;BR /&gt;  Option 2&lt;BR /&gt;    Goto Main Menu&lt;BR /&gt;  ...&lt;BR /&gt;Label Send to VoiceMail:&lt;BR /&gt;Call Redirect (to voicemail_pilot, destination is mailbox)&lt;BR /&gt;  Successful&lt;BR /&gt;    Mark Call as Handled&lt;BR /&gt;    End&lt;BR /&gt;  ...&lt;/PRE&gt;
&lt;P&gt;Do you have experience writing UCCX scripts?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 21:54:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/contact-center/end-user-ivr-selection-confirmation/m-p/3764156#M109385</guid>
      <dc:creator>Anthony Holloway</dc:creator>
      <dc:date>2018-12-14T21:54:57Z</dc:date>
    </item>
  </channel>
</rss>

