mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
minor logging
This commit is contained in:
@@ -1161,7 +1161,12 @@ class CallSession extends Emitter {
|
|||||||
// need to allocate an endpoint
|
// need to allocate an endpoint
|
||||||
try {
|
try {
|
||||||
if (!this.ms) this.ms = this.getMS();
|
if (!this.ms) this.ms = this.getMS();
|
||||||
const ep = await this.ms.createEndpoint({remoteSdp: this.req.body});
|
const ep = await this.ms.createEndpoint({
|
||||||
|
headers: {
|
||||||
|
'X-Jambones-Call-ID': this.callId,
|
||||||
|
},
|
||||||
|
remoteSdp: this.req.body
|
||||||
|
});
|
||||||
//ep.cs = this;
|
//ep.cs = this;
|
||||||
this.ep = ep;
|
this.ep = ep;
|
||||||
ep.set({
|
ep.set({
|
||||||
|
|||||||
Reference in New Issue
Block a user