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

[new-feature]: Dynamic Inbound Registration in PJSIP #21

Open
Mahmo0odsalah opened this issue Oct 31, 2023 · 0 comments
Open

[new-feature]: Dynamic Inbound Registration in PJSIP #21

Mahmo0odsalah opened this issue Oct 31, 2023 · 0 comments

Comments

@Mahmo0odsalah
Copy link

Feature Description

Allow dynamic registration of peers in res_pjsip, similar to the functionality of autocreatepeer in chan_sip. So that any register request is accepted on a specific endpoint. Example usage is as follows:

I have a website that communicates with a Janus Server over WebRTC. The Janus server is responsible for authentication and it communicates over SIP with an Asterisk server over Private IP. My users are dynamically created/removed so I cannot encode their contacts in Asterisk config. I want to allow any inbound registration from the Janus server regardless of user/contact/AOR. Currently this has been working fine using chan_sip but I can’t figure out how to do so in pjsip.

@jcolp jcolp transferred this issue from asterisk/asterisk Oct 31, 2023
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

1 participant