mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
bugfix: enqueue queue_result = bridged if queued call was answered
This commit is contained in:
@@ -234,6 +234,7 @@ class TaskEnqueue extends Task {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// resolve when either side hangs up
|
// resolve when either side hangs up
|
||||||
|
this.state = QueueResults.Bridged;
|
||||||
this.emitter
|
this.emitter
|
||||||
.on('hangup', () => {
|
.on('hangup', () => {
|
||||||
this.logger.info('TaskEnqueue:_bridgeLocal ending with hangup from dequeue party');
|
this.logger.info('TaskEnqueue:_bridgeLocal ending with hangup from dequeue party');
|
||||||
|
|||||||
Reference in New Issue
Block a user