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

fix errors on filler noises #795 795 #796

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

paulotelles
Copy link
Contributor

fix errors on filler noises #795 795

related to issue #795

_startFillerNoiseTimer() {
this._clearFillerNoiseTimer();
this._fillerNoiseTimer = setTimeout(() => {
if (this.awaitCommands) {
Copy link
Contributor

@Catharsis68 Catharsis68 Jul 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add an additional check for the case the freeswitch endpoint is not available anymore

Suggested change
if (this.awaitCommands) {
if (this.awaitCommands && this.ep?.connected) {

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.

3 participants