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

Allow disabling of SIP authentication #29

Closed
desipepova opened this issue Oct 2, 2014 · 2 comments
Closed

Allow disabling of SIP authentication #29

desipepova opened this issue Oct 2, 2014 · 2 comments
Assignees
Milestone

Comments

@desipepova
Copy link
Contributor

For trusted networks, authentication can be removed as it would be a perf overhead.
Also for applications such as customer support widget where visitors on website would want to talk to customer care agents anonymously, those users should register and make call or chat with agents without having them pre registered in RestComm

@ivelin ivelin added this to the 7.3.0 milestone Oct 2, 2014
deruelle pushed a commit that referenced this issue Nov 17, 2014
(cherry picked from commit c459c2c6ed4addc6c1fe541a5fbddc28b4049ea9)
deruelle pushed a commit that referenced this issue Nov 17, 2014
(cherry picked from commit 62056bdb487961a47cc1244e8f5e5d2f21582ce7)
@deruelle
Copy link
Member

deruelle commented Dec 7, 2014

A new config has been added to the restcomm.xml configuration file. Set it to false to disable auth for incoming requests (REGISTER, INVITE, MESSAGE) from SIP Clients
If set to true Restcomm will authenticate users and incoming messages from those users
<authenticate>true</authenticate>

@deruelle
Copy link
Member

deruelle commented Dec 7, 2014

@croufay can you document that feature ?

@ivelin ivelin assigned croufay and unassigned gvagenas Dec 7, 2014
@ivelin ivelin modified the milestones: 7.2.1, 7.3.0 Dec 7, 2014
@ivelin ivelin modified the milestones: 7.2.1, 7.3.0 Jan 16, 2015
@desipepova desipepova modified the milestones: 7.2.1, 7.3.0 Feb 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants