mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
added support for conference verb
This commit is contained in:
@@ -12,7 +12,7 @@ class TaskRedirect extends Task {
|
||||
get name() { return TaskName.Redirect; }
|
||||
|
||||
async exec(cs) {
|
||||
super.exec(cs);
|
||||
await super.exec(cs);
|
||||
await this.performAction();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user