signalwire / freeswitch

FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device.
https://freeswitch.com/#getting-started
Other
3.32k stars 1.38k forks source link

custom authentitaion for SIP / Webrtc endpoint registration. #2473

Open rahulsonawane1518 opened 1 month ago

rahulsonawane1518 commented 1 month ago

We are looking for a method to register SIP/WebRTC endpoints using custom authentication. Currently, we store the password in an XML file to register the phone, which can raise information security issues. How we can use LDAP for endpoint registration authentication , or how can we use a database to store the password and register the endpoint after validating the password in the database? @FreeSWITCH-CI