Re: [asterisk-users] linphone calls not missed due to cause not 487

2020-10-16 Thread sergio
On 16/10/2020 10:11, Michael Maier wrote: Sometimes, linphone shows missed calls as missed. You could try to reproduce it I can't reproduce it, it happens less than once a month. -- sergio. -- _ -- Bandwidth and Colocat

Re: [asterisk-users] linphone calls not missed due to cause not 487

2020-10-16 Thread Michael Maier
Hi Sergio On 16.10.20 at 07:54 sergio wrote: > Sometimes, linphone shows missed calls as missed. Look like asterisk > replies with cause=487 that time, but I can't understand why. > > Grandstream always shows calls as missed ones. > > How should I investigate this? You could try to reprod

Re: [asterisk-users] Parallel dialing / running dialplan process in background

2020-10-16 Thread Peter van Haaften
Hi Dovid, thanks for that, it works! :) [from-internal] exten = 514316,1,Answer() same => n,Dial(LOCAL/100@extensions&LOCAL/101@background) [extensions] exten => 100,1,Playback(hello) same => n,JACK([i(SuperCollider:in_1), o(SuperCollider:out_1)]) same => n,Hangup() [background] Exten => 101

Re: [asterisk-users] linphone calls not missed due to cause not 487

2020-10-16 Thread Michael Maier
On 16.10.20 at 11:07 sergio wrote: > On 16/10/2020 10:11, Michael Maier wrote: >>> Sometimes, linphone shows missed calls as missed. >> You could try to reproduce it > > I can't reproduce it, it happens less than once a month. Then you should enable the tracing as I wrote in the previous post. R