On Monday 26 June 2017 at 18:01:22, J Montoya or A J Stiles wrote:
> On Monday 26 Jun 2017, Harel wrote:
> > Hello List,
> > I'm working on an autodialer project.
> > At the moment I use the Originate application then I "throw" it to an
> > extension where I Dial() the other party and then both le
On Monday 26 Jun 2017, Harel wrote:
> Hello List,
> I'm working on an autodialer project.
> At the moment I use the Originate application then I "throw" it to an
> extension where I Dial() the other party and then both legs are bridged.
> The problem is that the Dial() will only run after the Origi
I am using Asterisk 13.9 and using originate with early_media=true.
I redirect these calls to an app that I wrote and it just write down audio
before the answer. When I detect frame->subclass.integer ==
AST_CONTROL_ANSWER, app returns to asterisk normal dialplan;
I have 2 issues:
1. I only get c
Hello
this is the debug output of a test video call. You see codec negotiation
but at the end only alaw is chosen and gone is the video !
[Jun 26 14:20:55] DEBUG[28609] chan_sip.c: *** Our native formats are
0x8 (alaw)
[Jun 26 14:20:55] DEBUG[28609] chan_sip.c: *** Joint capabilities are
0x
On Monday 26 June 2017 at 14:06:10, Harel wrote:
> Hello List,
> I'm working on an autodialer project.
> At the moment I use the Originate application then I "throw" it to an
> extension where I Dial() the other party and then both legs are bridged.
>
> The problem is that the Dial() will only run
Hello,
You can certainly do this with the ARI interface but you will have to
write some code.
You could for example originate two channels, send them to the same
Stasis application, create a bridge and place both channels in it.
Best regards
Jean Aunis
Le 26/06/2017 à 14:06, Harel a écri
Hello List,
I'm working on an autodialer project.
At the moment I use the Originate application then I "throw" it to an extension
where I Dial() the other party and then both legs are bridged. The problem is
that the Dial() will only run after the Originate finish its bit and I have
lots of wast