Re: [asterisk-users] Autodialer - call simultaneously to both ends

2017-06-26 Thread Antony Stone
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

Re: [asterisk-users] Autodialer - call simultaneously to both ends

2017-06-26 Thread J Montoya or A J Stiles
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

[asterisk-users] originate with early-media

2017-06-26 Thread Valter Nogueira
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

Re: [asterisk-users] Asterisk 1.8.32.3 : no video (h.264)

2017-06-26 Thread Jonas Kellens
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

Re: [asterisk-users] Autodialer - call simultaneously to both ends

2017-06-26 Thread Antony Stone
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

Re: [asterisk-users] Autodialer - call simultaneously to both ends

2017-06-26 Thread Jean Aunis
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

[asterisk-users] Autodialer - call simultaneously to both ends

2017-06-26 Thread Harel
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