Skip to content

Commit

Permalink
support sip recording from a siprec call
Browse files Browse the repository at this point in the history
  • Loading branch information
xquanluu committed Feb 12, 2025
1 parent 0ba5cb5 commit 1536fc8
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 @@ -864,7 +864,8 @@ Duration=${payload.duration} `
blockMedia: this.blockMedia,
unblockMedia: this.unblockMedia,
unsubscribe: this.unsubscribe,
headers
headers,
isSipRecCall: Array.isArray(this.req.payload) && this.req.payload.length > 1
}));
try {
this._startRecordingNoAnswerTimer(res);
Expand Down

0 comments on commit 1536fc8

Please sign in to comment.