I have a simple dialplan with asterisk 18.14.0

exten => 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,Hangup

Most times this works just fine ... Once in a while the person hears the
beep - but nothing connects on the multicast.

What might this be? How can I tell what is happening and why it does not
connect?

is it valid to put :
exten => 141,n,Dial(MulticastRTP/basic/239.168.4.90:30410//t(15))
exten => 141,n,Dial(MulticastRTP/basic/239.168.4.90:30410//t(15))

So if the first one doesnt connect perhaps the second one will ???
Thanks

Jerry
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
      https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to