set valid terminatedBy for rest call (#779)

This commit is contained in:
Anton Voylenko
2024-06-09 00:39:40 +03:00
committed by GitHub
parent 8eea212df2
commit 9969e39e7e

View File

@@ -56,7 +56,7 @@ class RestCallSession extends CallSession {
this._hangup();
}
_hangup(terminatedBy = 'jamboz') {
_hangup(terminatedBy = 'jambonz') {
if (this.restDialTask) {
this.restDialTask.turnOffAmd();
}