mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
remove log message
This commit is contained in:
@@ -49,7 +49,6 @@ class RestCallSession extends CallSession {
|
|||||||
*/
|
*/
|
||||||
_callerHungup() {
|
_callerHungup() {
|
||||||
if (this.restDialTask) {
|
if (this.restDialTask) {
|
||||||
this.logger.info('RestCallSession: releasing AMD');
|
|
||||||
this.restDialTask.turnOffAmd();
|
this.restDialTask.turnOffAmd();
|
||||||
}
|
}
|
||||||
this.callInfo.callTerminationBy = 'caller';
|
this.callInfo.callTerminationBy = 'caller';
|
||||||
|
|||||||
Reference in New Issue
Block a user