[Freeswitch-users] external sip profile

Peter Olsson peter.olsson at visionutveckling.se
Sun Sep 11 14:36:50 MSD 2011


You're not giving us much information here. Please post exactly what doesn't work, and also pastebin the actual logs from FreeSWITCH.

/Peter
________________________________________
Från: freeswitch-users-bounces at lists.freeswitch.org [freeswitch-users-bounces at lists.freeswitch.org] för Chad Vogel [cvogel at lyonl.com]
Skickat: den 11 september 2011 03:28
Till: freeswitch-users at lists.freeswitch.org
Ämne: [Freeswitch-users] external sip profile

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?

!DSPAM:4e6c82af32761635315745!



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