in addition to peter&#39;s advise, take a look at the SIP port 5070. FS is using port 5080 for the external SIP profile. modify the port number at &quot;external.xml&quot; then delete the port numbers in your proxy settings.<br>
<br><div class="gmail_quote">On Sun, Sep 11, 2011 at 6:36 PM, Peter Olsson <span dir="ltr">&lt;<a href="mailto:peter.olsson@visionutveckling.se">peter.olsson@visionutveckling.se</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
You&#39;re not giving us much information here. Please post exactly what doesn&#39;t work, and also pastebin the actual logs from FreeSWITCH.<br>
<br>
/Peter<br>
________________________________________<br>
Från: <a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a> [<a href="mailto:freeswitch-users-bounces@lists.freeswitch.org">freeswitch-users-bounces@lists.freeswitch.org</a>] f&amp;#246;r Chad Vogel [<a href="mailto:cvogel@lyonl.com">cvogel@lyonl.com</a>]<br>

Skickat: den 11 september 2011 03:28<br>
Till: <a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a><br>
Ämne: [Freeswitch-users] external sip profile<br>
<div><div></div><div class="h5"><br>
hello,<br>
<br>
I&#39;m trying to switch from asterisk to freeswitch; however i&#39;m wondering how can I create a sip profile because the sip profile i created doesn&#39;t seem to function with level 3.<br>
<br>
here is the sip profile i created that isn&#39;t working:<br>
<br>
&lt;include&gt;<br>
  &lt;gateway name=&quot;Level3&quot;&gt;<br>
    &lt;param name=&quot;username&quot; value=&quot;USERNAME&quot;/&gt;<br>
    &lt;param name=&quot;password&quot; value=&quot;PASSWORD&quot;/&gt;<br>
    &lt;param name=&quot;proxy&quot; value=&quot;<a href="http://4.55.35.60:5070" target="_blank">4.55.35.60:5070</a>&quot;/&gt;<br>
    &lt;param name=&quot;expire-seconds&quot; value=&quot;3600&quot;/&gt;<br>
    &lt;param name=&quot;register-transport&quot; value=&quot;udp&quot;/&gt;<br>
    &lt;param name=&quot;register&quot; value=&quot;true&quot;/&gt;<br>
  &lt;/gateway&gt;<br>
&lt;/include&gt;<br>
<br>
here is my asterisk profile (it works):<br>
<br>
[level3_out]<br>
type=peer<br>
nat=no<br>
host=4.55.35.60<br>
username=***Username***<br>
secret=***Password***<br>
dtmfmode=rfc2833<br>
port=5070<br>
<br>
[level3_in]<br>
nat=no<br>
insecure=very<br>
dtmfmode=rfc2833<br>
disallow=all<br>
context=from-trunk<br>
canreinvite=no<br>
allow=ulaw&amp;alaw<br>
host=4.55.35.60<br>
type=peer<br>
port=5070<br>
<br>
How can I create a sip profile that will function the same in freeswitch?<br>
<br>
</div></div>!DSPAM:4e6c82af32761635315745!<br>
<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>