Archives : October-2022
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..
Hi. I have a dialplan which calls the VoiceMail() application, and Im getting the following behaviour: – if the inbound caller leaves a message, then presses #, and then presses 1 to accept the recording, everything works as expected and the dialp..