Re: [asterisk-dev] Issues with WebRTC going forward - rtcp-mux now required

2017-01-19 Thread Dan Jenkins
Hi Sebastian, I haven't opened an issue in Asterisk yet - ran out of time yesterday - first thing on my list to do today. I have now tested the flag in jssip (jssip makes it extremely easy to test as it gives you direct access to the parameters you pass into RTCPeerConnection) and it does in fact

Re: [asterisk-dev] Issues with WebRTC going forward - rtcp-mux now required

2017-01-19 Thread Dan Jenkins
On Thu, Jan 19, 2017 at 9:09 AM, Dan Jenkins wrote: > Hi Sebastian, > > I haven't opened an issue in Asterisk yet - ran out of time yesterday - > first thing on my list to do today. > > I have now tested the flag in jssip (jssip makes it extremely easy to test > as it gives you direct access to t

[asterisk-dev] app_queue: RINGNOANSWER event

2017-01-19 Thread Tomec Martin
Hi all, I am quite confused about RINGNOANSWER event in queue log. As mentioned in documentation (https://wiki.asterisk.org/wiki/display/AST/Queue+Logs), this event should be generated when the call attempt ended without the member picking up the call. When the caller hangs up, this event is not

Re: [asterisk-dev] app_queue: RINGNOANSWER event

2017-01-19 Thread Troy Bowman
To me, RINGNOANSWER means that the agent either rejected or let it ring to timeout while the caller was waiting. If the elapsed seconds equals timeout, they let it ring and never answered. If the elapsed seconds is under the timeout, they rejected the call. When the caller hangs up, whether it i

Re: [asterisk-dev] app_queue: RINGNOANSWER event

2017-01-19 Thread Kevin Harwell
On Thu, Jan 19, 2017 at 12:22 PM, Troy Bowman wrote: > To me, RINGNOANSWER means that the agent either rejected or let it ring to > timeout while the caller was waiting. If the elapsed seconds equals > timeout, they let it ring and never answered. If the elapsed seconds is > under the timeout,

Re: [asterisk-dev] Issues with WebRTC going forward - rtcp-mux now required

2017-01-19 Thread Matt Fredrickson
On Thu, Jan 19, 2017 at 3:23 AM, Dan Jenkins wrote: > > > On Thu, Jan 19, 2017 at 9:09 AM, Dan Jenkins > wrote: >> >> Hi Sebastian, >> >> I haven't opened an issue in Asterisk yet - ran out of time yesterday - >> first thing on my list to do today. >> >> I have now tested the flag in jssip (jssip