<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type></HEAD>
<BODY>
<DIV>
<DIV style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri,sans-serif">Thanks I'll try that out. I assume its internal profile only?<BR>Also -nonat is just an argument right when launching freeswitch.exe</DIV></DIV>
<DIV dir=ltr>
<HR>
<SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri,sans-serif; FONT-WEIGHT: bold">From: </SPAN><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri,sans-serif"><A href="mailto:steveayre@gmail.com">Steven Ayre</A></SPAN><BR><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri,sans-serif; FONT-WEIGHT: bold">Sent: </SPAN><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri,sans-serif">‎10/‎15/‎2013 6:29 AM</SPAN><BR><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri,sans-serif; FONT-WEIGHT: bold">To: </SPAN><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri,sans-serif"><A href="mailto:freeswitch-users@lists.freeswitch.org">FreeSWITCH Users Help</A></SPAN><BR><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri,sans-serif; FONT-WEIGHT: bold">Subject: </SPAN><SPAN style="FONT-SIZE: 11pt; FONT-FAMILY: Calibri,sans-serif">Re: [Freeswitch-users] multiple sip profiles</SPAN><BR><BR></DIV>
<DIV dir=ltr>You duplicate the entire &lt;profile&gt; tag, usuallly found in&nbsp;/etc/freeswitch/sip_profiles 
<DIV><BR></DIV>
<DIV>A profile is binds to a single sip-ip and sip-port combination. You want to change the IP, port, or both on the new profile. rtp-ip *can* be the same, but is probably best matching the sip-ip (on a multihomed server you then know the media's taking the same working route that the signalling is).</DIV>
<DIV><BR></DIV>
<BLOCKQUOTE class=gmail_quote style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid"><SPAN style="FONT-SIZE: 13px; FONT-FAMILY: arial,sans-serif">Also on a real server with a static IP should I also remove auto-nat?</SPAN></BLOCKQUOTE>
<DIV><BR></DIV>
<DIV>I don't use any nat stuff on a public IP. I have no ext-*-ip params set, which means they default to using the sip-ip and rtp-ip values.</DIV>
<DIV><BR></DIV>
<DIV>I also start freeswitch with the -nonat flag (in the init.d script) which lets it start up much faster as it doesn't bother autodetecting your non-existent NAT router.</DIV>
<DIV><BR></DIV>
<DIV>-Steve</DIV></DIV>
<DIV class=gmail_extra><BR><BR>
<DIV class=gmail_quote>On 15 October 2013 00:40, Andre <SPAN dir=ltr>&lt;<A href="mailto:andretodd@verizon.net" target=_blank>andretodd@verizon.net</A>&gt;</SPAN> wrote:<BR>
<BLOCKQUOTE class=gmail_quote style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">What values need to be changed to create multiple sip profiles?<BR>Let's say my box has 2 IP's and I want only some traffic on one IP.<BR><BR>In Internal I see these fields, should I change these to my other IP?<BR><BR>&lt;param name="rtp-ip" value="$${local_ip_v4}"/&gt;<BR>&lt;param name="sip-ip" value="$${local_ip_v4}"/&gt;<BR>&nbsp; &nbsp;&lt;param name="ext-rtp-ip" value="auto-nat"/&gt;<BR>&nbsp; &nbsp; &lt;param name="ext-sip-ip" value="auto-nat"/&gt;<BR>&lt;param name="sip-port" value="5062"/&gt;<BR><BR>Also on a real server with a static IP should I also remove auto-nat?<BR>Thanks<BR><BR><BR>_________________________________________________________________________<BR>Professional FreeSWITCH Consulting Services:<BR><A href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</A><BR><A href="http://www.freeswitchsolutions.com" target=_blank>http://www.freeswitchsolutions.com</A><BR><BR>FreeSWITCH-powered IP PBX: The CudaTel Communication Server<BR><A href="http://www.cudatel.com" target=_blank>http://www.cudatel.com</A><BR><BR>Official FreeSWITCH Sites<BR><A href="http://www.freeswitch.org" target=_blank>http://www.freeswitch.org</A><BR><A href="http://wiki.freeswitch.org" target=_blank>http://wiki.freeswitch.org</A><BR><A href="http://www.cluecon.com" target=_blank>http://www.cluecon.com</A><BR><BR>FreeSWITCH-users mailing list<BR><A href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</A><BR><A href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target=_blank>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>UNSUBSCRIBE:<A href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target=_blank>http://lists.freeswitch.org/mailman/options/freeswitch-users</A><BR><A href="http://www.freeswitch.org" target=_blank>http://www.freeswitch.org</A><BR></BLOCKQUOTE></DIV><BR></DIV></BODY></HTML>