Re: [asterisk-users] asterisk 18 and not download janson

2021-05-12 Thread Joshua C. Colp
On Wed, May 12, 2021 at 4:53 PM Jerry Geis  wrote:

> using 18.4.0
>
> I did a ./configure --with-pjproject-bundled --with-jansson-bundled
> and I still saw a message about downloading .
>
> I have sights that cannot download - how can I "configure" to just use the
> bundled and not download anything?
>

Bundled does not mean that the source code of other projects is included.
It means that we download the source code, build it as we need (along with
applying any needed patches), and bundle it into Asterisk itself.

If download is not possible then a directory can be specified using
"--with-externals-cache" that contains the expected files, and they will be
used instead of being downloaded. There is also "--with-sounds-cache" for
the sounds file and a "--with-download-cache" for both.

-- 
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] STIR/SHAKEN

2021-05-12 Thread Alexander Perkins
Hi All.  The folks at TILTX have set up a Facebook Live event
for Wednesday, May 26, 2021 at 12:00 PM Eastern Time.  According to TILTX,
this will cover STIR/SHAKEN and how Asterisk works with it.  If anybody is
interested, here is the link.

https://www.facebook.com/events/489246355856999/

Thanks,
Alex
-- 
_
-- 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

[asterisk-users] asterisk 18 and not download janson

2021-05-12 Thread Jerry Geis
using 18.4.0

I did a ./configure --with-pjproject-bundled --with-jansson-bundled
and I still saw a message about downloading .

I have sights that cannot download - how can I "configure" to just use the
bundled and not download anything?

Jerry
-- 
_
-- 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] Asterisk 18 in chan_sip mode

2021-05-12 Thread Joshua C. Colp
On Wed, May 12, 2021 at 3:15 PM Jerry Geis  wrote:

> So installed Asterisk 18. changed the modules.conf to remove the "noload =
> chan_sip" line
> and did some testing it seems to run fine in that mode.
>
> I configured asterisk 18 with  --with-pjproject-bundled
> --with-jansson-bundled
>
> Couple questions:
> 1) Is the older chan_sip still supported ? Bug fixes/security fixes?
>

It hasn't been "supported" in quite some time. It doesn't receive bug fixes
generally unless a community member decides to do so. It does receive
security fixes. It will be removed in the future[1].


>
> 2) Any issues running that way ?
>

You can run it if you want, but know that it will go away in the future.

[1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+Module+Deprecations

-- 
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

[asterisk-users] Asterisk 18 in chan_sip mode

2021-05-12 Thread Jerry Geis
So installed Asterisk 18. changed the modules.conf to remove the "noload =
chan_sip" line
and did some testing it seems to run fine in that mode.

I configured asterisk 18 with  --with-pjproject-bundled
--with-jansson-bundled

Couple questions:
1) Is the older chan_sip still supported ? Bug fixes/security fixes?

2) Any issues running that way ?

Thanks

Jerry
-- 
_
-- 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] MulticastRTP and ttl

2021-05-12 Thread Sean Bright
On 5/12/2021 9:37 AM, Jerry Geis wrote:
> Sorry it - may have worked - my person only used a single / not //
> Thanks!
>
> Does this work on version 13 or just version 18 ?

In terms of supported versions of Asterisk it works in 16+

Kind regards,
Sean


-- 
_
-- 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] MulticastRTP and ttl

2021-05-12 Thread Sean Bright
On 5/12/2021 9:19 AM, Jerry Geis wrote:

> I tried the 239.1.2.3:20480//t(5) and still using a default of 1.
> Is there a config file to set this default TTL ?

No, just the syntax I already suggested. It's documented here:

https://wiki.asterisk.org/wiki/display/AST/New+in+14#Newin14-chan_rtp(waschan_multicast_rtp)

Kind regards,
Sean-- 
_
-- 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] MulticastRTP and ttl

2021-05-12 Thread Jerry Geis
On Wed, May 12, 2021 at 9:19 AM Jerry Geis  wrote:

>
> On Tue, May 11, 2021 at 4:24 PM Jerry Geis  wrote:
>
>> Hi -
>>
>> I was using asterisk 13.36.0 and tried to specify a MulticastRTP TTL with
>> Channel: MulticastRTP/basic/239.1.2.3:20480/5
>> where 5 is the ttl
>>
>> This did not work.
>> So I updated to asterisk 18.4.0 tried the same thing
>> and did not work.
>>
>> I remove the /5 and just do regular and it works but the ttl is 1 - I
>> need 5.
>>
>> How can I get ttl on multicastrtp ?
>>
>>
>> Thanks
>>
>> Jerry
>>
>
> I tried the 239.1.2.3:20480//t(5) and still using a default of 1.
> Is there a config file to set this default TTL ?
>
> Jerry
>


Sorry it - may have worked - my person only used a single / not //
Thanks!

Does this work on version 13 or just version 18 ?

Jerry
-- 
_
-- 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] MulticastRTP and ttl

2021-05-12 Thread Jerry Geis
On Tue, May 11, 2021 at 4:24 PM Jerry Geis  wrote:

> Hi -
>
> I was using asterisk 13.36.0 and tried to specify a MulticastRTP TTL with
> Channel: MulticastRTP/basic/239.1.2.3:20480/5
> where 5 is the ttl
>
> This did not work.
> So I updated to asterisk 18.4.0 tried the same thing
> and did not work.
>
> I remove the /5 and just do regular and it works but the ttl is 1 - I need
> 5.
>
> How can I get ttl on multicastrtp ?
>
>
> Thanks
>
> Jerry
>

I tried the 239.1.2.3:20480//t(5) and still using a default of 1.
Is there a config file to set this default TTL ?

Jerry
-- 
_
-- 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] MulticastRTP and ttl

2021-05-12 Thread Sean Bright
On 5/11/2021 4:24 PM, Jerry Geis wrote:

> I was using asterisk 13.36.0 and tried to specify a MulticastRTP TTL with
> Channel: MulticastRTP/basic/239.1.2.3:20480/5
> where 5 is the ttl

Try:

MulticastRTP/basic/239.1.2.3:20480//t(5)

Kind regards,
Sean-- 
_
-- 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