Re: [SR-Users] sip invite proxy-authorization

2018-01-21 Thread David Villasmil
$du = "sip:" + $sel(cfg_get.bridge.bindip) + ":" > > + $sel(cfg_get.bridge.bindport); > > route(RELAY); > > exit; > > } > > > > #!endif > > > > Thanks guys for your help. > > > > *From:* sr-users [

Re: [SR-Users] sip invite proxy-authorization

2018-01-20 Thread Dave & Hazel
dip) + ":" + $sel(cfg_get.bridge.bindport); route(RELAY); exit; } #!endif Thanks guys for your help. From: sr-users [mailto:sr-users-boun...@lists.kamailio.org] On Behalf Of David Villasmil Sent: Saturday, January 20, 2018 1:06 AM To: Kamailio (SER) - Users

Re: [SR-Users] sip invite proxy-authorization

2018-01-19 Thread David Villasmil
Again, are you calling a local registeted user? On Fri, Jan 19, 2018, 17:28 Dave & Hazel wrote: > Cheers Alex for your insight. > > My problem still remains in that my invites are not being challenged even > though AUTH is defined. > > On 19 Jan 2018, at 15:57, Alex Balashov wrote: > > Hi, > >

Re: [SR-Users] sip invite proxy-authorization

2018-01-19 Thread Dave & Hazel
Cheers Alex for your insight. My problem still remains in that my invites are not being challenged even though AUTH is defined. On 19 Jan 2018, at 15:57, Alex Balashov wrote: Hi, > On Fri, Jan 19, 2018 at 03:38:24PM -, Dave & Hazel wrote: > > preforming a SIP INVITE without first registe

Re: [SR-Users] sip invite proxy-authorization

2018-01-19 Thread Alex Balashov
Hi, On Fri, Jan 19, 2018 at 03:38:24PM -, Dave & Hazel wrote: > preforming a SIP INVITE without first registering with the Kamailio > service (SJ-Phone speak). I am dialling in remotely via NAT and my > call is being relayed successfully. Although many people are led to believe that there is

Re: [SR-Users] sip invite proxy-authorization

2018-01-19 Thread Dave & Hazel
l Tryba Sent: Friday, January 19, 2018 1:56 PM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] sip invite proxy-authorization On Fri, Jan 19, 2018 at 11:59:52AM -, Dave & Hazel wrote: > MYSQL is enabled and the subscriber table is populated but I can dial >

Re: [SR-Users] sip invite proxy-authorization

2018-01-19 Thread Daniel Tryba
On Fri, Jan 19, 2018 at 11:59:52AM -, Dave & Hazel wrote: > MYSQL is enabled and the subscriber table is populated but I can dial > in directly without being prompted for authentication. The clue may > well be in the kamailio.cfg I've inherited. This is a near default config, the AUTH route sh

Re: [SR-Users] sip invite proxy-authorization

2018-01-19 Thread Dave & Hazel
R) - Users Mailing List Subject: Re: [SR-Users] sip invite proxy-authorization Hi, No, that's not true. The same credentials should be used for authenticating invites, and other initial requests (if applicable). On January 18, 2018 11:34:44 AM EST, Dave & Hazel wrote: >Hello,

Re: [SR-Users] sip invite proxy-authorization

2018-01-18 Thread Alex Balashov
Hi, No, that's not true. The same credentials should be used for authenticating invites, and other initial requests (if applicable). On January 18, 2018 11:34:44 AM EST, Dave & Hazel wrote: >Hello, > >Sorry, I'm not that familiar with Kamailio. I am trying to figure out >how to configure prox

[SR-Users] sip invite proxy-authorization

2018-01-18 Thread Dave & Hazel
Hello, Sorry, I'm not that familiar with Kamailio. I am trying to figure out how to configure proxy-authorization for incoming sip invites. I've defined WITH_AUTH in the configuration file but I think this only applies to sip register transactions. Any insight is most appreciated. Dave