Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/sip/inbound.go
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ func (c *inboundCall) handleInvite(ctx context.Context, tid traceid.ID, req *sip
c.call.SipCallId = h.Value()
}

c.cc.StartRinging()
// c.cc.StartRinging()
// Send initial request. In the best case scenario, we will immediately get a room name to join.
// Otherwise, we could even learn that this number is not allowed and reject the call, or ask for pin if required.
disp := c.s.handler.DispatchCall(ctx, &CallInfo{
Expand Down
Loading