Re: [asterisk-users] Asterisk Drop call

2020-09-22 Thread Luciano Moreira
Roberto Check your router if ALG or similar feature is enabled. Disable and test. Also, on SNGREP check if both parties are getting ACK correctly after RTP starts. *--* *Atenciosamente,* *Luciano Moreira**(85)99974-2750* *__Logic Telecom* *0800-085-7799 | (85)4042-7799 | **(11)4210-7799*

Re: [asterisk-users] AMI vs. Dialplan Originate

2020-09-22 Thread Antony Stone
On Tuesday 22 September 2020 at 13:27:27, Joshua C. Colp wrote: > On Tue, Sep 22, 2020 at 7:37 AM Antony Stone wrote: > > Hi. > > > > (Asterisk 16.2.1) > > > > I'm using AMI Originate to initiate calls, and I'm passing some > > additional data in to the dialplan context using the Variable: > >

[asterisk-users] AMI vs. Dialplan Originate

2020-09-22 Thread Antony Stone
Hi. (Asterisk 16.2.1) I'm using AMI Originate to initiate calls, and I'm passing some additional data in to the dialplan context using the Variable: parameter. Works fine. https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+ManagerAction_Originate Now I need to do the same thing but from

Re: [asterisk-users] AMI vs. Dialplan Originate

2020-09-22 Thread Joshua C. Colp
On Tue, Sep 22, 2020 at 7:37 AM Antony Stone < antony.st...@asterisk.open.source.it> wrote: > Hi. > > (Asterisk 16.2.1) > > I'm using AMI Originate to initiate calls, and I'm passing some additional > data in to the dialplan context using the Variable: parameter. Works fine. > > >

Re: [asterisk-users] AMI vs. Dialplan Originate

2020-09-22 Thread John Kiniston
You could do the old school method and create and move a .call file from your dialplan. exten => writefile,1,NoOP() same => n,Set(CALLFILE=/var/spool/asterisk/tmp/${FileName}-${ARG1}.call) same => n,Set(FILE(${CALLFILE},,,al,u)=Channel: SIP/bob) same => n,Set(FILE(${CALLFILE},,,al,u)=WaitTime:

Re: [asterisk-users] Asterisk Drop call

2020-09-22 Thread Roberto
Hello. Thanks for the reply. Yes. In the traffic analyzed, the BYE is sent by the originator of the call, but there is no "human" hangup, but the asterisk one. BYE is sent, received and confirmed. I don't know how I could investigate the reason for this BYE. Em 21/09/2020 17:12, Dovid