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

Consider closing MRCP port when SIP call ends #23

Open
MayamaTakeshi opened this issue Feb 13, 2021 · 0 comments
Open

Consider closing MRCP port when SIP call ends #23

MayamaTakeshi opened this issue Feb 13, 2021 · 0 comments

Comments

@MayamaTakeshi
Copy link
Owner

Currently, we are not closing MRCP connections and we are leaving this to be done by the client.
This is because MRCP messages for a session can be transmitted over multiple TCP connections.
However, in practice I think this will not happen and so we should close the MRCP connection if the SIP call ends.
This will at least avoid leaving sockets around that be causing issues during load tests.

@MayamaTakeshi MayamaTakeshi changed the title Consider colsing MRCP port when SIP call ends Consider closing MRCP port when SIP call ends Feb 13, 2021
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

1 participant