I am running ubuntu 20.04 fully patched along with Asterisk 18.8.0This is a VM environment with VMWare.I found this in the logs today.[1768362.083207] CPU: 2 PID: 1939739 Comm: asterisk Tainted: GOEL5.15.0-52-generic #58~20.04.1-Ubuntu[1768362.083209]call_cpuidle+0x23/0x50[1768362.083217]do_idle+0x1f4/0x270[1768362.0832..
Author : Jerry Geis
Bringing 80 devices into a conf bridge with CPU: AMD Phenom(tm) II X6 1045TProcessor at 2.7G and audio is reported as staticy or not the best audio quality.Network is r8169 0000:02:00.0 eth0: RTL8168e/8111Link is 1G.Asterisk 18.14.0I would think t..
Has there been issues where once in a while RTP audio does not work ?Example: connection to Cisco call manager – works mostly all the time.once in a great while – person does not hear the beep when calling in. once in a great while – person they h..
ANyone ever ran into a situation when Call coming from Call Manager into asterisk, is successful coming across – but no Audio ???But then the next call – audio is heard – its once in a great while no audio – most time it works.Anything I might look ..
I have a simple dialplan with asterisk 18.14.0exten => 141,1,Answer exten => 141,n,Noop(MC)exten => 141,n,Playback(beep)exten => 141,n,Dial(MulticastRTP/basic/239.168.4.90:30410//t(15))exten => 141,n,HangupMost times this works just fine … Once..
I am trying to get audio to work on AWS using asterisk 18.14.0I have enabled the firewall to allow ALL UDP on AWSMy SIP extension has nat=force_rport,comedia qualify=yes allow=ulaw allow=alaw allow=gsm canreinvite=yesI enable rtp set debug on and ..
I am just doing a basic call in.exten => 140,1,Answer exten => 140,n,Playback(beep)exten => 140,n,Dial(MulticastRTP/basic/239.168.4.90:3040//t(15))exten => 140,n,Hangupthis works – but sometimes I get reports that nothing was heard. Is there anyth..
I am getting a compile error:gcc -g-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes-Werror=zero-length-bounds -fPIC-O2-MD -MT q921.o -MF .q921.o.d -MP -c-o q921.o q921.c q921.c: In function ‘q921_dump’:q921.c:1333:85: error: array subscr..
AllHow do I restart logging in /var/log/asterisk/messages ?asterisks is still running – but logging stopped. I think a process trimsthe file. How (with stopping and starting) do I get logging to happen again.I see downloads.Asterisk.org has a dahdi rele..
I am having a weird issue.To different locations are speaking live at perhaps the same time. Both are just connecting to multicast groups.239.168.4.90:3041and239.168.4.90:3042Somehow I am hearing audio from 3041 on the 3042 devices. My config files ..