Skip to content

build(deps): bump xphone from 0.4.0 to 0.4.1#13

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/xphone-0.4.1
Open

build(deps): bump xphone from 0.4.0 to 0.4.1#13
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/xphone-0.4.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 24, 2026

Copy link
Copy Markdown
Contributor

Bumps xphone from 0.4.0 to 0.4.1.

Changelog

Sourced from xphone's changelog.

[0.4.1] - 2026-03-20

Changed

  • Consolidated SIP URI-to-SocketAddr parsing into shared sip::resolve_host() — used by both outbound proxy URI parser and trunk server ACK routing. Adds DNS resolution and ;params stripping to both paths consistently.
  • ClientConfig now implements Default — reduces boilerplate when adding new optional fields (tests use ..Default::default() instead of spelling out every None)

Added

  • Outbound proxy support — route outbound INVITEs through a proxy separate from the registrar via Config::outbound_proxy (e.g. "sip:proxy.example.com:5060")
  • Separate outbound credentialsConfig::outbound_username / outbound_password for INVITE authentication distinct from REGISTER credentials
  • P-Asserted-IdentityDialOptions::caller_id now sets the P-Asserted-Identity header on outbound INVITEs
  • PhoneBuilder::outbound_proxy() and PhoneBuilder::outbound_credentials() builder methods

Fixed

  • Custom headers not applied to outbound INVITEsDialOptions::custom_headers and caller_id were stored but never sent in the SIP INVITE. Now plumbed through SipTransport::dial()Client::send_invite() → wire format.
  • Config.host containing host:port (e.g. "10.0.0.7:5060") no longer produces malformed SIP URIs with double ports. The embedded port is extracted automatically; explicit .port() calls take precedence.
  • RTP port 0 in SDP when rtp_port_min/rtp_port_max are unset (default 0,0) — now falls back to OS-assigned ephemeral port instead of producing m=audio 0 which rejects media per RFC 3264
Commits
  • c3c2994 Merge pull request #41 from x-phone/release/v0.4.1
  • d209c07 Bump version to 0.4.1
  • abe6155 Merge pull request #40 from x-phone/refactor/client-config-default
  • 23bbfdd Fix missing ClientConfig fields in integration test helper
  • 968389d Add Default impl for ClientConfig to reduce test boilerplate
  • 672d46e Merge pull request #39 from x-phone/refactor/consolidate-uri-parsing
  • d83997a Remove stale doc comment on parse_proxy_uri
  • 7e403d9 Consolidate SIP URI-to-SocketAddr parsing into sip::resolve_host
  • 92f6d24 Merge pull request #36 from x-phone/feature/outbound-proxy
  • 125fb25 Strip URI params in parse_proxy_uri to prevent silent failure
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [xphone](https://github.com/x-phone/xphone-rust) from 0.4.0 to 0.4.1.
- [Changelog](https://github.com/x-phone/xphone-rust/blob/main/CHANGELOG.md)
- [Commits](x-phone/xphone-rust@v0.4.0...v0.4.1)

---
updated-dependencies:
- dependency-name: xphone
  dependency-version: 0.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants