mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2026-02-13 01:39:26 +00:00
Update place-outdial.js (#1090)
* Update place-outdial.js * update baseURL on redirect * Revert "update baseURL on redirect" This reverts commit 55778ba37edf029fa8687cd971b202af15478f95.
This commit is contained in:
@@ -409,7 +409,10 @@ class SingleDialer extends Emitter {
|
|||||||
} catch (err) {
|
} catch (err) {
|
||||||
this.logger.debug(err, 'SingleDialer:_executeApp: error');
|
this.logger.debug(err, 'SingleDialer:_executeApp: error');
|
||||||
this.emit('decline');
|
this.emit('decline');
|
||||||
if (this.dlg.connected) this.dlg.destroy();
|
if (this.dlg.connected) {
|
||||||
|
this.dlg.destroy();
|
||||||
|
this.ep.destroy();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user