Re: [asterisk-users] automating "make menuselect" options when building

2021-11-08 Thread Kingsley Tart
On Mon, 2021-11-08 at 12:01 -0600, Carlos Chavez wrote:
> make menuselect.makeopts
> menuselect/menuselect --enable codec_opus --enable codec_silk --enable 
> codec_siren7--enable codec_siren14 menuselect.makeopts
> 
> Docs are here:
> 
> https://wiki.asterisk.org/wiki/display/AST/Using+Menuselect+to+Select+Asterisk+Options#UsingMenuselecttoSelectAsteriskOptions-ControllingMenuselect

Excellent, thanks.

-- 
Cheers,
Kingsley.


-- 
_
-- 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] automating "make menuselect" options when building

2021-11-08 Thread Carlos Chavez

On 08/11/21 11:53, Kingsley Tart wrote:


Hi,

I realise that this is not really specific to Asterisk, but this seems
as sensible a place to ask as any.

If I want to create a script to automate the build of my chosen
Asterisk setup, what's the best way to automate my selections that I
did interactively when I ran "make menuselect" ?

I think doing that created a makeopts file somewhere. If I were to just
copy in the makeopts file I created from a build on another machine, is
there a process that can check that to ensure that everything selected
in that can be built, or is doing "make" and seeing whether that worked
the only way?

Cheers,
Kingsley.


    Just use the something like the following in your script:

make menuselect.makeopts
menuselect/menuselect --enable codec_opus --enable codec_silk --enable 
codec_siren7--enable codec_siren14 menuselect.makeopts


Docs are here:

https://wiki.asterisk.org/wiki/display/AST/Using+Menuselect+to+Select+Asterisk+Options#UsingMenuselecttoSelectAsteriskOptions-ControllingMenuselect


--
Telecomunicaciones Abiertas de México S.A. de C.V.
Carlos Chávez
+52 (55)8116-9161


--
_
-- 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] automating "make menuselect" options when building

2021-11-08 Thread Joshua C. Colp
On Mon, Nov 8, 2021 at 1:53 PM Kingsley Tart  wrote:

> Hi,
>
> I realise that this is not really specific to Asterisk, but this seems
> as sensible a place to ask as any.
>
> If I want to create a script to automate the build of my chosen
> Asterisk setup, what's the best way to automate my selections that I
> did interactively when I ran "make menuselect" ?
>
> I think doing that created a makeopts file somewhere. If I were to just
> copy in the makeopts file I created from a build on another machine, is
> there a process that can check that to ensure that everything selected
> in that can be built, or is doing "make" and seeing whether that worked
> the only way?
>

There is a programmatic way of controlling menuselect for this
usage[1][2][3] without sharing makeopts file.

[1]
https://wiki.asterisk.org/wiki/display/AST/Using+Menuselect+to+Select+Asterisk+Options#UsingMenuselecttoSelectAsteriskOptions-ControllingMenuselect
[2]
https://www.asterisk.org/configuring-an-asterisk-build-from-the-command-line/

[3]
https://www.asterisk.org/configuring-an-asterisk-build-from-the-command-line-part-2/

-- 
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] automating "make menuselect" options when building

2021-11-08 Thread Kingsley Tart
Hi,

I realise that this is not really specific to Asterisk, but this seems
as sensible a place to ask as any.

If I want to create a script to automate the build of my chosen
Asterisk setup, what's the best way to automate my selections that I
did interactively when I ran "make menuselect" ?

I think doing that created a makeopts file somewhere. If I were to just
copy in the makeopts file I created from a build on another machine, is
there a process that can check that to ensure that everything selected
in that can be built, or is doing "make" and seeing whether that worked
the only way?

Cheers,
Kingsley.


-- 
_
-- 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 bring in RTP audio

2021-11-08 Thread Jean Aunis

Le 08/11/2021 à 18:10, Jerry Geis a écrit :

[...]
Hi Jean
interesting - was not aware of the unicastrtp channel - been looking for more 
information on it - not finding much.
Is there anyway to bring "in" audio with unicastrtp.  I can perhaps see 
'sending" audio out - but I'm looking for both directions.
Would this be the syntax ?
Channel: UnicastRTP/basic/IP:port
Thanks
Jerry



If I remember well the syntax is "UnicastRTP/IP:port"

The local RTP port is randomly allocated but you can retrieve it in a 
channel variable. I guess you will have to transmit it to the other 
side, unless the other side has a kind of "symmetric RTP" machanism.


-- 
_
-- 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 bring in RTP audio

2021-11-08 Thread Jerry Geis
>Hello,

>You may use a UnicastRTP channel. It allows you to specify an IP/port to
>connect to.

>Regards, Jean Aunis


Hi Jean

interesting - was not aware of the unicastrtp channel - been looking
for more information on it - not finding much.

Is there anyway to bring "in" audio with unicastrtp.  I can perhaps
see 'sending" audio out - but I'm looking for both directions.


Would this be the syntax ?

Channel: UnicastRTP/basic/IP:port


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] Asterisk bring in RTP audio

2021-11-08 Thread Jean Aunis

Hi -

I have a device that has 16 RTP ports.  I desire to bring that audio 
into Asterisk... is that possible ?

The device does not run SIP at all just RTP audio. I am using Asterisk 18.
How might I do that ?

Thanks,

Jerry


Hello,

You may use a UnicastRTP channel. It allows you to specify an IP/port to 
connect to.


Regards,

Jean



--
_
-- 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] Astricon 2021 Videos

2021-11-08 Thread Joshua C. Colp
On Mon, Nov 8, 2021 at 5:10 AM marek  wrote:

> Hi,
>
> will be available videos from Astricon 2021?
>

Videos will be uploaded to Youtube. Stay tuned.

-- 
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] Asterisk bring in RTP audio

2021-11-08 Thread Telium Technical Support
Turn you 16 RTP port device into a SIP UA.  Use one of the open source SIP 
phones as starting point, setup as autoanswer, and start streaming the RTP.  

High level answer for high level question…but that should point you In the 
right direction

 

From: asterisk-users [mailto:asterisk-users-boun...@lists.digium.com] On Behalf 
Of Jerry Geis
Sent: Sunday, November 7, 2021 8:29 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion 

Subject: [asterisk-users] Asterisk bring in RTP audio

 

Hi -

 

I have a device that has 16 RTP ports.  I desire to bring that audio into 
Asterisk... is that possible ?

The device does not run SIP at all just RTP audio. I am using Asterisk 18.

How might I do that ?

 

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

[asterisk-users] Astricon 2021 Videos

2021-11-08 Thread marek

Hi,

will be available videos from Astricon 2021?

thank you

Marek


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