in addition to peter'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 "external.xml" 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"><<a href="mailto:peter.olsson@visionutveckling.se">peter.olsson@visionutveckling.se</a>></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're not giving us much information here. Please post exactly what doesn'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&#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'm trying to switch from asterisk to freeswitch; however i'm wondering how can I create a sip profile because the sip profile i created doesn't seem to function with level 3.<br>
<br>
here is the sip profile i created that isn't working:<br>
<br>
<include><br>
<gateway name="Level3"><br>
<param name="username" value="USERNAME"/><br>
<param name="password" value="PASSWORD"/><br>
<param name="proxy" value="<a href="http://4.55.35.60:5070" target="_blank">4.55.35.60:5070</a>"/><br>
<param name="expire-seconds" value="3600"/><br>
<param name="register-transport" value="udp"/><br>
<param name="register" value="true"/><br>
</gateway><br>
</include><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&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>