Skip to content

Commit

Permalink
add missing initialization of scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Frindt committed Jul 23, 2024
1 parent 864151a commit a9a1653
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/call-session.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ class CallSession extends Emitter {
this.idleEmitter = this.srf.locals.idleEmitter;
this.activeCallIds = this.srf.locals.activeCallIds;
this.writeCdrs = this.srf.locals.writeCdrs;

this.scheme = 'sip';

this.decrKey = req.srf.locals.realtimeDbHelpers.decrKey;

const {
Expand Down

0 comments on commit a9a1653

Please sign in to comment.