Skip to content

Commit

Permalink
Fix outbound cold transfer when using dual-channel-recording (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
dremin authored Oct 2, 2024
1 parent 430387e commit 3b011b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const registerStartExternalColdTransfer = async () => {

try {
await ProgrammableVoiceService.startColdTransfer(
task?.attributes?.call_sid ?? task.attributes.conference.participants.customer,
task?.attributes?.conference?.participants?.customer ?? task?.attributes?.call_sid,
phoneNumber,
callerId,
);
Expand Down

0 comments on commit 3b011b6

Please sign in to comment.