<div dir="ltr"><div class="gmail_default" style="color:#660000">BTW, the allow=!all is equivalent to disallow=all, so you can drop the disallow line.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 5, 2015 at 7:26 PM, Sonny Rajagopalan <span dir="ltr"><<a href="mailto:sonny.rajagopalan@gmail.com" target="_blank">sonny.rajagopalan@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">OK. I think I found the issue.<div><br></div><div>The key is to add</div><div><br></div><div>rtp_symmetric=yes</div><div><br></div><div>Here's what my final configuration looks like:</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><p><font face="monospace, monospace">[transport-udp]</font></p></div><div><p><font face="monospace, monospace">type=transport</font></p></div><div><p><font face="monospace, monospace">protocol=udp</font></p></div><div><p><font face="monospace, monospace">bind=0.0.0.0</font></p></div><div><p><font face="monospace, monospace">;; for within EC2</font></p></div><div><p><font face="monospace, monospace">local_net=<a href="http://172.31.32.0/20" target="_blank">172.31.32.0/20</a></font></p></div><div><p><font face="monospace, monospace">;; For softphones within EC2</font></p></div><div><p><font face="monospace, monospace">local_net=<a href="http://192.168.1.0/24" target="_blank">192.168.1.0/24</a></font></p></div><div><p><font face="monospace, monospace">external_media_address=<publicIPOfEC2Instance></font></p></div><div><p><font face="monospace, monospace">external_signaling_address=<publicIPOfEC2Instance></font></p></div><div><p><font face="monospace, monospace">;Templates for the necessary config sections</font></p></div><span class=""><div><p><font face="monospace, monospace"><br></font></p></div><div><p><font face="monospace, monospace">[endpoint_internal](!)</font></p></div><div><p><font face="monospace, monospace">type=endpoint</font></p></div><div><p><font face="monospace, monospace">context=from-internal</font></p></div><div><p><font face="monospace, monospace">disallow=all</font></p></div></span><div><p><font face="monospace, monospace">allow=!all,ulaw</font></p></div><div><p><font face="monospace, monospace">direct_media=no</font></p></div><div><p><font face="monospace, monospace">rtp_symmetric=yes</font></p></div></blockquote><div>


























<p><br></p></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 5, 2015 at 5:52 PM, Sonny Rajagopalan <span dir="ltr"><<a href="mailto:sonny.rajagopalan@gmail.com" target="_blank">sonny.rajagopalan@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello All,<div><br></div><div>I have an Asterisk server v13.1.0 running on EC2 and I am able to connect and register SIP devices and "see" them on the asterisk CLI. I am also able to place calls, but I am not able to hear any audio on either end after the call is picked up.</div><div><br></div><div>I was wondering if you can tell me what a minimal configuration for Asterisk on EC2 looks like. My current<font face="monospace, monospace" color="#ff9900"> pjsip.conf </font>configuration looks like this:</div><div><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div><font face="monospace, monospace" color="#ff9900">type=transport</font></div></div><div><div><font face="monospace, monospace" color="#ff9900">protocol=udp</font></div></div><div><div><font face="monospace, monospace" color="#ff9900">bind=0.0.0.0</font></div></div><div><div><font face="monospace, monospace" color="#ff9900">local_net=<a href="http://172.31.32.0/20" target="_blank">172.31.32.0/20</a></font></div></div><div><div><font face="monospace, monospace" color="#ff9900">; In the following two lines, replace "<publicIP>" with the output of</font></div></div><div><div><font face="monospace, monospace" color="#ff9900">; curl -s <a href="http://169.254.169.254/latest/meta-data/public-ipv4" target="_blank">http://169.254.169.254/latest/meta-data/public-ipv4</a></font></div></div><div><div><font face="monospace, monospace" color="#ff9900">external_media_address=<publicIP>   </font></div></div><div><div><font face="monospace, monospace" color="#ff9900">external_signaling_address=<publicIP>   </font></div></div><div><font face="monospace, monospace" color="#ff9900"><br></font></div><div><div><font face="monospace, monospace" color="#ff9900">[endpoint_internal](!)</font></div></div><div><div><font face="monospace, monospace" color="#ff9900">type=endpoint</font></div></div><div><div><font face="monospace, monospace" color="#ff9900">context=from-internal</font></div></div><div><div><font face="monospace, monospace" color="#ff9900">disallow=all</font></div></div><div><div><font face="monospace, monospace" color="#ff9900">allow=ulaw</font></div></div><div><div><font face="monospace, monospace" color="#ff9900">direct_media=no</font></div></div><div><div><font face="monospace, monospace" color="#ff9900"><br></font></div></div><div><div><font face="monospace, monospace" color="#ff9900">[auth_userpass](!)</font></div></div><div><div><font face="monospace, monospace" color="#ff9900">type=auth</font></div></div><div><div><font face="monospace, monospace" color="#ff9900">auth_type=userpass</font></div></div><div><div><font face="monospace, monospace" color="#ff9900"><br></font></div></div><div><div><font face="monospace, monospace" color="#ff9900">[aor_dynamic](!)</font></div></div><div><div><font face="monospace, monospace" color="#ff9900">type=aor</font></div></div><div><div><font face="monospace, monospace" color="#ff9900">max_contacts=1</font></div></div><div><div><font face="monospace, monospace" color="#ff9900">remove_existing=yes</font></div></div><div><div><font face="monospace, monospace" color="#ff9900">;Definitions for our phones, using the templates above</font></div></div><div><font face="monospace, monospace" color="#ff9900"><br></font></div><div><font face="monospace, monospace" color="#ff9900">;; usernames and passwords etc. below</font></div><div><font face="monospace, monospace" color="#ff9900"><br></font></div><div><font face="monospace, monospace" color="#ff9900"><br></font></div></blockquote><div>My security group configuration allows TCP, UDP posrt 5060 inbound, outbound from/to <a href="http://0.0.0.0/0" target="_blank">0.0.0.0/0</a> and TCP, UDP ports 10000-20000 from/to <a href="http://0.0.0.0/0" target="_blank">0.0.0.0/0</a>.</div><div><br></div><div>Should I turn on STUN for my zoiper softphones? Any specific flavor?<br></div><div><br></div><div>What am I doing wrong? Any help appreciated.</div><div><br></div></div>
</blockquote></div><br></div>
</div></div><br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><img alt="Digium logo" src="https://my.digium.com/images/graphics/digium_RGB_signature.gif" width="288" height="50" style="color:rgb(0,0,0);font-family:Arial,Helvetica,sans-serif;font-size:12px"><div>Scott Griepentrog<br>Digium, Inc · Software Developer<br>445 Jan Davis Drive NW · Huntsville, AL 35806 · US<br>direct/fax: +1 256 428 6239 · mobile: +1 256 580 6090<br>Check us out at: <a href="http://digium.com" target="_blank">http://digium.com</a> · <a href="http://asterisk.org" target="_blank">http://asterisk.org</a><br></div></div></div>
</div>