<div dir="ltr"><div><div><div><div><div>Hello,<br><br></div>I have an Asterisk 15 with PJSIP behind NAT (Amazon EC2).<br><br></div>Now I would like to get Early Media Video working between clients in different NATed networks. The 183 signalling goes trough perfectly, but asterisk doesn't forward the Early Media RTP stream from the caller to the recipent.<br><br>I have the following configuration:<br><br>[6001]<br>type = endpoint<br>context = internal<br>rewrite_contact = yes<br>direct_media = no<br>rtp_symmetric = yes<br>force_rport = yes<br>disallow = all<br>allow = alaw, ulaw, h264<br>aors = 6001<br>auth = auth6001<br><br>[6001]<br>type = aor<br>max_contacts = 2<br><br>[auth6001]<br>type=auth<br>auth_type=userpass<br>password=1234<br>username=6001<br></div><div><br></div>Is there a Solution for an such scenario?<br><br></div>Thanks<br><br></div><div>Benjamin<br></div></div>