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

Outgoing Calls Not Working #17

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

Outgoing Calls Not Working #17

mattwilliamson opened this issue Jul 11, 2011 · 2 comments

Comments

@mattwilliamson
Copy link
Contributor

The bridge command is not being generated properly for the call verb.

XML:

<?xml version="1.0"?>
<Response>
    <Record bothLegs="true" fileFormat="mp3" finishOnKey="#" maxLength="3600" playBeep="true" timeout="5"/>
    <Dial hangupOnStar="false" method="POST" timeLimit="14400" timeout="20">
        <Number gateways="sofia/gateway/sip1">+1908xxxxxxx</Number>
    </Dial>
    <Hangup schedule="0"/>
</Response>

Plivo:

EXECUTE sofia/internal/+17328381910@flowroute.com bridge(<>sofia/gateway/sip1/+1908xxxxxxx)
2011-07-11 11:53:54.022303 [DEBUG] switch_ivr_originate.c:1869 Parsing global variables
2011-07-11 11:53:54.022303 [ERR] switch_core_session.c:413 Could not locate channel type <>sofia
2011-07-11 11:53:54.022303 [NOTICE] switch_ivr_originate.c:2443 Cannot create outgoing channel of type [<>sofia] cause: [CHAN_NOT_IMPLEMENTED]

I'm pretty sure it should be {} instead of <> in bridge(<>sofia/gateway/sip1/+1908xxxxxxx)

mike-plivo added a commit that referenced this issue Jul 11, 2011
@mike-plivo
Copy link
Member

ok I think I fixed it in last commit .

Hope it will work =)

@mattwilliamson
Copy link
Contributor Author

That worked. Thank you.

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