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

many sbc-sip server can send REGISTER to carrier #75

Open
AndreHeber opened this issue Oct 10, 2024 · 1 comment
Open

many sbc-sip server can send REGISTER to carrier #75

AndreHeber opened this issue Oct 10, 2024 · 1 comment

Comments

@AndreHeber
Copy link
Contributor

We need to add a functionality:
The carrier requires that our sbc-sip servers are registered at their side. We abuse the outgoing call register mechanism for that, but that restricts us to have only one sbc-sip server registered.
We are developing a feature to register many sbc-sip servers.

I see now different ways how that can be done:

  • removing the old mechanism ("only one server is registered") and replace it with a new one
  • offer both mechanisms ("only one server is registered" & "all servers are registered")
  • jambonz isn't interested and this is a Cognigy feature

What do you think?

@davehorton
Copy link
Contributor

The issue we may run into when we register from multiple SBCs is that some carriers will then "fork" the invite for an incoming call and send us multiple INVITEs. This obviously will cause havoc. Therefore, the proper way to do this feature, I think, is to add a new column at the voip_carrier level that indicates for this carrier we should do the multiple register thing.

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

No branches or pull requests

2 participants