Author Topic: Serious Help with a DirectTalk IVR Needed  (Read 3197 times)

Superglide

  • Guest
Serious Help with a DirectTalk IVR Needed
« on: January 01, 1970, 12:00:00 AM »
Hi all, and round on the bar from me.

We are implementing a large 6.5 DT/6 install (starts at 180 ports per IVR) and are having major problems getting the system to stay available for any length of time. The errors we see are:

11 Timeouts from the IVR Driver logs
and an eventual timeout from the d2is Custom Server in DT/6

This one has us (and the labs to date) baffeled.

Any Dt/6 sites out there that can help?










Marked as best answer by on Today at 11:30:56 AM

Kevin

  • Guest
Serious Help with a DirectTalk IVR Needed
« Reply #1 on: January 01, 1970, 12:00:00 AM »
  • Undo Best Answer
  • We are working with a vendor, who also had timeout issues, but I believed that they resolved them in this way:
    1. Make sure that you are calling the "NotifyCallStart" at the beginning of the application;
    2. put a pause in afterwards maybe only 250 milliseconds to give the data time to get across the network. According to the documentation, without an event after the NotifyCallStart, no other call will succeed;
    3. Make sure that the "NotifyCallEnd" is getting called for each call.