Skip to content

Commit

Permalink
fix transfer logic (#34263)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardcho-msft authored Feb 16, 2023
1 parent 8253dc6 commit 1a5a7a1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,8 @@ private static TransferToParticipantRequestInternal CreateTransferToParticipantR

request.TransfereeCallerId = options.CallInvite.SourceCallerIdNumber == null ? null : new PhoneNumberIdentifierModel(options.CallInvite.SourceCallerIdNumber.PhoneNumber);

request.CustomContext = new CustomContextInternal();

foreach (var sipHeader in options.CallInvite.SipHeaders)
{
request.CustomContext.SipHeaders.Add(sipHeader.Key, sipHeader.Value);
Expand Down

0 comments on commit 1a5a7a1

Please sign in to comment.