Git Product home page Git Product logo

Comments (1)

MayamaTakeshi avatar MayamaTakeshi commented on July 19, 2024

It seems this is the situation:

                                        </Section>
                                        <Section name="ivr">
                                                <Play>voicemail://group1/voicemail_message.wav</Play>
                                                <GetDigits timeout="20" numDigits="1" retries="1" validDigits="13">
                                                        <Play>system://en-dtmf/urgent_voicemail/ivr_options.wav</Play>
                                                </GetDigits>
                                                <Switch var="Digits">
                                                        <Case val="1">
                                                                <GoTo>ivr</GoTo>
                                                        </Case>
                                                        <Case val="3">
                                                                <Set var="Accepted" val="true"/>
                                                                <Play>system://en-dtmf/urgent_voicemail/you_are_in_charge_of_this_issue.wav</Play>
                                                        </Case>
                                                        <Default>
                                                                <Play>system://en-dtmf/urgent_voicemail/contacting_another_group_member.wav</Play>
                                                        </Default>
                                                </Switch>
                                        </Section>
                                </Response>


14:58:25.691  sleep (urgent_voicemail.ok.js:146) started
14:58:26.652  wait (urgent_voicemail.ok.js:146) timed out while waiting for:
14:58:26.652  [

]
wait (urgent_voicemail.ok.js:146) timed out

Notice that we started a sleep but then we got a timeout for wait (the wait line number is wrong because we get the line number of the current action that is sleep).
So it seems we are failing to stop call clearTimeout for a previous wait.

from zeq.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.