Connect to mysql and customer balance

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • vliegj
    Whiz
    • Jun 2014
    • 42

    Connect to mysql and customer balance

    A customers wants the ability when a user calls in to enter their account number.
    IPOCC will connect to their database and the customer will hear ""your balance is .....""

    Is this possibel in IPOCC 9.07 and how?..

    Thank you
  • flaatten1
    Member
    • Mar 2012
    • 4

    #2
    Yes it's possible and you would use the IPOCC IVR with the ODBC connector. You would prompt and collect the account number and store it in a variable. Then pass that account number in the SQL query using the ODBC tools and get back the balance and store in a return variable. Then use the text to speech block and speak the balance to the caller.

    Comment

    • verma62
      Brainiac
      • Apr 2015
      • 59

      #3
      Hi,
      Database integration functionality is possible and I have tested the same with MSSQL database. IPOCC IVR document specifies the database connectivity limited to MSSQL, MSACCESS and Posgres database only.

      I haven't tested with other database yet.

      Comment

      • vliegj
        Whiz
        • Jun 2014
        • 42

        #4
        Thnaks i will try it

        Comment

        • verma62
          Brainiac
          • Apr 2015
          • 59

          #5
          Were you able to test it with MYSQL. I don't have mysql setup at my end so not able to test it.

          Comment

          Loading