We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

max disconnect count exceeded - ???

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
sweetp123
Posts: 16
Joined: Wed May 24, 2006 9:22 am

max disconnect count exceeded - ???

Post by sweetp123 »

what does this mean? i have an event that is fired when the user disconnects - is this affected by this message?

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

disconnect handler/event causes infinite loop IVR error

Post by support »

Hi,

Within your <catch> tag, your disconnect handler/event is probably causing some sort of infinite loop by throwing another disconnect event, or transitioning to a page or dialog that throws a disconnect event. E.g. (contrived):

<catch event="connection.disconnect">
<!-- do some stuff -->
<disconnect />
</catch>

If you continue to experience IVR problems, provide an IVR code snippet or link thereto and we'll have a look at it.


Regards,

Plum Support

Post Reply