Re: [asterisk-users] Queue breaks Dynamic_Features on Attended Transfer

2018-08-08 Thread Richard Mudgett
On Wed, Aug 8, 2018 at 7:43 PM, Daniel Journo wrote: > > Doing some more tests, this reads like a bug to me. > > Using a hanguphandler with DumpChan in the dialplan context that executes > > the Queue, I can see that DYNAMIC_FEATURES is set. > > After the attended transfer when the call is

Re: [asterisk-users] Queue breaks Dynamic_Features on Attended Transfer

2018-08-08 Thread Daniel Journo
> Doing some more tests, this reads like a bug to me. > Using a hanguphandler with DumpChan in the dialplan context that executes > the Queue, I can see that DYNAMIC_FEATURES is set. > After the attended transfer when the call is ended, the hanguphandler still > shows that DYNAMIC_FEATURES is set.

Re: [asterisk-users] Queue breaks Dynamic_Features on Attended Transfer

2018-08-08 Thread Richard Mudgett
On Wed, Aug 8, 2018 at 1:53 PM, Daniel Journo wrote: > > Prior to a call entering a Queue, I set __DYNAMIC_FEATURES=NewRecordApp. > > AgentA answers and is able to use that feature code. > > If AgentA performs an attended transfer of a call from a queue to > AgentB, the > > feature code no

Re: [asterisk-users] Disable asterisk ssl how to

2018-08-08 Thread Antony Stone
On Wednesday 08 August 2018 at 22:30:52, Saint Michael wrote: > I am trying to install Asterisk 11 Why? > on debian 9 Have you tried installing https://packages.debian.org/jessie/asterisk from Debian 8 to see if it'll go onto Debian 9? Antony. -- Programming is a Dark Art, and it will

[asterisk-users] Disable asterisk ssl how to

2018-08-08 Thread Saint Michael
I am trying to install Asterisk 11 on debian 9, and although I use this parameter in the configure line: --disable-asteriskssl, it goes ahead and the compilation fails gcc -o libasteriskssl.o -c libasteriskssl.c -MD -MT libasteriskssl.o -MF .libasteriskssl.o.d -MP -pthread

Re: [asterisk-users] Queue breaks Dynamic_Features on Attended Transfer

2018-08-08 Thread Daniel Journo
> Prior to a call entering a Queue, I set __DYNAMIC_FEATURES=NewRecordApp. > AgentA answers and is able to use that feature code. > If AgentA performs an attended transfer of a call from a queue to AgentB, the > feature code no longer works. > > It only doesn't work when using Queue() and an

[asterisk-users] Queue breaks Dynamic_Features on Attended Transfer

2018-08-08 Thread Daniel Journo
Hi, I think I've identified an issue and just want to check before completing a bug report. Prior to a call entering a Queue, I set __DYNAMIC_FEATURES=NewRecordApp. AgentA answers and is able to use that feature code. If AgentA performs an attended transfer of a call from a queue to AgentB,