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

Call verb dials all gateways at once instead of sequentially #6

Closed
mattwilliamson opened this issue Jun 13, 2011 · 3 comments
Closed
Assignees

Comments

@mattwilliamson
Copy link
Contributor

Note the gateways attribute in the dial element. That will result in two simultaneous calls to the same number. In my case they both went to my cell's voicemail.

<?xml version="1.0"?>
<Response>
    <Dial action="" callerId="" hangupOnStar="false" method="POST" timeLimit="14400" timeout="30">
        <Number gateways="sofia/gateway/flowroute,sofia/gateway/flowroute">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 Jun 16, 2011
@mike-plivo
Copy link
Member

Sorry for the late answer .

You are right, there is a bug here.
The calls must be sequential in your example.

l'm looking at it now .

@mike-plivo
Copy link
Member

Ok fixed in last commit !

@mattwilliamson
Copy link
Contributor Author

Looks good to me. Thanks!

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