feat sip indialog actionHook (#477)

* feat sip indialog actionHook

* feat sip indialog actionHook

* feat sip indialog actionHook

* feat sip indialog actionHook

* update verb spec

* fix

* fix

* rename function as required _onRequestWithinDialog
This commit is contained in:
Hoan Luu Huu
2023-10-10 19:41:32 +07:00
committed by GitHub
parent f651cfa0b7
commit 48f2c57ae2
8 changed files with 244 additions and 9 deletions

View File

@@ -216,6 +216,9 @@ class TaskConfig extends Task {
cs.stopBackgroundListen();
}
}
if (this.data.sipRequestWithinDialogHook) {
cs.sipRequestWithinDialogHook = this.data.sipRequestWithinDialogHook;
}
}
async kill(cs) {