Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
xquanluu committed Dec 13, 2024
1 parent 64335f6 commit 8bbf308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/place-outdial.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ class SingleDialer extends Emitter {
this.logger.debug('SingleDialer:kill hanging up called party');
this.emit('callStatusChange', {callStatus: CallStatus.Completed, duration});
const headers = {
...(Reason && {Reason})
...(Reason && {'X-Reason': Reason})
};
this.dlg.destroy({
headers
Expand Down

0 comments on commit 8bbf308

Please sign in to comment.