mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 09:08:02 +00:00
lint
This commit is contained in:
@@ -2689,7 +2689,7 @@ Duration=${duration} `
|
|||||||
/**
|
/**
|
||||||
* _onMaxCallDuration - called when the call has reached the maximum duration
|
* _onMaxCallDuration - called when the call has reached the maximum duration
|
||||||
*/
|
*/
|
||||||
_onMaxCallDuration() {
|
_onMaxCallDuration() {
|
||||||
this.logger.info(`callSession:_onMaxCallDuration tearing down call as it has reached ${this.timeLimit}s`);
|
this.logger.info(`callSession:_onMaxCallDuration tearing down call as it has reached ${this.timeLimit}s`);
|
||||||
if (!this.dlg) {
|
if (!this.dlg) {
|
||||||
this.logger.debug('CallSession:_onMaxCallDuration - no dialog, call already gone');
|
this.logger.debug('CallSession:_onMaxCallDuration - no dialog, call already gone');
|
||||||
|
|||||||
Reference in New Issue
Block a user