mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 15:35:41 +00:00
Fix: RingingTimeout was being skipped for transferParticipant (#3831)
We weren't relaying the RingingTimeout for transferSipParticipant. This fixes that
This commit is contained in:
@@ -704,9 +704,10 @@ func (s *SIPService) transferSIPParticipantRequest(ctx context.Context, req *liv
|
||||
}
|
||||
|
||||
return &rpc.InternalTransferSIPParticipantRequest{
|
||||
SipCallId: callID,
|
||||
TransferTo: req.TransferTo,
|
||||
PlayDialtone: req.PlayDialtone,
|
||||
Headers: req.Headers,
|
||||
SipCallId: callID,
|
||||
TransferTo: req.TransferTo,
|
||||
PlayDialtone: req.PlayDialtone,
|
||||
Headers: req.Headers,
|
||||
RingingTimeout: req.RingingTimeout,
|
||||
}, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user