mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
bugfix #13, rest outdial is properly canceled after timeout
This commit is contained in:
@@ -24,9 +24,9 @@ class TaskRestDial extends Task {
|
|||||||
/**
|
/**
|
||||||
* INVITE has just been sent at this point
|
* INVITE has just been sent at this point
|
||||||
*/
|
*/
|
||||||
async exec(cs, req) {
|
async exec(cs) {
|
||||||
super.exec(cs);
|
super.exec(cs);
|
||||||
this.req = req;
|
this.req = cs.req;
|
||||||
|
|
||||||
this._setCallTimer();
|
this._setCallTimer();
|
||||||
await this.awaitTaskDone();
|
await this.awaitTaskDone();
|
||||||
|
|||||||
Reference in New Issue
Block a user