mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2026-07-04 19:32:01 +00:00
fix uncaught exception referencing this.ep in freeswitch hangup scenario (#1532)
This commit is contained in:
@@ -2476,7 +2476,7 @@ Duration=${duration} `
|
||||
this.logger.info(`allocated endpoint ${ep.uuid}`);
|
||||
|
||||
this.ep.on('destroy', () => {
|
||||
this.logger.debug(`endpoint was destroyed!! ${this.ep.uuid}`);
|
||||
this.logger.debug(`endpoint was destroyed!! ${this.ep?.uuid}`);
|
||||
});
|
||||
|
||||
if (this.direction === CallDirection.Inbound || this.application?.transferredCall) {
|
||||
|
||||
Reference in New Issue
Block a user