Skip to content

Commit

Permalink
fixed review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xquanluu committed Oct 14, 2024
1 parent 117ee26 commit 7218db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/call-session.js
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ class CallSession extends Emitter {
'-Session-Expires'
],
// Add X-CID header to feature server response.
// to allow calling/status hooks contains sip_callid.
// to allow calling/status hooks contains sbc_callid.
responseHeaders: (uacRes, headers) => {
if (this.req.locals.cdr) {
headers['X-CID'] = this.req.locals.cdr.sip_callid;
Expand Down

0 comments on commit 7218db5

Please sign in to comment.