Re: [asterisk-users] PJSIP AoR vs Endpoint

2020-07-21 Thread Joshua C. Colp
On Tue, Jul 21, 2020 at 10:48 AM Olivier  wrote:

>
>
> Le sam. 18 juil. 2020 à 08:02, Andrew Yager  a écrit :
>
>> Hi,
>>
>> I realise this is an old question, but I’m struggling to get my head
>> around it.
>>
>> The ERD suggests that endpoints can link to multiple AoRs
>>
>> In what situation would you actually use this? Given that mapping of
>> inbound calls is primary done to the endpoint,
>>
> In my very limited understanding, it seems inbound calls, if properly
> configured, are targeted to AoRs, not endpoints.
> This allows for several physical devices to be notified of the same
> incoming call.
>
> Following this route, one hurdle to take on is when transferring calls
> from one device to the other one(s), with the same endpoint.
>
> Maybe, some with a better understanding or knowledge may correct or
> confirm the above statements.
>

Incoming and outgoing as concepts get fun when you're talking about
Asterisk and things in general because it changes based on where you are
observing things from. Sticking to Asterisk, an AOR is used for outbound
calls to a device. It's a named entity that gets mapped to how to contact
it (a statically configured SIP URI, one added by registration). An AOR is
also a defined SIP concept and in fact when you REGISTER you are saying
"add my Contact to this AOR".

Having multiple allows you to separate devices some for the same endpoint,
but that functionality depends on the device in question. Many simplify
everything down to a username/password - so they assume the AOR is the
username and can't be changed. It's easiest to just stick to 1 unless you
have great reason to.

-- 
Joshua C. Colp
Asterisk Technical Lead
Sangoma Technologies
Check us out at www.sangoma.com and www.asterisk.org
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] PJSIP AoR vs Endpoint

2020-07-21 Thread Olivier
Le sam. 18 juil. 2020 à 08:02, Andrew Yager  a écrit :

> Hi,
>
> I realise this is an old question, but I’m struggling to get my head
> around it.
>
> The ERD suggests that endpoints can link to multiple AoRs
>
> In what situation would you actually use this? Given that mapping of
> inbound calls is primary done to the endpoint,
>
In my very limited understanding, it seems inbound calls, if properly
configured, are targeted to AoRs, not endpoints.
This allows for several physical devices to be notified of the same
incoming call.

Following this route, one hurdle to take on is when transferring calls from
one device to the other one(s), with the same endpoint.

Maybe, some with a better understanding or knowledge may correct or confirm
the above statements.
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Example of Jitsi Desktop provisioning file

2020-07-21 Thread Olivier
>From [3], it seems possible to change provisioning URLs with (untested,
yet):
net.java.sip.communicator.plugin.provisioning.URL
net.java.sip.communicator.plugin.provisioning.auth.USERNAME
net.java.sip.communicator.plugin.provisioning.auth
net.java.sip.communicator.plugin.provisioning.METHOD

[3] https://searchcode.com/codesearch/view/50276540/

Le mar. 21 juil. 2020 à 12:00, Sylvain Boily  a écrit :

> Hello,
>
> On 2020-07-21 3:57 a.m., Olivier wrote:
>
> Hi,
> Le ven. 10 juil. 2020 à 16:56, Sylvain Boily  a écrit :
>
>>
>> It probably can help you:
>>
>> https://github.com/wazo-platform/wazo-provd-plugins/blob/master/plugins/xivo-jitsi/1/templates/base.tpl
>>
>> Sylvain
>>
>> Yes, provided example was exactly what I was after !
> Thank you very much !
>
>
> You're welcome.
> Sylvain
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> Check out the new Asterisk community forum at:
> https://community.asterisk.org/
>
> New to Asterisk? Start here:
>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Example of Jitsi Desktop provisioning file

2020-07-21 Thread Sylvain Boily

Hello,

On 2020-07-21 3:57 a.m., Olivier wrote:

Hi,
Le ven. 10 juil. 2020 à 16:56, Sylvain Boily > a écrit :



It probably can help you:

https://github.com/wazo-platform/wazo-provd-plugins/blob/master/plugins/xivo-jitsi/1/templates/base.tpl

Sylvain

Yes, provided example was exactly what I was after !
Thank you very much !


You're welcome.
Sylvain
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Example of Jitsi Desktop provisioning file

2020-07-21 Thread Olivier
Hi,
Le ven. 10 juil. 2020 à 16:56, Sylvain Boily  a écrit :

>
> It probably can help you:
>
> https://github.com/wazo-platform/wazo-provd-plugins/blob/master/plugins/xivo-jitsi/1/templates/base.tpl
>
> Sylvain
>
> Yes, provided example was exactly what I was after !
Thank you very much !
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users