Archives : March-2020
All,Does anyone have stats on how many callers they can get on a single ConfBridge per core? I was testing on Digital Ocean with 30 users in a room and I was shocked by how well it kept up with 40 callers. I am trying to figure out how scalable it..
Im compiling an Asterisk system on a ESXi VM with recent CPU, but will deploy onto an old ESXi VM with older CPU. Is it possible to configure Asterisk to NOT use CPU specific instructions/optimizations so that the executable is portable? ThanksDan..
everyone, I have a Atcom AX-1600P(1) card with a FXO module and I cant configure it. I have four extension with this PJSIP settings: — /etc/asterisk/pjsip.conf — [transport-udp] type=transport protocol=udp bind=0.0.0.0 [6001] type=endpoint transport=transport-..
– Is this list still alive ?How do I get audio/video into gstreamer from an asterisk call?T..
Le 26/03/2020 à 21:50, Kai Herlemann a écrit : Kai Hangup is h extension. your macro will never be executed. Solution: same = n,Dial(whatever) same = n,[…]) same = n,Hangup exten = h,1,1,DumpChan() same = n,System(/home/asterisk/bash_test)..
I am using the ICES application and one issue we are having is the carrier is timing out because we are not sending RTP. I did try RTP keepalive and that did not help. Is anyone aware of a way to have Asterisk send a fake RTP packet (as in a real ..
Is it possible to have a video call running H264 for example and somehow pass that to linux through pulseaudio and also the video to /dev/video or something ? such that some other program can have access – like gstreamer?T..
Hi.I have a problem with my audio in meetme conference under asterisk 13 using Debian buster compiled from source.The problem is that there is some sort of distortion in the audio — a workaround is always to lower the listen volume (*4).I see noth..
On a Debian Buster instance, I compiled Asterisk 17.3.0 from source.I enables all 3 File, IMAP and ODBC voicemail modules but Im still using classical File module (in modules;conf and voicemail.conf):cd asterisk-17.3.0… make menuselect.makeopts menuselect/menuselect–ena..
So Ive got a bit further with my project to get BLF working between asterisk and linphone.Initially asterisk was rejecting linphones SUBSCRIBE messages because they didnt have an Accept: header. Ive fixed that and now the initial SUBSCRIBE messa..