Re: [asterisk-users] Asterisk 13 High CPU usage

2016-07-24 Thread ian gilmour
The following bash 1-liner may be useful... while true; do top -Hbc -p `pgrep asterisk` -n 1 && asterisk -rx "core show threads"; sleep 1; done Regards, Ian On 24/07/2016 13:39, Tzafrir Cohen wrote: > > On Fri, Jul 22, 2016 at 12:02:43AM +0100, Chirag Desai wrote: >> >> I am not sure where

[asterisk-users] max concurrent calls with bundled pjproject

2016-08-18 Thread ian gilmour
Hi, PJSIP in the past had limitations on the max concurrent calls, etc. There were ways to overcome them by changing the source code. (e.g. http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/2013-February/015721.html

Re: [asterisk-users] Registered successfully, but after a minute or so no SIP messages anymore

2016-10-15 Thread Ian Gilmour
Hi, I don’t see any SIP ACK’s in your trace. Is the SIP 200 OK reaching the originating caller, or being blocked on the way through? Asterisk will tear down the call after ~30secs of audio playing in both directions if it doesn't receive the SIP ACK. Regards, Ian On 15/10/2016 12:05,

Re: [asterisk-users] I think this is a bug (video call file) 11.25.1 and 13.13.1

2016-12-22 Thread ian gilmour
Hi Jerry, You don't say how you created the video file? Asterisk video support is v. basic. It can only playback video it created using it's own specific file format for the video file. In general you cannot use it to playback videos created by 3rd party tools. What does work (if you have

Re: [asterisk-users] Confbridge GUI?

2018-01-18 Thread Ian Gilmour
Hi, > On 17 Oct 2017, at 18:30, Richard Kenner wrote: > >> If you can provide details, even vague ones, about how you did it, I >> can update the WMM package. > > See http://asterisk.gnat.com/meetme.tgz > > That's a gzipped tar of our working directory plus the relevant