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

ACDc Updates #54

Open
wants to merge 5 commits into
base: 4.3
Choose a base branch
from
Open

ACDc Updates #54

wants to merge 5 commits into from

Conversation

noahmehl
Copy link

No description provided.

kageds and others added 5 commits September 24, 2020 15:24
… the call

FS bridges the call to loopback so the test ecallmg_fs_channel:is_bridged() returns true
even though it is only bridged to itself.

When we then play a message to the Agent it causes ecallmgr_call_command:play() to use "broadcast" rather than "playback".

And therefore the CHANNEL_EXECUTE_COMPLETE "FILE PLAYED" event is again blocked and instead only the "BROADCAST SENT" is received
but this is received before the file is played and can't be used as a trigger to continue the call setup.

This fixes the problem by ignoring bridge to loopback but may not be the right way to fix it.

(cherry picked from commit f1c92b4)
remove spaces

(cherry picked from commit 69f1726)

remove space

fix failing test

fix make apis

schema upates

more schema updates
Visual Studio Code uses the .vscode directory for workspace settings
that should not be under source control.
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

Successfully merging this pull request may close these issues.

2 participants