mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
rest call session does not handle for RE-INVITE (#863)
This commit is contained in:
@@ -46,6 +46,7 @@ class RestCallSession extends CallSession {
|
|||||||
this.dlg = dlg;
|
this.dlg = dlg;
|
||||||
dlg.on('destroy', this._callerHungup.bind(this));
|
dlg.on('destroy', this._callerHungup.bind(this));
|
||||||
dlg.on('refer', this._onRefer.bind(this));
|
dlg.on('refer', this._onRefer.bind(this));
|
||||||
|
dlg.on('modify', this._onReinvite.bind(this));
|
||||||
this.wrapDialog(dlg);
|
this.wrapDialog(dlg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user