Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dial Verb Timeout #24

Closed
mattwilliamson opened this issue Jul 27, 2011 · 2 comments
Closed

Dial Verb Timeout #24

mattwilliamson opened this issue Jul 27, 2011 · 2 comments
Assignees

Comments

@mattwilliamson
Copy link
Contributor

Using the following XML, I'd expect the b leg to terminate after 20 seconds, however the line remains intact:

<?xml version="1.0"?>
<Response>
    <Speak loop="1" voice="slt">Dialing User</Speak>
    <Dial callbackUrl="http://127.0.0.1:8000/_plivo/b-leg/callback" callerId="1949266xxxx" dialMusic="/usr/local/freeswitch/sounds/music/8000/ponce-preludio-in-e-major.wav" hangupOnStar="false" method="POST" timeLimit="20" timeout="30">
        <Number gateways="sofia/gateway/flowroute,user">+1732838xxxx</Number>
    </Dial>
    <Speak loop="1" voice="slt">The call failed or the remote party hung up. Goodbye</Speak>
</Response>
@ghost ghost assigned mike-plivo Jul 28, 2011
@mike-plivo
Copy link
Member

ok fixed in last commit

thanks again for the report =)

@mattwilliamson
Copy link
Contributor Author

This is confirmed working. Thanks for the quick fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants