mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
set valid terminatedBy for rest call (#779)
This commit is contained in:
@@ -56,7 +56,7 @@ class RestCallSession extends CallSession {
|
|||||||
this._hangup();
|
this._hangup();
|
||||||
}
|
}
|
||||||
|
|
||||||
_hangup(terminatedBy = 'jamboz') {
|
_hangup(terminatedBy = 'jambonz') {
|
||||||
if (this.restDialTask) {
|
if (this.restDialTask) {
|
||||||
this.restDialTask.turnOffAmd();
|
this.restDialTask.turnOffAmd();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user