<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Updated the wiki <a href="http://wiki.freeswitch.org/wiki/Amazon_ec2">http://wiki.freeswitch.org/wiki/Amazon_ec2</a>
with Novak's notes.<br>
<br>
Kind Regards,<br>
Chris<br>
<br>
Novak Joe wrote:
<blockquote
 cite="mid:2e45e80809080837y62861ff8o60656fb6c460f242@mail.gmail.com"
 type="cite">
  <pre wrap="">Hi,

  When I first tried setting up freeswitch on ec2 I attempted to do
this through the quick and dirty wiki:
<a class="moz-txt-link-freetext" href="http://wiki.freeswitch.org/wiki/Quick_and_Dirty_Install">http://wiki.freeswitch.org/wiki/Quick_and_Dirty_Install</a>
  and the ec2 wiki
<a class="moz-txt-link-freetext" href="http://wiki.freeswitch.org/wiki/Amazon_ec2">http://wiki.freeswitch.org/wiki/Amazon_ec2</a>

  This didn't work out for me.  You also need to take a careful look at
<a class="moz-txt-link-freetext" href="http://wiki.freeswitch.org/wiki/Getting_Started_Guide#Firewall">http://wiki.freeswitch.org/wiki/Getting_Started_Guide#Firewall</a>

  then, for sip, setup a security group with the following ports enabled
(easiest to do with elasticfox
<a class="moz-txt-link-freetext" href="http://developer.amazonwebservices.com/connect/entry.jspa?externalID=609">http://developer.amazonwebservices.com/connect/entry.jspa?externalID=609</a>
):
udp     16384:32768
udp     4569
udp     5060
tcp     5060
udp     5080
tcp     5080
tcp     8000
udp    8000

  make sure you make the security group, and apply it before you boot
the instance.
  after this, the quick and dirty install guid worked just fine for
me.  you'll just need to tweak the default dialplan
to your needs.

 cheers

Hi Brian,
Did you have any luck with the EC2 instances.  I tried a few things, but
I just cant get RTP to run through it.  PLease let me know.

Best
Damon

Brian West wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Let me launch mine in 32bit and see what I can do over the weekend...
I had this working without a problem.  ;/

/b

On Sep 6, 2008, at 12:09 AM, Damon Brown wrote:


    </pre>
    <blockquote type="cite">
      <pre wrap="">Ive Tried the following with no success:

internal.xml

   &lt;param name="ext-rtp-ip" value="75.101.142.208"/&gt;
   &lt;param name="ext-sip-ip" value="75.101.142.208"/&gt;

Ive also tried just changing the vars.xml file.  I also tried
forwarding the incoming rtp connections to my test pc.  all with no
audio success.  I am sure im doing something wrong I jsut cant find
it.

I found another suggestion on the wiki of creating a "double nat"
that listens on 5090.  That didnt change anything either, here is
that information:

&lt;settings&gt;
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->
_______________________________________________
Freeswitch-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>

  </pre>
</blockquote>
</body>
</html>