[Freeswitch-users] external sip profile

Chad Vogel cvogel at lyonl.com
Sun Sep 11 05:28:24 MSD 2011


hello,

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.

here is the sip profile i created that isn't working:

<include>
  <gateway name="Level3">
    <param name="username" value="USERNAME"/>
    <param name="password" value="PASSWORD"/>
    <param name="proxy" value="4.55.35.60:5070"/>
    <param name="expire-seconds" value="3600"/>
    <param name="register-transport" value="udp"/>
    <param name="register" value="true"/>
  </gateway>
</include>

here is my asterisk profile (it works):

[level3_out]
type=peer
nat=no
host=4.55.35.60
username=***Username***
secret=***Password***
dtmfmode=rfc2833
port=5070

[level3_in]
nat=no
insecure=very
dtmfmode=rfc2833
disallow=all
context=from-trunk
canreinvite=no
allow=ulaw&alaw
host=4.55.35.60
type=peer
port=5070

How can I create a sip profile that will function the same in freeswitch?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110911/01d573ab/attachment.html 


Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list