Re: [asterisk-dev] Asterisk 18 Planning: Codec Negotiation

2020-01-30 Thread Michael Maier
On 30.01.20 at 23:20 Kevin Harwell wrote: > On Thu, Jan 30, 2020 at 3:01 PM Michael Maier wrote: > >> . 2. outgoing_sdp_send_prefs The list can be created on base of the callees allow line and list 1 (option local ...). Or: The list can be

[asterisk-dev] Segfault because RTP frame datalen negative

2020-01-30 Thread Mohit Dhiman
Hi, I'm trying to debug a segfault in ast_frdup which happened because of the negative datalen of the ast_frame for frame type AST_FRAME_TEXT. My question is that how an RTP frame in categorized as of type TEXT because I can only see two types of RTP payload in network capture (not of the time of

Re: [asterisk-dev] AMD

2020-01-30 Thread Richard Mudgett
On Thu, Jan 30, 2020 at 5:19 PM Kevin Harwell wrote: > On Thu, Jan 30, 2020 at 2:58 PM i...@magnussolution.com < > i...@magnussolution.com> wrote: > >> in my country when I dial to a mobile and I not answer the call, the call >> going to the voicemail, but the audio is executed before the 200OK,

Re: [asterisk-dev] AMD

2020-01-30 Thread Kevin Harwell
On Thu, Jan 30, 2020 at 2:58 PM i...@magnussolution.com < i...@magnussolution.com> wrote: > in my country when I dial to a mobile and I not answer the call, the call > going to the voicemail, but the audio is executed before the 200OK, on 183 > early media. > > so, I need to execute the AMD when

Re: [asterisk-dev] Asterisk 18 Planning: Codec Negotiation

2020-01-30 Thread Kevin Harwell
On Thu, Jan 30, 2020 at 3:01 PM Michael Maier wrote: > . > >> 2. outgoing_sdp_send_prefs > >>The list can be created on base of the callees > >>allow line and list 1 (option local ...). > >> > >>Or: > >> > >>The list can be created on base of list 1 > >>(option remote

Re: [asterisk-dev] Asterisk 18 Planning: Codec Negotiation

2020-01-30 Thread Michael Maier
Hello Kevin, thanks for your clarification. Anyway, I think I don't understand it completely right now. Please see question below. Thanks Michael On 30.01.20 at 16:49 Kevin Harwell wrote: > On Thu, Jan 30, 2020 at 4:55 AM Michael Maier wrote: > >> >> >> Could the planned codec handling

Re: [asterisk-dev] AMD

2020-01-30 Thread i...@magnussolution.com
in my country when I dial to a mobile and I not answer the call, the call going to the voicemail, but the audio is executed before the 200OK, on 183 early media. so, I need to execute the AMD when I receive the 183, not the 200 OK. I hope I my explanation was enough best regards Adilson

Re: [asterisk-dev] AMD

2020-01-30 Thread Kevin Harwell
On Thu, Jan 30, 2020 at 1:04 PM i...@magnussolution.com < i...@magnussolution.com> wrote: > Hi Kevin, thanks for your help > > I’ll to try your recommendation and send you the feedback. > > There is any existent method to execute AMD on the 183? > I'm not sure. If you can please describe the

Re: [asterisk-dev] AMD

2020-01-30 Thread i...@magnussolution.com
Hi Kevin, thanks for your help I’ll to try your recommendation and send you the feedback. There is any existent method to execute AMD on the 183? best regards > On 30 Jan 2020, at 14:21, Kevin Harwell wrote: > > On Wed, Jan 29, 2020 at 3:07 PM i...@magnussolution.com >

[asterisk-dev] We've run out of bits for the options in asterisk.conf

2020-01-30 Thread George Joseph
It had to happen eventually... The "flags" member of the "ast_flags" structure is an unsigned int and we currently have 32 options. The ast_flags structure is used in many places throughout Asterisk so we don't want to change its definition but we do already have an ast_flags64 structure

Re: [asterisk-dev] ast_coredumper

2020-01-30 Thread George Joseph
On Thu, Jan 30, 2020 at 10:09 AM Ben Ford wrote: > Usually the first one I look at is *core-thread1.txt*. If it's a common > case scenario, such as trying to access a null variable, then it *should* be > visible there. Sometimes it is a little more complicated and that > information may not be

Re: [asterisk-dev] AMD

2020-01-30 Thread Kevin Harwell
On Wed, Jan 29, 2020 at 3:07 PM i...@magnussolution.com < i...@magnussolution.com> wrote: > Hello > > I’m to try execute AMD on the 183 signalisation, to detect audio on early > media. > > > I’m work in app_dial.c and it work ok when the audio start on the > beginner, but when keep ringing I

[asterisk-dev] Asterisk 16.8.0-rc2 Now Available

2020-01-30 Thread Asterisk Development Team
The Asterisk Development Team would like to announce the second release candidate of Asterisk 16.8.0. This release candidate is available for immediate download at https://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 16.8.0-rc2 resolves several issues reported by the

[asterisk-dev] Asterisk 17.2.0-rc2 Now Available

2020-01-30 Thread Asterisk Development Team
The Asterisk Development Team would like to announce the second release candidate of Asterisk 17.2.0. This release candidate is available for immediate download at https://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 17.2.0-rc2 resolves several issues reported by the

[asterisk-dev] Asterisk 13.31.0-rc2 Now Available

2020-01-30 Thread Asterisk Development Team
The Asterisk Development Team would like to announce the second release candidate of Asterisk 13.31.0. This release candidate is available for immediate download at https://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 13.31.0-rc2 resolves several issues reported by the

Re: [asterisk-dev] ast_coredumper

2020-01-30 Thread Ben Ford
Usually the first one I look at is *core-thread1.txt*. If it's a common case scenario, such as trying to access a null variable, then it *should* be visible there. Sometimes it is a little more complicated and that information may not be readily available. Checking the full or brief files can

[asterisk-dev] ast_coredumper

2020-01-30 Thread i...@magnussolution.com
Hello everyone, sorry bother you guys. how you guys seen in my last email I’m to try developer a Asterisk Application. So, my application crashed the Asterisk and I use /var/lib/asterisk/scripts/ast_coredumper core to analise the log. For example in core-full.txt there are 175 Thread, What

Re: [asterisk-dev] Asterisk 18 Planning: Codec Negotiation

2020-01-30 Thread Kevin Harwell
On Thu, Jan 30, 2020 at 4:55 AM Michael Maier wrote: > > > Could the planned codec handling globally described like this: > > Overall I think you have the gist of it. See below, though, for a couple of clarifications. > > The codec handling is based on 4 lists. > > 1.

Re: [asterisk-dev] Asterisk 18 Planning: Codec Negotiation

2020-01-30 Thread Michael Maier
On 29.01.20 at 22:44 Kevin Harwell wrote: > Ugh I used the wrong keyboard shortcuts and the message sent before I was > done. Below is the rest :-) > > On Wed, Jan 29, 2020 at 3:42 PM Kevin Harwell wrote: > >> On Wed, Jan 29, 2020 at 3:12 PM Michael Maier >> wrote: >> >>> >>> >> >>> >>>