Skip to content

Tags: livekit/sip

Tags

v1.12.0

Toggle v1.12.0's commit message
cut v1.12.0

v1.11.0

Toggle v1.11.0's commit message
cut v1.11.0

v1.10.0

Toggle v1.10.0's commit message
cut v1.10.0

v1.9.0

Toggle v1.9.0's commit message
cut v1.9.0

v1.8.0

Toggle v1.8.0's commit message
cut v1.8.0

v1.7.0

Toggle v1.7.0's commit message
cut v1.7.0

v1.6.0

Toggle v1.6.0's commit message
cut v1.6.0

v1.5.0

Toggle v1.5.0's commit message
cut v1.5.0

v1.4.0

Toggle v1.4.0's commit message
cut v1.4.0

v1.3.1

Toggle v1.3.1's commit message
v1.3.1

Features
- Disable TURN for LiveKit RTC (#689)
- Allow ignoring local IP in SDP and enable symmetric mode (#687)
- Allow customizing auth realm for inbound calls (#688)
- Make TLS ALPN protocols configurable (#686)
- Per-call media timeout configuration (#673)
- Allow specifying codecs for the SDP (#672)
- Route outbound SIP traffic through a proxy (TEL-459, #643)
- Add Amazon Connect headers support (#641)
- Add support for symmetric RTP (#624)
- Use the new codec interfaces (#648)

Bug fixes
- Improve correctness of media timeout (TEL-562, #683)
- Make media timeout detection more deterministic (TEL-562, #675)
- Show media timeout banner for post-ack timeouts (TEL-563, #676)
- Eliminate CANCEL race and fix flaky test (#684)
- Do not transition state for 407 (TEL-575, #680)
- Fix SIP media config upgrade (#678)
- Fix noisy SRTP error log (TEL-553, #670)
- Reduce resampling in krisp (TEL-464, #653)
- Classify SDP errors as 4xx rather than 5xx (TEL-535, #664)
- Surface 503 error for EvaluateSIPDispatchRules error (TEL-525, #656)
- Copy missing fields to SIPCallInfo (#650)
- Modify Record-Route handling (#633)
- Reduce connect timeout to 1s (#629)
- Bump media-sdk to pull SRTP stream leak fix (#638)
- JoinWithToken accepts a context (TEL-522, #657)

Observability
- Consolidate track-related logs (#677)
- Tag outbound logs with sipCallID (#674)
- Support room close reason (TEL-455, #669)
- Instrument inbound call termination due to shutdown (TEL-455, #668)
- Instrument call termination (TEL-455, #667)
- Add signaling latency measurements for SIP (TEL-482, #652)
- Associate processors with callID (TEL-477, #647)
- Minor logging changes (#645)

Internals
- Bump media-sdk (#646)

Tests, CI
- Fix SIP test (TEL-535, #666)
- Pin GHA by commit, switch to golangci-lint (#651)
- Fix potential port conflict between siptest.NewClient and runSIPServer (TEL-459, #644)
- Update codecov/codecov-action to v6 (#636)