Callback Simple IVR

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • lquimby
    Whiz
    • Jan 2015
    • 35

    Callback Simple IVR

    So I have this working fine, However when you have a callback request it just uses the caller id of the caller. I see this being a problem if you are not able to input your number for the callback or speak your name. We would run into the scenario when the dialer calls the main number and we wont know who to ask for. Is it possible to get this changed to ask for the number?
  • verma62
    Brainiac
    • Apr 2015
    • 59

    #2
    I think its possible, as in sample IVR you can additional prompt to collect the number where call back is required. I hope I got your question correctly.

    However I am not able to make the sample call back ivr working, records are inserted in database without any errors but not getting the call. Any idea if I am missing any additional configuration required??

    Comment

    • kruegerb
      Genius
      .
      • Oct 2013
      • 276

      #3
      I have attached the latest version of the IVR script, please try if this works correctly creating the call jobs.
      in IPOCC 9.1.4 the example script will be extended to collect the number via DTMF from the caller
      Attached Files

      Comment

      • verma62
        Brainiac
        • Apr 2015
        • 59

        #4
        Thanks kruegerb,
        It worked for me now, and I do observed the modifications made here for createccid.

        I have to manually change one more thing i.e. topicId. I have assigned here my campaign id which I have created in dialer. After changing it to proper campaignId from database outbound call are made.

        In case i dont change it, job is created but outbound call is not made as topicid is inserted against which no campaign is created in my dialer.

        I don't understand in example why we are inserting topic id as no campaign is created by default in dialer for topics. Am I missing anything in the example?

        Comment

        • kruegerb
          Genius
          .
          • Oct 2013
          • 276

          #5
          Call Jobs can also assigned only to a topic instead of campaign. This is also used in the call back solution from Web page via CGI server.
          In UI only call jobs belonging to a campaign can be configured, but for call back no campaign is necessary

          Comment

          • verma62
            Brainiac
            • Apr 2015
            • 59

            #6
            Thanks Kruegerb,

            I was under the impression that for making any outbound calls campaigns are necessary.

            However thanks for your guidance on this, I will try check the same.

            Comment

            • cdele
              Hot Shot
              • Apr 2015
              • 13

              #7
              Just what to ask this question to clarify;

              what is the meaning of this number

              updatecount 23104002

              inside odtrigger

              Comment

              • kruegerb
                Genius
                .
                • Oct 2013
                • 276

                #8
                with this entry the UI and the dialer process gets the notification, that there is a new call job. Do not change the value!

                Comment

                • cdele
                  Hot Shot
                  • Apr 2015
                  • 13

                  #9
                  Thank you very much.

                  Comment

                  • sharm112
                    Hot Shot
                    • Aug 2014
                    • 20

                    #10
                    Callback dialer

                    Hello Guys, I have an issue where when customer leaves callback number. Dialer puts time as 03/02/2016 11:00 when callback number is left at anytime example : 02nd march 2016 3:00P.M. When i do a manual campaign - it puts date and time correctly as 02/03/2016 3:00 P.M.
                    Does script need to be modified so that it send the correct callback time to dialer or is it a bug ?.We are on 9.1.6 with IPOCC9.1(with critical Patch)

                    Comment

                    • lebon
                      Genius
                      .
                      • Feb 2010
                      • 218

                      #11
                      same problem in 9.1.6 for date and time

                      Comment

                      • kruegerb
                        Genius
                        .
                        • Oct 2013
                        • 276

                        #12
                        does the issue occur with the latest Version of the script attached in this thread at 06-23-2015, 08:17 AM ?

                        Comment

                        Loading