Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update API for SIP. Allow setting outbound number. #869

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dennwc
Copy link
Contributor

@dennwc dennwc commented Oct 25, 2024

  • Add update API for SIP Trunks and Dispatch Rules.
  • Allow setting custom outbound number in CreateSIPParticipant.
  • Relax Inbound Trunk validation: allow setting zero numbers for wildcard Trunk.
  • Fix typo in SIPUri: port should be an integer.

@dennwc dennwc requested review from biglittlebigben and a team October 25, 2024 10:11
@dennwc dennwc self-assigned this Oct 25, 2024
Copy link

changeset-bot bot commented Oct 25, 2024

🦋 Changeset detected

Latest commit: 35d11c4

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

💥 An error occurred when fetching the changed packages and changesets in this PR
Some errors occurred when validating the changesets config:
The package or glob expression "github.com/livekit/protocol" specified in the `fixed` option does not match any package in the project. You may have misspelled the package name or provided an invalid glob expression. Note that glob expressions must be defined according to https://www.npmjs.com/package/micromatch.

@@ -453,7 +473,7 @@ message SIPUri {
string user = 1;
string host = 2;
string ip = 3;
string port = 4;
uint32 port = 4;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@biglittlebigben Fixing a typo here. Hope it's still okay to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant