<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Music on hold and interrupt messages in inContact Developer Discussion</title>
    <link>http://community.incontact.com/t5/inContact-Developer-Discussion/Music-on-hold-and-interrupt-messages/m-p/200#M71</link>
    <description>&lt;p&gt;I am looking to deploy some interrupt messages into our music on hold, but the current implementation of the interrupt messages doesn't quite suit my needs.  My issue is that the messages will always play in the same sequence, so a caller on hold will always hear the first message in the list, but may never hear the last.  Ideally, I'd like to build a library of 50, 10 second infomercials/specials to be delivered randomly to a caller on hold in order to keep their attention and work as a sales tool. Any suggestions?&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;Am I the only one who's sees a benefit to such an implementation?  I think the current implementation of interrupt feature captures the spirit of what it is intended to do, but misses the mark when it comes to execution.&lt;/p&gt;</description>
    <pubDate>Mon, 27 Apr 2009 19:00:03 GMT</pubDate>
    <dc:creator>t_amann</dc:creator>
    <dc:date>2009-04-27T19:00:03Z</dc:date>
    <item>
      <title>Music on hold and interrupt messages</title>
      <link>http://community.incontact.com/t5/inContact-Developer-Discussion/Music-on-hold-and-interrupt-messages/m-p/200#M71</link>
      <description>&lt;p&gt;I am looking to deploy some interrupt messages into our music on hold, but the current implementation of the interrupt messages doesn't quite suit my needs.  My issue is that the messages will always play in the same sequence, so a caller on hold will always hear the first message in the list, but may never hear the last.  Ideally, I'd like to build a library of 50, 10 second infomercials/specials to be delivered randomly to a caller on hold in order to keep their attention and work as a sales tool. Any suggestions?&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;Am I the only one who's sees a benefit to such an implementation?  I think the current implementation of interrupt feature captures the spirit of what it is intended to do, but misses the mark when it comes to execution.&lt;/p&gt;</description>
      <pubDate>Mon, 27 Apr 2009 19:00:03 GMT</pubDate>
      <guid>http://community.incontact.com/t5/inContact-Developer-Discussion/Music-on-hold-and-interrupt-messages/m-p/200#M71</guid>
      <dc:creator>t_amann</dc:creator>
      <dc:date>2009-04-27T19:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Music on hold and interrupt messages</title>
      <link>http://community.incontact.com/t5/inContact-Developer-Discussion/Music-on-hold-and-interrupt-messages/m-p/201#M72</link>
      <description>&lt;p&gt;The problem with what you're suggesting is that it requires tracking across time, and the basic inContact framework is stateless (like a webpage).  &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;You'd need to add database integration that would look up the caller's ph# and play informercials based on the records it retrieves.  It'd have to update the db after each play, too.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;Features like this are a value-added service that you either need to write yoursef (and provide a database to hit) or get Professional Services to do for you (and use a database they'd set up internally or connect to yours).&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;I've been wanting to implement this for a while on our system, but never gotten around to it myself.  You can give me a holler if you want some help with it :)&lt;/p&gt;</description>
      <pubDate>Mon, 27 Apr 2009 19:42:01 GMT</pubDate>
      <guid>http://community.incontact.com/t5/inContact-Developer-Discussion/Music-on-hold-and-interrupt-messages/m-p/201#M72</guid>
      <dc:creator>logos</dc:creator>
      <dc:date>2009-04-27T19:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Music on hold and interrupt messages</title>
      <link>http://community.incontact.com/t5/inContact-Developer-Discussion/Music-on-hold-and-interrupt-messages/m-p/202#M73</link>
      <description>&lt;p&gt;This is certainly very difficult to do using the message interrupt propert on Hold Music. The reason is that you would need to have&amp;nbsp;a way to increment some sort of counter or get variables that are constantly changing (like TIME or NOW).&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My recommendation would be to set the Hold music play duration to whatever interval you would like your messages to play (20 sec, 45&amp;nbsp;sec, etc)&amp;nbsp;and then move onto a PLAY action to actually play your spots.&amp;nbsp; That way, you have access to other actions to create variables, loop through arrays, parse out the current second, VB Shell,&amp;nbsp;etc that will help you be able to truly randomize your messages.&lt;/p&gt;</description>
      <pubDate>Mon, 27 Apr 2009 19:51:02 GMT</pubDate>
      <guid>http://community.incontact.com/t5/inContact-Developer-Discussion/Music-on-hold-and-interrupt-messages/m-p/202#M73</guid>
      <dc:creator>MarkR</dc:creator>
      <dc:date>2009-04-27T19:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Music on hold and interrupt messages</title>
      <link>http://community.incontact.com/t5/inContact-Developer-Discussion/Music-on-hold-and-interrupt-messages/m-p/203#M74</link>
      <description>&lt;p&gt;Whups.  I should add that my take on it includes never playing the same message twice to the same caller.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;As Mark points out, if that's not an issue you can just go thru a loop that plays music, then randomnly selects a message to play.&lt;/p&gt;</description>
      <pubDate>Mon, 27 Apr 2009 19:55:58 GMT</pubDate>
      <guid>http://community.incontact.com/t5/inContact-Developer-Discussion/Music-on-hold-and-interrupt-messages/m-p/203#M74</guid>
      <dc:creator>logos</dc:creator>
      <dc:date>2009-04-27T19:55:58Z</dc:date>
    </item>
  </channel>
</rss>

