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

Using the AMI action, AudioFork doesn't disconnect after call is complete #30

Open
jmordica opened this issue Mar 15, 2024 · 4 comments

Comments

@jmordica
Copy link

When the channel no longer exists, shouldn't this kill the AudioFork (close the websocket connection)? Or do you always have to do a StopAudioFork?

Thanks!

@mustafalii
Copy link

Seeing a similar issue, although I'm seeing that the AudioFork is closed, but the TCP Ports (associated with the WS connection) on the asterisk server get stuck in a CLOSE-WAIT state and are never properly closed.

Any ideas what the issue might be here? @nadirhamid

@amilcarsilvestre
Copy link

I have the same behavior here, the connections stay stuck in the CLOSE_WAIT state forever.

I think it's a bug unrelated to this one, should I open a new issue, @nadirhamid ?

@amilcarsilvestre
Copy link

Just one more piece of information, this bug that leaves all connections stuck in CLOSE_WAIT was introduced by this commit ec71ebe

@nadirhamid
Copy link
Owner

nadirhamid commented Nov 9, 2024

I have the same behavior here, the connections stay stuck in the CLOSE_WAIT state forever.

I think it's a bug unrelated to this one, should I open a new issue, @nadirhamid ?

I think this is all valuable insight, although it's tough to say whether the CLOSE_WAIT issue is related to @jmordica's concern or not. I think it would be best to open another issue for this.

I will be looking into fixing some of these issues in the next build.

Thanks for your input.

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

4 participants