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

2020-10-15 Thread Peter van Haaften
Hi, I am trying to write a dialplan that will use Dial() to call two local extensions. One extension will run an AGI script (a continuous background process, running until hangup), the other will connect the active channel to Jack() (also running as continuous process, until hangup). This is my c

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

2020-10-15 Thread Dovid Bender
Asterisk will try calling both at once. As soon as one is answered it cancels the call to the other. What you can do is for extension 101 to put it in it's own context and then call the agi from the h extension. So something like this: [from-internal] exten = 514316,1,Answer() same => n,Playbac

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

2020-10-15 Thread sergio
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? -- sergio. -- _