Re: [SR-Users] [SR_USers] Authenticate asterisk-kamailio

2015-05-01 Thread Mauricio Tejeda
o:sr-users-boun...@lists.sip-router.org] En nombre de SamyGo Enviado el: jueves, 30 de abril de 2015 4:39 Para: Kamailio (SER) - Users Mailing List Asunto: Re: [SR-Users] [SR_USers] Authenticate asterisk-kamailio Hi, The important thing to consider here is this line. #!define WITH_ASTERISK

Re: [SR-Users] [SR_USers] Authenticate asterisk-kamailio

2015-04-30 Thread Mauricio Tejeda
Front of my eyes and I did not see it. Thank you very much. -Mensaje original- De: sr-users [mailto:sr-users-boun...@lists.sip-router.org] En nombre de Daniel Tryba Enviado el: jueves, 30 de abril de 2015 13:44 Para: sr-users@lists.sip-router.org Asunto: Re: [SR-Users] [SR_USers

Re: [SR-Users] [SR_USers] Authenticate asterisk-kamailio

2015-04-30 Thread Daniel Tryba
On Thursday 30 April 2015 13:23:25 Mauricio Tejeda wrote: > #!ifdef WITH_ASTERISK > >if (!auth_check("$fd", "sipusers", "1")) > { # OK Asterisk Users are no problem > > #!else >

Re: [SR-Users] [SR_USers] Authenticate asterisk-kamailio

2015-04-30 Thread Mauricio Tejeda
o:sr-users-boun...@lists.sip-router.org] En nombre de SamyGo Enviado el: jueves, 30 de abril de 2015 4:39 Para: Kamailio (SER) - Users Mailing List Asunto: Re: [SR-Users] [SR_USers] Authenticate asterisk-kamailio Hi, The important thing to consider here is this line. #!define WITH_ASTERISK so

Re: [SR-Users] [SR_USers] Authenticate asterisk-kamailio

2015-04-30 Thread SamyGo
Hi, The important thing to consider here is this line. #!define WITH_ASTERISK so if you've defined this on the very top of your kamailio.cfg then it will go and check username/passwords from the sipusers table from the Database defined by this: DBASTURL if (!auth_check("$fd", "sipusers", "1"))

[SR-Users] [SR_USers] Authenticate asterisk-kamailio

2015-04-29 Thread Mauricio Tejeda
Hello All. My English is bad so I hope you can understand. I have been working with Kamailio some time, I following some of Guides of http://kb.asipto.com, http://saevolgo.blogspot.com and http://nil.uniza.sk. To Authenticate Asterisk sipusers I'm not have problems, but subscriber of Kamai