You can just reply 200 OK on each REGISTER in AUTH route (you should have it in 
standart install), like that:
                  if (is_method("REGISTER")) {
                          sl_send_reply("200","OK");
                         exit;

________________________________
Alexandru Covalschi
VoIP Engineer and System Administrator
tel: +373 673 98 493

> 22 нояб. 2017 г., в 18:37, Amar Tinawi <amar.tin...@gmail.com> написал(а):
> 
> First, and based on my experience, not 100% sure , you can’t perform register 
> without having username and password along side with a database, because 
> (username and password0 are parts of the sip registration process, and you 
> need them in order to be reachable and known in the network and monitored.
>  
> Reaching from external network is applicable as long as your server is 
> reachable
>  
> BR 
> Ammar 
>  
>  
> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10
>  
> From: Atux Atux <mailto:atuxn...@gmail.com>
> Sent: Wednesday, November 22, 2017 4:43 PM
> To: sr-users@lists.kamailio.org <mailto:sr-users@lists.kamailio.org>
> Subject: [SR-Users] debian setup without registration
>  
> Hi. i am new to the are of kamailio. i am looking to install in a PC running 
> debian 9 kamailio. that is easy since all i had to do was apt-get install 
> kamailio. I am looking on how to setup the system in a way that everyone 
> sending a register, to be able to register no matter what user name or passwd 
> sends. i do not want a MYSQL server on that server. Could someone give me 
> some hints on how to configure it please? In /etc/kamailio/kamctrlc i have 
> SIP_DOMAIN=192.168.124.5    which is my IP.
> Everybody from my LAN 192.168.124.0/24 <http://192.168.124.0/24> network must 
> be able to send a register with any username and any passwd and be able to 
> register. Also from the outside world, through port forward from my router.
> Some hints please?
> 
>  
> _______________________________________________
> Kamailio (SER) - Users Mailing List
> sr-users@lists.kamailio.org <mailto:sr-users@lists.kamailio.org>
> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users 
> <https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users>
_______________________________________________
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to