Re: [asterisk-users] Answer()ing a local Originate takes 500ms!?

2022-11-11 Thread Joshua C. Colp
On Fri, Nov 11, 2022 at 12:09 PM Antony Stone < antony.st...@asterisk.open.source.it> wrote: > Hi. > > Asterisk 16.2.1 > > I have a dialplan where one context (named "inbound") performs: > > Originate(Local/${Target}@inOrig,exten,inbound,${EXTEN},208) > > The idea is that this command will spawn

Re: [asterisk-users] Answer()ing a local Originate() takes 500ms!?

2022-11-11 Thread Antony Stone
On Friday 11 November 2022 at 17:08:42, Antony Stone wrote: > Hi. > > Asterisk 16.2.1 > > I have a dialplan where one context (named "inbound") performs: > > Originate(Local/${Target}@inOrig,exten,inbound,${EXTEN},208) > > The idea is that this command will spawn a "call" to the context

Re: [asterisk-users] Answer()ing a local Originate takes 500ms!?

2022-11-11 Thread Antony Stone
On Friday 11 November 2022 at 17:11:26, Joshua C. Colp wrote: > On Fri, Nov 11, 2022 at 12:09 PM Antony Stone wrote: > > > > https://wiki.asterisk.org/wiki/display/AST/Application_Answer tells me > > that the Answer() application takes an optional parameter which causes > > Asterisk to wait that

[asterisk-users] Answer()ing a local Originate takes 500ms!?

2022-11-11 Thread Antony Stone
Hi. Asterisk 16.2.1 I have a dialplan where one context (named "inbound") performs: Originate(Local/${Target}@inOrig,exten,inbound,${EXTEN},208) The idea is that this command will spawn a "call" to the context "inOrig" on the same machine, and then return to the "inbound" context at priority

Re: [asterisk-users] Answer()ing a local Originate takes 500ms!?

2022-11-11 Thread Joshua C. Colp
On Fri, Nov 11, 2022 at 12:15 PM Antony Stone < antony.st...@asterisk.open.source.it> wrote: > On Friday 11 November 2022 at 17:11:26, Joshua C. Colp wrote: > > > On Fri, Nov 11, 2022 at 12:09 PM Antony Stone wrote: > > > > > > https://wiki.asterisk.org/wiki/display/AST/Application_Answer tells