log endpoint uuid for cross referencing with freeswitch logs

This commit is contained in:
Dave Horton
2024-05-20 11:04:15 -04:00
parent c0b56d4fc6
commit 844b0cb05d

View File

@@ -1911,7 +1911,7 @@ Duration=${duration} `
}); });
//ep.cs = this; //ep.cs = this;
this.ep = ep; this.ep = ep;
this.logger.debug(`allocated endpoint ${ep.uuid}`); this.logger.info(`allocated endpoint ${ep.uuid}`);
this._configMsEndpoint(); this._configMsEndpoint();