<div dir="ltr"><div dir="ltr">On Thu, Oct 13, 2022 at 2:16 PM Jerry Geis <<a href="mailto:jerry.geis@gmail.com">jerry.geis@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">I have a simple dialplan with asterisk 18.14.0<div><br></div><div>exten => 141,1,Answer<br>exten => 141,n,Noop(MC)<br>exten => 141,n,Playback(beep)<br>exten => 141,n,Dial(MulticastRTP/basic/<a href="http://239.168.4.90:30410//t(15)" target="_blank">239.168.4.90:30410//t(15)</a>)<br>exten => 141,n,Hangup<br></div><div><br></div><div>Most times this works just fine ... Once in a while the person hears the beep - but nothing connects on the multicast.</div><div><br></div><div>What might this be? How can I tell what is happening and why it does not connect?</div><div><br></div><div>is it valid to put :</div><div>exten => 141,n,Dial(MulticastRTP/basic/<a href="http://239.168.4.90:30410//t(15)" target="_blank">239.168.4.90:30410//t(15)</a>)<br></div><div>exten => 141,n,Dial(MulticastRTP/basic/<a href="http://239.168.4.90:30410//t(15)" target="_blank">239.168.4.90:30410//t(15)</a>)<br></div><div><br></div><div>So if the first one doesnt connect perhaps the second one will ???</div><div>Thanks<br></div></div></blockquote><div><br></div><div>Multicast doesn't connect. There is no session. RTP is thrown out onto the network using multicast, and then devices pick it up. Asterisk has no idea what (if anything) is receiving it. You'd want to do a packet capture to see what is being multicast.</div></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div style="font-family:tahoma,sans-serif"><font color="#073763">Joshua C. Colp</font></div><div style="font-family:tahoma,sans-serif"><font color="#073763">Asterisk Project Lead</font></div><div style="font-family:tahoma,sans-serif"><font color="#073763">Sangoma Technologies</font></div><div style="font-family:tahoma,sans-serif"><font color="#073763">Check us out at <a href="http://www.sangoma.com" target="_blank">www.sangoma.com</a> and <a href="http://www.asterisk.org" target="_blank">www.asterisk.org</a></font><br></div></div></div></div></div></div></div></div></div></div></div>