Re: [SR-Users] Kamailio/Freeswitch auth user and UserID

2019-08-14 Thread David Villasmil
Go to
https://join.slack.com/t/kamailio/shared_invite/enQtNDY1NDc5MzMwNDIzLWJlNTFhYmYwOWE4ODcyZmM3OWYyMjEwYmRjMDg3YjU0NTU5YjNkZDdlNTM4NTFmYzYyMmE1YzQxNzNmZDAxNjA


On Wed, 14 Aug 2019 at 14:53, Petarr Jones  wrote:

> Thanks David
>
> How do I get an invite to the slack channel?
> --
> *From:* sr-users  on behalf of David
> Villasmil 
> *Sent:* 14 August 2019 00:15
>
> *To:* Kamailio (SER) - Users Mailing List 
> *Subject:* Re: [SR-Users] Kamailio/Freeswitch auth user and UserID
>
> You may want to come in on the slack channel. Easier.
>
> On Wed, 14 Aug 2019 at 08:13, David Villasmil <
> david.villasmil.w...@gmail.com> wrote:
>
> Sorry Petarr,
>
> I still don’t fully understand.
> Let’s put it this way.
>
> Users will register on kamailio using the schemes you just pasted, i.e.:
> 1001-123456789, and from there, whenever they make a call to another
> extension in freeswitch, you say fs doesn’t like the extension scheme so
> you want to do something like 1001 instead? I.e.: remove anything from the
> - on?
>
>
> On Wed, 14 Aug 2019 at 07:41, Petarr Jones 
> wrote:
>
> Hi David
>
> I am clearly not articulating the issue properly. I don't have a problem
> with the authentication from a Kamailio perspective but rather trying to
> understand how I would authenticate a user in Kamailio based on a different
> user name than in Freeswitch.
>
> As an example, I would like the phone to authenticate with Kamailio as
> user "1001-126252581276" but the resulting backend to Freeswitch be done
> only using the extension "1001", since Freeswitch seems far more
> comfortable with the UserID and extension being the same rather than trying
> to use "1001-126252581276" in Freeswitch and rely on "number-alias" for the
> extension.
>
> Regards
> Petarr
>
>
> ----------
> *From:* sr-users  on behalf of David
> Villasmil 
> *Sent:* 13 August 2019 23:07
>
> *To:* Kamailio (SER) - Users Mailing List 
> *Subject:* Re: [SR-Users] Kamailio/Freeswitch auth user and UserID
>
> I see.
> Ok but you somehow need those user/passwords to authenticate.
> It’s simple, add those users/pass to the dB table in kamailio.
> You configure /etc/kamailio/kamctlrc for your db, then to create the
> database you
> execute:
>
> kamdbctl create
>
> You end up with the kamailio database, and insert your records in the
> “subscriber” table. Then configure usrloc to get the users’ authentication
> info from that table.
>
> Hope that helps!
>
> David
>
> On Wed, 14 Aug 2019 at 06:44, Petarr Jones 
> wrote:
>
> Thanks David.
>
> The asterisk PBX is being shut down as it is hosted with a different
> provider and I am wanting to bring the PBX in-house. Once migrated the
> asterisk PBX will be gone/deleted.
>
> I don't have access to any of the Asterisk backend, which is why I am
> moving to a different solution. The reason for wanting to stay with the
> same username is testing. If I could just change the dns record for the SIP
> server, then the phones will automatically connect to the new system and if
> there are any issues, I can just switch the dns record back.
> --
> *From:* sr-users  on behalf of David
> Villasmil 
> *Sent:* 13 August 2019 22:33
> *To:* Kamailio (SER) - Users Mailing List 
> *Subject:* Re: [SR-Users] Kamailio/Freeswitch auth user and UserID
>
> Is the users data asterisk uses in a db? If so, you can use the usrloc
> module to actually get the authentication info from that dB table. Check it
> out.
>
> On Wed, 14 Aug 2019 at 06:17, Petarr Jones 
> wrote:
>
> Hi
>
> I am new to Kamailio and would like some guidance on linking up with
> Freeswitch.
>
> I have an exiting hosted Asterisk PBX that uses a combination of extension
> and pbx username (eg 1001-126252581276) and I want to move it over to
> Kamailio/Freeswitch without re-configuring the SIP phones.
>
> I have tried Freeswitch "number-alias" but it does not seem like a good
> fit due to things like BLF not working and the added overhead etc.
>
> Is there a way to configure Kamailio to authenticate a user based on the
> above username and then send an extension to Freeswitch as the UserID
> instead, thereby separating the Kamailio authentication from the Freeswitch
> UserID?
>
> As I don't yet have a full understanding of the Kamailio/Freeswitch
> interaction, I don't know whether this will cause other issues?
>
> Thanks in advance
> Petarr
> ___
> Kamailio (SER) - Users Mailing List
> sr-users@lists.kamailio.org
> h

Re: [SR-Users] Kamailio/Freeswitch auth user and UserID

2019-08-14 Thread Petarr Jones
Thanks David

How do I get an invite to the slack channel?

From: sr-users  on behalf of David 
Villasmil 
Sent: 14 August 2019 00:15
To: Kamailio (SER) - Users Mailing List 
Subject: Re: [SR-Users] Kamailio/Freeswitch auth user and UserID

You may want to come in on the slack channel. Easier.

On Wed, 14 Aug 2019 at 08:13, David Villasmil 
mailto:david.villasmil.w...@gmail.com>> wrote:
Sorry Petarr,

I still don’t fully understand.
Let’s put it this way.

Users will register on kamailio using the schemes you just pasted, i.e.: 
1001-123456789, and from there, whenever they make a call to another extension 
in freeswitch, you say fs doesn’t like the extension scheme so you want to do 
something like 1001 instead? I.e.: remove anything from the - on?


On Wed, 14 Aug 2019 at 07:41, Petarr Jones 
mailto:petarrjo...@outlook.com>> wrote:
Hi David

I am clearly not articulating the issue properly. I don't have a problem with 
the authentication from a Kamailio perspective but rather trying to understand 
how I would authenticate a user in Kamailio based on a different user name than 
in Freeswitch.

As an example, I would like the phone to authenticate with Kamailio as user 
"1001-126252581276" but the resulting backend to Freeswitch be done only using 
the extension "1001", since Freeswitch seems far more comfortable with the 
UserID and extension being the same rather than trying to use 
"1001-126252581276" in Freeswitch and rely on "number-alias" for the extension.

Regards
Petarr



From: sr-users 
mailto:sr-users-boun...@lists.kamailio.org>>
 on behalf of David Villasmil 
mailto:david.villasmil.w...@gmail.com>>
Sent: 13 August 2019 23:07

To: Kamailio (SER) - Users Mailing List 
mailto:sr-users@lists.kamailio.org>>
Subject: Re: [SR-Users] Kamailio/Freeswitch auth user and UserID

I see.
Ok but you somehow need those user/passwords to authenticate.
It’s simple, add those users/pass to the dB table in kamailio.
You configure /etc/kamailio/kamctlrc for your db, then to create the database 
you
execute:

kamdbctl create

You end up with the kamailio database, and insert your records in the 
“subscriber” table. Then configure usrloc to get the users’ authentication info 
from that table.

Hope that helps!

David

On Wed, 14 Aug 2019 at 06:44, Petarr Jones 
mailto:petarrjo...@outlook.com>> wrote:
Thanks David.

The asterisk PBX is being shut down as it is hosted with a different provider 
and I am wanting to bring the PBX in-house. Once migrated the asterisk PBX will 
be gone/deleted.

I don't have access to any of the Asterisk backend, which is why I am moving to 
a different solution. The reason for wanting to stay with the same username is 
testing. If I could just change the dns record for the SIP server, then the 
phones will automatically connect to the new system and if there are any 
issues, I can just switch the dns record back.

From: sr-users 
mailto:sr-users-boun...@lists.kamailio.org>>
 on behalf of David Villasmil 
mailto:david.villasmil.w...@gmail.com>>
Sent: 13 August 2019 22:33
To: Kamailio (SER) - Users Mailing List 
mailto:sr-users@lists.kamailio.org>>
Subject: Re: [SR-Users] Kamailio/Freeswitch auth user and UserID

Is the users data asterisk uses in a db? If so, you can use the usrloc module 
to actually get the authentication info from that dB table. Check it out.

On Wed, 14 Aug 2019 at 06:17, Petarr Jones 
mailto:petarrjo...@outlook.com>> wrote:
Hi

I am new to Kamailio and would like some guidance on linking up with Freeswitch.

I have an exiting hosted Asterisk PBX that uses a combination of extension and 
pbx username (eg 1001-126252581276) and I want to move it over to 
Kamailio/Freeswitch without re-configuring the SIP phones.

I have tried Freeswitch "number-alias" but it does not seem like a good fit due 
to things like BLF not working and the added overhead etc.

Is there a way to configure Kamailio to authenticate a user based on the above 
username and then send an extension to Freeswitch as the UserID instead, 
thereby separating the Kamailio authentication from the Freeswitch UserID?

As I don't yet have a full understanding of the Kamailio/Freeswitch 
interaction, I don't know whether this will cause other issues?

Thanks in advance
Petarr
___
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
--
Regards,

David Villasmil
email: david.villasmil.w...@gmail.com<mailto:david.villasmil.w...@gmail.com>
phone: +34669448337
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org<mailto:sr-users@lists.kamailio.org>
https://lists.kamailio.org/cgi-bin/ma

Re: [SR-Users] Kamailio/Freeswitch auth user and UserID

2019-08-14 Thread David Villasmil
You may want to come in on the slack channel. Easier.

On Wed, 14 Aug 2019 at 08:13, David Villasmil <
david.villasmil.w...@gmail.com> wrote:

> Sorry Petarr,
>
> I still don’t fully understand.
> Let’s put it this way.
>
> Users will register on kamailio using the schemes you just pasted, i.e.:
> 1001-123456789, and from there, whenever they make a call to another
> extension in freeswitch, you say fs doesn’t like the extension scheme so
> you want to do something like 1001 instead? I.e.: remove anything from the
> - on?
>
>
> On Wed, 14 Aug 2019 at 07:41, Petarr Jones 
> wrote:
>
>> Hi David
>>
>> I am clearly not articulating the issue properly. I don't have a problem
>> with the authentication from a Kamailio perspective but rather trying to
>> understand how I would authenticate a user in Kamailio based on a different
>> user name than in Freeswitch.
>>
>> As an example, I would like the phone to authenticate with Kamailio as
>> user "1001-126252581276" but the resulting backend to Freeswitch be done
>> only using the extension "1001", since Freeswitch seems far more
>> comfortable with the UserID and extension being the same rather than trying
>> to use "1001-126252581276" in Freeswitch and rely on "number-alias" for the
>> extension.
>>
>> Regards
>> Petarr
>>
>>
>> ------
>> *From:* sr-users  on behalf of
>> David Villasmil 
>> *Sent:* 13 August 2019 23:07
>>
>> *To:* Kamailio (SER) - Users Mailing List 
>> *Subject:* Re: [SR-Users] Kamailio/Freeswitch auth user and UserID
>>
>> I see.
>> Ok but you somehow need those user/passwords to authenticate.
>> It’s simple, add those users/pass to the dB table in kamailio.
>> You configure /etc/kamailio/kamctlrc for your db, then to create the
>> database you
>> execute:
>>
>> kamdbctl create
>>
>> You end up with the kamailio database, and insert your records in the
>> “subscriber” table. Then configure usrloc to get the users’ authentication
>> info from that table.
>>
>> Hope that helps!
>>
>> David
>>
>> On Wed, 14 Aug 2019 at 06:44, Petarr Jones 
>> wrote:
>>
>> Thanks David.
>>
>> The asterisk PBX is being shut down as it is hosted with a different
>> provider and I am wanting to bring the PBX in-house. Once migrated the
>> asterisk PBX will be gone/deleted.
>>
>> I don't have access to any of the Asterisk backend, which is why I am
>> moving to a different solution. The reason for wanting to stay with the
>> same username is testing. If I could just change the dns record for the SIP
>> server, then the phones will automatically connect to the new system and if
>> there are any issues, I can just switch the dns record back.
>> --
>> *From:* sr-users  on behalf of
>> David Villasmil 
>> *Sent:* 13 August 2019 22:33
>> *To:* Kamailio (SER) - Users Mailing List 
>> *Subject:* Re: [SR-Users] Kamailio/Freeswitch auth user and UserID
>>
>> Is the users data asterisk uses in a db? If so, you can use the usrloc
>> module to actually get the authentication info from that dB table. Check it
>> out.
>>
>> On Wed, 14 Aug 2019 at 06:17, Petarr Jones 
>> wrote:
>>
>> Hi
>>
>> I am new to Kamailio and would like some guidance on linking up with
>> Freeswitch.
>>
>> I have an exiting hosted Asterisk PBX that uses a combination of
>> extension and pbx username (eg 1001-126252581276) and I want to move it
>> over to Kamailio/Freeswitch without re-configuring the SIP phones.
>>
>> I have tried Freeswitch "number-alias" but it does not seem like a good
>> fit due to things like BLF not working and the added overhead etc.
>>
>> Is there a way to configure Kamailio to authenticate a user based on the
>> above username and then send an extension to Freeswitch as the UserID
>> instead, thereby separating the Kamailio authentication from the Freeswitch
>> UserID?
>>
>> As I don't yet have a full understanding of the Kamailio/Freeswitch
>> interaction, I don't know whether this will cause other issues?
>>
>> Thanks in advance
>> Petarr
>> ___
>> Kamailio (SER) - Users Mailing List
>> sr-users@lists.kamailio.org
>> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
>>
>> --
>> Regards,
>>
>> David Villasmil
>> email: da

Re: [SR-Users] Kamailio/Freeswitch auth user and UserID

2019-08-14 Thread David Villasmil
Sorry Petarr,

I still don’t fully understand.
Let’s put it this way.

Users will register on kamailio using the schemes you just pasted, i.e.:
1001-123456789, and from there, whenever they make a call to another
extension in freeswitch, you say fs doesn’t like the extension scheme so
you want to do something like 1001 instead? I.e.: remove anything from the
- on?


On Wed, 14 Aug 2019 at 07:41, Petarr Jones  wrote:

> Hi David
>
> I am clearly not articulating the issue properly. I don't have a problem
> with the authentication from a Kamailio perspective but rather trying to
> understand how I would authenticate a user in Kamailio based on a different
> user name than in Freeswitch.
>
> As an example, I would like the phone to authenticate with Kamailio as
> user "1001-126252581276" but the resulting backend to Freeswitch be done
> only using the extension "1001", since Freeswitch seems far more
> comfortable with the UserID and extension being the same rather than trying
> to use "1001-126252581276" in Freeswitch and rely on "number-alias" for the
> extension.
>
> Regards
> Petarr
>
>
> --
> *From:* sr-users  on behalf of David
> Villasmil 
> *Sent:* 13 August 2019 23:07
>
> *To:* Kamailio (SER) - Users Mailing List 
> *Subject:* Re: [SR-Users] Kamailio/Freeswitch auth user and UserID
>
> I see.
> Ok but you somehow need those user/passwords to authenticate.
> It’s simple, add those users/pass to the dB table in kamailio.
> You configure /etc/kamailio/kamctlrc for your db, then to create the
> database you
> execute:
>
> kamdbctl create
>
> You end up with the kamailio database, and insert your records in the
> “subscriber” table. Then configure usrloc to get the users’ authentication
> info from that table.
>
> Hope that helps!
>
> David
>
> On Wed, 14 Aug 2019 at 06:44, Petarr Jones 
> wrote:
>
> Thanks David.
>
> The asterisk PBX is being shut down as it is hosted with a different
> provider and I am wanting to bring the PBX in-house. Once migrated the
> asterisk PBX will be gone/deleted.
>
> I don't have access to any of the Asterisk backend, which is why I am
> moving to a different solution. The reason for wanting to stay with the
> same username is testing. If I could just change the dns record for the SIP
> server, then the phones will automatically connect to the new system and if
> there are any issues, I can just switch the dns record back.
> ------
> *From:* sr-users  on behalf of David
> Villasmil 
> *Sent:* 13 August 2019 22:33
> *To:* Kamailio (SER) - Users Mailing List 
> *Subject:* Re: [SR-Users] Kamailio/Freeswitch auth user and UserID
>
> Is the users data asterisk uses in a db? If so, you can use the usrloc
> module to actually get the authentication info from that dB table. Check it
> out.
>
> On Wed, 14 Aug 2019 at 06:17, Petarr Jones 
> wrote:
>
> Hi
>
> I am new to Kamailio and would like some guidance on linking up with
> Freeswitch.
>
> I have an exiting hosted Asterisk PBX that uses a combination of extension
> and pbx username (eg 1001-126252581276) and I want to move it over to
> Kamailio/Freeswitch without re-configuring the SIP phones.
>
> I have tried Freeswitch "number-alias" but it does not seem like a good
> fit due to things like BLF not working and the added overhead etc.
>
> Is there a way to configure Kamailio to authenticate a user based on the
> above username and then send an extension to Freeswitch as the UserID
> instead, thereby separating the Kamailio authentication from the Freeswitch
> UserID?
>
> As I don't yet have a full understanding of the Kamailio/Freeswitch
> interaction, I don't know whether this will cause other issues?
>
> Thanks in advance
> Petarr
> ___
> Kamailio (SER) - Users Mailing List
> sr-users@lists.kamailio.org
> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
>
> --
> Regards,
>
> David Villasmil
> email: david.villasmil.w...@gmail.com
> phone: +34669448337
> ___
> Kamailio (SER) - Users Mailing List
> sr-users@lists.kamailio.org
> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
>
> --
> Regards,
>
> David Villasmil
> email: david.villasmil.w...@gmail.com
> phone: +34669448337
> ___
> Kamailio (SER) - Users Mailing List
> sr-users@lists.kamailio.org
> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
>
-- 
Regards,

David Villasmil
email: david.villasmil.w...@gmail.com
phone: +34669448337
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] Kamailio/Freeswitch auth user and UserID

2019-08-14 Thread Petarr Jones
Hi David

I am clearly not articulating the issue properly. I don't have a problem with 
the authentication from a Kamailio perspective but rather trying to understand 
how I would authenticate a user in Kamailio based on a different user name than 
in Freeswitch.

As an example, I would like the phone to authenticate with Kamailio as user 
"1001-126252581276" but the resulting backend to Freeswitch be done only using 
the extension "1001", since Freeswitch seems far more comfortable with the 
UserID and extension being the same rather than trying to use 
"1001-126252581276" in Freeswitch and rely on "number-alias" for the extension.

Regards
Petarr



From: sr-users  on behalf of David 
Villasmil 
Sent: 13 August 2019 23:07
To: Kamailio (SER) - Users Mailing List 
Subject: Re: [SR-Users] Kamailio/Freeswitch auth user and UserID

I see.
Ok but you somehow need those user/passwords to authenticate.
It’s simple, add those users/pass to the dB table in kamailio.
You configure /etc/kamailio/kamctlrc for your db, then to create the database 
you
execute:

kamdbctl create

You end up with the kamailio database, and insert your records in the 
“subscriber” table. Then configure usrloc to get the users’ authentication info 
from that table.

Hope that helps!

David

On Wed, 14 Aug 2019 at 06:44, Petarr Jones 
mailto:petarrjo...@outlook.com>> wrote:
Thanks David.

The asterisk PBX is being shut down as it is hosted with a different provider 
and I am wanting to bring the PBX in-house. Once migrated the asterisk PBX will 
be gone/deleted.

I don't have access to any of the Asterisk backend, which is why I am moving to 
a different solution. The reason for wanting to stay with the same username is 
testing. If I could just change the dns record for the SIP server, then the 
phones will automatically connect to the new system and if there are any 
issues, I can just switch the dns record back.

From: sr-users 
mailto:sr-users-boun...@lists.kamailio.org>>
 on behalf of David Villasmil 
mailto:david.villasmil.w...@gmail.com>>
Sent: 13 August 2019 22:33
To: Kamailio (SER) - Users Mailing List 
mailto:sr-users@lists.kamailio.org>>
Subject: Re: [SR-Users] Kamailio/Freeswitch auth user and UserID

Is the users data asterisk uses in a db? If so, you can use the usrloc module 
to actually get the authentication info from that dB table. Check it out.

On Wed, 14 Aug 2019 at 06:17, Petarr Jones 
mailto:petarrjo...@outlook.com>> wrote:
Hi

I am new to Kamailio and would like some guidance on linking up with Freeswitch.

I have an exiting hosted Asterisk PBX that uses a combination of extension and 
pbx username (eg 1001-126252581276) and I want to move it over to 
Kamailio/Freeswitch without re-configuring the SIP phones.

I have tried Freeswitch "number-alias" but it does not seem like a good fit due 
to things like BLF not working and the added overhead etc.

Is there a way to configure Kamailio to authenticate a user based on the above 
username and then send an extension to Freeswitch as the UserID instead, 
thereby separating the Kamailio authentication from the Freeswitch UserID?

As I don't yet have a full understanding of the Kamailio/Freeswitch 
interaction, I don't know whether this will cause other issues?

Thanks in advance
Petarr
___
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
--
Regards,

David Villasmil
email: david.villasmil.w...@gmail.com<mailto:david.villasmil.w...@gmail.com>
phone: +34669448337
___
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
--
Regards,

David Villasmil
email: david.villasmil.w...@gmail.com<mailto:david.villasmil.w...@gmail.com>
phone: +34669448337
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] Kamailio/Freeswitch auth user and UserID

2019-08-14 Thread David Villasmil
I see.
Ok but you somehow need those user/passwords to authenticate.
It’s simple, add those users/pass to the dB table in kamailio.
You configure /etc/kamailio/kamctlrc for your db, then to create the
database you
execute:

kamdbctl create

You end up with the kamailio database, and insert your records in the
“subscriber” table. Then configure usrloc to get the users’ authentication
info from that table.

Hope that helps!

David

On Wed, 14 Aug 2019 at 06:44, Petarr Jones  wrote:

> Thanks David.
>
> The asterisk PBX is being shut down as it is hosted with a different
> provider and I am wanting to bring the PBX in-house. Once migrated the
> asterisk PBX will be gone/deleted.
>
> I don't have access to any of the Asterisk backend, which is why I am
> moving to a different solution. The reason for wanting to stay with the
> same username is testing. If I could just change the dns record for the SIP
> server, then the phones will automatically connect to the new system and if
> there are any issues, I can just switch the dns record back.
> --
> *From:* sr-users  on behalf of David
> Villasmil 
> *Sent:* 13 August 2019 22:33
> *To:* Kamailio (SER) - Users Mailing List 
> *Subject:* Re: [SR-Users] Kamailio/Freeswitch auth user and UserID
>
> Is the users data asterisk uses in a db? If so, you can use the usrloc
> module to actually get the authentication info from that dB table. Check it
> out.
>
> On Wed, 14 Aug 2019 at 06:17, Petarr Jones 
> wrote:
>
> Hi
>
> I am new to Kamailio and would like some guidance on linking up with
> Freeswitch.
>
> I have an exiting hosted Asterisk PBX that uses a combination of extension
> and pbx username (eg 1001-126252581276) and I want to move it over to
> Kamailio/Freeswitch without re-configuring the SIP phones.
>
> I have tried Freeswitch "number-alias" but it does not seem like a good
> fit due to things like BLF not working and the added overhead etc.
>
> Is there a way to configure Kamailio to authenticate a user based on the
> above username and then send an extension to Freeswitch as the UserID
> instead, thereby separating the Kamailio authentication from the Freeswitch
> UserID?
>
> As I don't yet have a full understanding of the Kamailio/Freeswitch
> interaction, I don't know whether this will cause other issues?
>
> Thanks in advance
> Petarr
> ___
> Kamailio (SER) - Users Mailing List
> sr-users@lists.kamailio.org
> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
>
> --
> Regards,
>
> David Villasmil
> email: david.villasmil.w...@gmail.com
> phone: +34669448337
> ___
> Kamailio (SER) - Users Mailing List
> sr-users@lists.kamailio.org
> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
>
-- 
Regards,

David Villasmil
email: david.villasmil.w...@gmail.com
phone: +34669448337
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] Kamailio/Freeswitch auth user and UserID

2019-08-13 Thread Petarr Jones
Thanks David.

The asterisk PBX is being shut down as it is hosted with a different provider 
and I am wanting to bring the PBX in-house. Once migrated the asterisk PBX will 
be gone/deleted.

I don't have access to any of the Asterisk backend, which is why I am moving to 
a different solution. The reason for wanting to stay with the same username is 
testing. If I could just change the dns record for the SIP server, then the 
phones will automatically connect to the new system and if there are any 
issues, I can just switch the dns record back.

From: sr-users  on behalf of David 
Villasmil 
Sent: 13 August 2019 22:33
To: Kamailio (SER) - Users Mailing List 
Subject: Re: [SR-Users] Kamailio/Freeswitch auth user and UserID

Is the users data asterisk uses in a db? If so, you can use the usrloc module 
to actually get the authentication info from that dB table. Check it out.

On Wed, 14 Aug 2019 at 06:17, Petarr Jones 
mailto:petarrjo...@outlook.com>> wrote:
Hi

I am new to Kamailio and would like some guidance on linking up with Freeswitch.

I have an exiting hosted Asterisk PBX that uses a combination of extension and 
pbx username (eg 1001-126252581276) and I want to move it over to 
Kamailio/Freeswitch without re-configuring the SIP phones.

I have tried Freeswitch "number-alias" but it does not seem like a good fit due 
to things like BLF not working and the added overhead etc.

Is there a way to configure Kamailio to authenticate a user based on the above 
username and then send an extension to Freeswitch as the UserID instead, 
thereby separating the Kamailio authentication from the Freeswitch UserID?

As I don't yet have a full understanding of the Kamailio/Freeswitch 
interaction, I don't know whether this will cause other issues?

Thanks in advance
Petarr
___
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
--
Regards,

David Villasmil
email: david.villasmil.w...@gmail.com<mailto:david.villasmil.w...@gmail.com>
phone: +34669448337
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users


Re: [SR-Users] Kamailio/Freeswitch auth user and UserID

2019-08-13 Thread David Villasmil
Is the users data asterisk uses in a db? If so, you can use the usrloc
module to actually get the authentication info from that dB table. Check it
out.

On Wed, 14 Aug 2019 at 06:17, Petarr Jones  wrote:

> Hi
>
> I am new to Kamailio and would like some guidance on linking up with
> Freeswitch.
>
> I have an exiting hosted Asterisk PBX that uses a combination of extension
> and pbx username (eg 1001-126252581276) and I want to move it over to
> Kamailio/Freeswitch without re-configuring the SIP phones.
>
> I have tried Freeswitch "number-alias" but it does not seem like a good
> fit due to things like BLF not working and the added overhead etc.
>
> Is there a way to configure Kamailio to authenticate a user based on the
> above username and then send an extension to Freeswitch as the UserID
> instead, thereby separating the Kamailio authentication from the Freeswitch
> UserID?
>
> As I don't yet have a full understanding of the Kamailio/Freeswitch
> interaction, I don't know whether this will cause other issues?
>
> Thanks in advance
> Petarr
> ___
> Kamailio (SER) - Users Mailing List
> sr-users@lists.kamailio.org
> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
>
-- 
Regards,

David Villasmil
email: david.villasmil.w...@gmail.com
phone: +34669448337
___
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users