How to program Queuing Messages?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • bennylu
    Genius
    • Mar 2011
    • 221

    How to program Queuing Messages?

    I am trying to convert a call flow from Voicemail Pro to IPOCC. In VM Pro, it is easy to have a queuing and still in Queue message that keeps the call in the queue but also play a greeting or allow caller press a digit to leave a message. Is it possible to do the similar setting in IPOCC?
  • kruegerb
    Genius
    .
    • Oct 2013
    • 276

    #2
    there is an example call flow in the ISO in subfolder \Examples\Callflow Examples\Ask_in_Loop. in this the caller will be asked every 20 sec if he want to leave a message.

    Comment

    • ghall1
      Hot Shot
      • Mar 2014
      • 14

      #3
      Can we do this queuing in the task flow and repeat the announcement every 30 seconds as I do not want the option to press 1 to breakout & leave a message?

      Comment

      • kruegerb
        Genius
        .
        • Oct 2013
        • 276

        #4
        this is easily done with the Modulo function in a logic element:
        Topic -> logic: (c.waitTotal%30)<30: true normal waiting Music, false: announcement still wait, in this case every 30 sec the announcement will change

        Comment

        • ghall1
          Hot Shot
          • Mar 2014
          • 14

          #5
          Thanks for the reply kruegerb, nothing is easy with CIE!
          I managed to get it working using another method but will give your modulo method a try.

          Comment

          • webst11
            Hot Shot
            • Oct 2014
            • 17

            #6
            Did anyone get this working

            Hi

            Having some problems getting this working

            I added a Logic followed by an announcement connected to the N
            and the Y connected to the music

            in the logic I entered (c.waitTotal%30)<30

            It just ignores the logic

            I changed the logic to c.waitTotal<30

            It plays the Q announcement once at 30 seconds into the call but then never again

            Can anyone give me any pointers as to where I'm going wrong

            Many thanks

            Alex

            Comment

            • parke92
              Hot Shot
              • Jul 2014
              • 24

              #7
              I had to make mine (c.waitTotal%30)<29

              Comment

              • webst11
                Hot Shot
                • Oct 2014
                • 17

                #8
                Originally posted by parke92 View Post
                I had to make mine (c.waitTotal%30)<29
                Thanks Parke ill give that a go

                Comment

                • bucky101
                  Brainiac
                  • Nov 2010
                  • 71

                  #9
                  Has anyone actually got this working?
                  I cannot for the life of me get it to simply repeat a recorded announcement every thirty seconds using modulo

                  Comment

                  Loading